|
You last visited: Today at 20:10
Advertisement
iMt2 Homepage Script [ALPHA]
Discussion on iMt2 Homepage Script [ALPHA] within the Metin2 PServer Designs, Websites & Scripts forum part of the Metin2 Private Server category.
04/19/2012, 20:11
|
#16
|
elite*gold: 2
Join Date: Mar 2009
Posts: 1,427
Received Thanks: 584
|
Hammer
|
|
|
04/19/2012, 20:15
|
#17
|
elite*gold: 20
Join Date: Jan 2012
Posts: 573
Received Thanks: 366
|
Nice work
|
|
|
04/19/2012, 20:21
|
#18
|
elite*gold: 5575
Join Date: Apr 2011
Posts: 5,569
Received Thanks: 581
|
schaut echt gut aus, ich warte noch bis die ganz fertig ist.
|
|
|
04/19/2012, 20:34
|
#19
|
elite*gold: 100
Join Date: Sep 2009
Posts: 8,143
Received Thanks: 2,763
|
Dein Code sieht sehr sauber aus, und sehr übersichtlich gestaltet, auf den ersten Blick Top.
|
|
|
04/19/2012, 21:10
|
#20
|
elite*gold: 5
Join Date: Jun 2011
Posts: 1,455
Received Thanks: 554
|
Quote:
Originally Posted by .Marcel'
Dein Code sieht sehr sauber aus, und sehr übersichtlich gestaltet, auf den ersten Blick Top.
|
Jo stimmt. Krautsalat gibt's da nicht.
Gefällt mir echt gut
|
|
|
04/19/2012, 21:52
|
#21
|
elite*gold: 0
Join Date: Jun 2009
Posts: 2,327
Received Thanks: 565
|
der ishop geht irgendwie net
|
|
|
04/19/2012, 23:16
|
#22
|
elite*gold: 0
Join Date: Jan 2010
Posts: 328
Received Thanks: 434
|
ehm. logo do not appear and says error;
PHP Code:
Table 'board.wbb1_1_thread' doesn't exist Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/public_html/inc/plugins/wbb_news/wbb_news.con.php on line 25
£: and how to disable wbb plugin? i want write news manually 
£2:  when i open ranking, do not appear anything  but statistics active.
|
|
|
04/19/2012, 23:33
|
#23
|
elite*gold: 0
Join Date: Dec 2010
Posts: 630
Received Thanks: 252
|
Also wenn ich die homepage über ein hamachi server laufen lassen bekommt er keine verbindung hin.
Hat jemand das gleiche?
|
|
|
04/20/2012, 00:33
|
#24
|
elite*gold: 0
Join Date: Aug 2009
Posts: 67
Received Thanks: 23
|
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
|
|
|
04/20/2012, 00:41
|
#25
|
elite*gold: 0
Join Date: Mar 2012
Posts: 976
Received Thanks: 315
|
bei mir kommt der error
PHP Code:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/customers/webs/che/left4metin2/hp test/config.inc.php on line 9 Call Stack: 0.0002 652424 1. {main}() /var/customers/webs/che/left4metin2/hp test/index.php:0
|
|
|
04/20/2012, 06:42
|
#26
|
elite*gold: 5
Join Date: Aug 2011
Posts: 1,592
Received Thanks: 192
|
Sieht gut aus
|
|
|
04/20/2012, 11:13
|
#27
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by -TÜRK-
ehm. logo do not appear and says error;
PHP Code:
Table 'board.wbb1_1_thread' doesn't exist Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/public_html/inc/plugins/wbb_news/wbb_news.con.php on line 25
£: and how to disable wbb plugin? i want write news manually 
£2:  when i open ranking, do not appear anything  but statistics active.
|
You'll have do edit the config.inc.php (Main folder) and look for:
Code:
"home" => array(
"title" => false, // Overwrite title
"plugins" => array("statistics","online_status","userpanel","sbranking","wbb_news") // List all plugins you want to load
),
Change wbb_news to text
Then go to: inc/plugins/text and open the config.inc.php in there and add:
Code:
"home" => array(
"multi" => true,
array(
"head" => array(
"title" => "Example News blabla",
),
"middle" => array(
"text" => "Your news text here!"
)
),
)
before the );
Just repeat the
Code:
array(
"head" => array(
"title" => "Example News blabla",
),
"middle" => array(
"text" => "Your news text here!"
)
),
part as often as you wish to add more boxes
The logo is a png file under: images/logo/logo.png
(it is a black one by default - i probably need to change that.. lol)
Quote:
Originally Posted by [SA]Night
bei mir kommt der error
PHP Code:
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/customers/webs/che/left4metin2/hp test/config.inc.php on line 9 Call Stack: 0.0002 652424 1. {main}() /var/customers/webs/che/left4metin2/hp test/index.php:0
|
Sicher, dass du PHP5 benutzt?
Ansonsten gib mir mal config.inc.php Zeile 8-10
Quote:
Originally Posted by MityQ
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_query() expects parameter 2 to be resource, null given in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\chat\inc\plugins\ranking\buildcach e.inc.php on line 18
|
Hast du MySQL Daten richtig eingetragen?
|
|
|
04/20/2012, 11:41
|
#28
|
elite*gold: 0
Join Date: Aug 2009
Posts: 962
Received Thanks: 97
|
Imer warum geht die hp nicht bei hamachi server?
|
|
|
04/20/2012, 11:44
|
#29
|
elite*gold: 0
Join Date: Feb 2010
Posts: 7,220
Received Thanks: 6,758
|
Finde ich sehr schön, hat stark Ähnlichkeit mit meinem Script, aber du hast ein Plugin-System, fufu. Ich denke mal, dass man sich Sachen rausklauen darf, da's ja nun eh public ist.
Und, ähm.. Robin? Können wir uns irgendwann nochmal unterhalten?
|
|
|
04/20/2012, 12:26
|
#30
|
elite*gold: 58
Join Date: Mar 2012
Posts: 766
Received Thanks: 533
|
Endlich mal wieder was Anständiges nach 4 Wochen  richtig "kuhl"
|
|
|
Similar Threads
|
Suche Homepage mit hen script Zahle für gute Homepage!
03/09/2011 - Metin2 Private Server - 6 Replies
Wie in der überschrift zu lesen suche ich eine Homepage für einen Metin2 P-Server!
Ich würde sogar etwas für die Homepage Zahlen!
Und ich kann euch jetzt schon sagen Geld ist genug da!
Wer eine gute Homepage hat und die Verkaufen möchte pn me!
|
Problem 5 imt2
11/18/2008 - Metin2 Private Server - 1 Replies
Hi ich habe ein Problem mit dem Server 5it2 und zwar ich komm nicht mehr mit meinem sura ins spiel ich komm bis zur charauswahl und wenn das dann fertig geladen hat bekomm ich immer kick was kann ich dagegen tun?
|
All times are GMT +1. The time now is 20:10.
|
|