|
You last visited: Today at 02:58
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/24/2012, 22:47
|
#76
|
elite*gold: 152
Join Date: Nov 2008
Posts: 1,369
Received Thanks: 2,233
|
Quote:
Originally Posted by M@shkin
Naja... selbst gesetzte Stilvorgaben einzuhalten ist schon manchmal nervig... 
|
das ist die herausforderung ^^
meine final page ist auch komplett oop. ist vor allem leicht erweiterbar.
kanns nur jedem empfehlen, der normales php bereits zu großen teilen beherrscht.
|
|
|
04/24/2012, 23:41
|
#77
|
elite*gold: 330
Join Date: Jul 2010
Posts: 308
Received Thanks: 118
|
exception 'ErrorException' with message 'Undefined property: database::$hp' in /public_html/inc/plugins/ranking/buildcache.inc.php:18
Stack trace:
/public_html/inc/plugins/ranking/buildcache.inc.php(18): exception_error_handler(8, 'Undefined prope...', '/...', 18, Array)
/public_html/inc/plugins/sbranking/sbranking.sb.php(23): include('/...')
/public_html/inc/classes/build.class.php(34): include('/...')
/public_html/index.php(16): build->build()
#4 {main}
Was hab ich falsch gemacht?
|
|
|
04/25/2012, 00:27
|
#78
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by TakeItReal
exception 'ErrorException' with message 'Undefined property: database::$hp' in /public_html/inc/plugins/ranking/buildcache.inc.php:18
Stack trace:
/public_html/inc/plugins/ranking/buildcache.inc.php(18): exception_error_handler(8, 'Undefined prope...', '/...', 18, Array)
/public_html/inc/plugins/sbranking/sbranking.sb.php(23): include('/...')
/public_html/inc/classes/build.class.php(34): include('/...')
/public_html/index.php(16): build->build()
#4 {main}
Was hab ich falsch gemacht?
|
Habe den Fehler grade behoben.
Musst die inc/plugins/ranking/buildcache.inc.php updaten, dann sollte alles laufen
Edit:
Zusätzlich dazu führt er nun das Cache Building im Hintergrund aus.
Siehe:

Das ganze scheint eine sinnvolle Alternative zu sein, solang die Website nicht zu stark besucht ist und die Datenbank nicht zu groß ist.
|
|
|
04/25/2012, 15:12
|
#79
|
elite*gold: 0
Join Date: Mar 2012
Posts: 2
Received Thanks: 1
|
Hello
Ich habe ein Problem:
exception 'ErrorException' with message 'mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111' in /home/pp/public_html/priv-metin2/inc/classes/database.class.php:15
Stack trace:
#0 /home/pp/public_html/priv-metin2/inc/classes/database.class.php(15): exception_error_handler('xxxx', 'root', 'passxxx  ')
#1 /home/pp/public_html/priv-metin2/inc/classes/database.class.php(12): database->create('game', Array)
#2 /home/pp/public_html/priv-metin2/inc/classes/build.class.php(22): database->__construct()
#3 /home/pp/public_html/priv-metin2/index.php(16): build->build()
#4 {main}
Mysql und alles funktioniert nur ein paar Fehler ...
mir jemand helfen?!
|
|
|
04/25/2012, 19:48
|
#80
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by katharsismt2
Hello
Ich habe ein Problem:
exception 'ErrorException' with message 'mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111' in /home/pp/public_html/priv-metin2/inc/classes/database.class.php:15
Stack trace:
#0 /home/pp/public_html/priv-metin2/inc/classes/database.class.php(15): exception_error_handler('xxxx', 'root', 'passxxx  ')
#1 /home/pp/public_html/priv-metin2/inc/classes/database.class.php(12): database->create('game', Array)
#2 /home/pp/public_html/priv-metin2/inc/classes/build.class.php(22): database->__construct()
#3 /home/pp/public_html/priv-metin2/index.php(16): build->build()
#4 {main}
Mysql und alles funktioniert nur ein paar Fehler ...
mir jemand helfen?!
|
Die MySQL connection schlägt fehl
|
|
|
04/29/2012, 15:10
|
#81
|
elite*gold: 0
Join Date: Nov 2008
Posts: 1,604
Received Thanks: 1,537
|
Bei mir komm der Fehler:
PHP Code:
Help! exception 'Exception' with message 'I could not find the page 'imt2' you where looking for. I am sorry :(' in C:\xampp\htdocs\imt2\index.php:9 Stack trace: #0 {main}
|
|
|
04/29/2012, 16:03
|
#82
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by mufkeksy
Bei mir komm der Fehler:
PHP Code:
Help!
exception 'Exception' with message 'I could not find the page 'imt2' you where looking for.
I am sorry :(' in C:\xampp\htdocs\imt2\index.php:9
Stack trace:
#0 {main}
|
Hast du die Baseurl angepasst?
 in deinem Fall
Dann müsstest du evtl auch noch die .htaccess anpassen:
RewriteBase / -> RewriteBase /imt2
RewriteRule ^(.*)/?$ /index.php [L,QSA] -> RewriteRule ^(.*)/?$ index.php [L,QSA]
|
|
|
04/30/2012, 20:27
|
#83
|
elite*gold: 0
Join Date: May 2011
Posts: 600
Received Thanks: 765
|
Help!
exception 'Exception' with message 'I could not find the page 'index.php' you where looking for.
I am sorry  ' in C:\xampp\htdocs\index.php:9
Stack trace:
#0 {main}
Where is problem plz help??????
|
|
|
04/30/2012, 21:11
|
#84
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by MarcosCC
Help!
exception 'Exception' with message 'I could not find the page 'index.php' you where looking for.
I am sorry  ' in C:\xampp\htdocs\index.php:9
Stack trace:
#0 {main}
Where is problem plz help??????
|
Um..
Does it work when you access it without the index.php?
Cant replicate the error (it works when accessing the index.php)
|
|
|
05/01/2012, 00:13
|
#85
|
elite*gold: 0
Join Date: Sep 2010
Posts: 503
Received Thanks: 609
|
Was ist das für ein Fehler? und wieso stehen dort die mysql Daten?
PHP Code:
Notice: Undefined index: session_name in /srv/web/public/index.php on line 5 Notice: Undefined index: timezone in /srv/web/public/inc/common.inc.php on line 10 Notice: date_default_timezone_set(): Timezone ID '' is invalid in /srv/web/public/inc/common.inc.php on line 10 Help! exception 'ErrorException' with message 'mysql_connect(): Access denied for user 'casi'@'localhost' (using password: YES)' in /srv/web/public/inc/classes/database.class.php:15 Stack trace: #0 [internal function]: exception_error_handler(2, 'mysql_connect()...', '/srv/web/public...', 15, Array) #1 /srv/web/public/inc/classes/database.class.php(15): mysql_connect('localhost', 'casi', '123456') #2 /srv/web/public/inc/classes/database.class.php(12): database->create('game', Array) #3 /srv/web/public/inc/classes/build.class.php(23): database->__construct() #4 /srv/web/public/index.php(16): build->build() #5 {main}
|
|
|
05/01/2012, 00:14
|
#86
|
elite*gold: 606
Join Date: Apr 2008
Posts: 3,180
Received Thanks: 5,376
|
Quote:
Originally Posted by *Casi*
was ist das der fehler schreibt sogar die mysql daten raus
PHP Code:
Notice: Undefined index: session_name in /srv/web/public/index.php on line 5 Notice: Undefined index: timezone in /srv/web/public/inc/common.inc.php on line 10 Notice: date_default_timezone_set(): Timezone ID '' is invalid in /srv/web/public/inc/common.inc.php on line 10
Help!
exception 'ErrorException' with message 'mysql_connect(): Access denied for user 'casi'@'localhost' (using password: YES)' in /srv/web/public/inc/classes/database.class.php:15
Stack trace:
#0 [internal function]: exception_error_handler(2, 'mysql_connect()...', '/srv/web/public...', 15, Array)
#1 /srv/web/public/inc/classes/database.class.php(15): mysql_connect('localhost', 'casi', '123456')
#2 /srv/web/public/inc/classes/database.class.php(12): database->create('game', Array)
#3 /srv/web/public/inc/classes/build.class.php(23): database->__construct()
#4 /srv/web/public/index.php(16): build->build()
#5 {main}
|
Update mal bitte das Script - du benutzt ne relativ alte Version.
Fehler ist: "..with message 'mysql_connect(): Access denied for user 'casi'@'localhost' (using password: YES)' .."
|
|
|
05/01/2012, 15:12
|
#87
|
elite*gold: 0
Join Date: Oct 2010
Posts: 115
Received Thanks: 14
|
page
Code:
Help!
exception 'ErrorException' with message 'mysql_fetch_object(): supplied argument is not a valid MySQL result resource' in D:\xampp\htdocs\inc\plugins\statistics\statistics.sb.php:16
Stack trace:
#0 [internal function]: exception_error_handler(2, 'mysql_fetch_obj...', 'D:\xampp\htdocs...', 16, Array)
#1 D:\xampp\htdocs\inc\plugins\statistics\statistics.sb.php(16): mysql_fetch_object(false)
#2 D:\xampp\htdocs\inc\classes\build.class.php(29): include('D:\xampp\htdocs...')
#3 D:\xampp\htdocs\index.php(16): build->build()
#4 {main}
Can you help me?
|
|
|
05/01/2012, 15:15
|
#88
|
elite*gold: 0
Join Date: Apr 2012
Posts: 652
Received Thanks: 60
|
das Design spricht mich wirklich an  sieht sehr gut aus
|
|
|
05/01/2012, 17:04
|
#89
|
elite*gold: 0
Join Date: Sep 2010
Posts: 503
Received Thanks: 609
|
Quote:
Originally Posted by iMer
Update mal bitte das Script - du benutzt ne relativ alte Version.
Fehler ist: "..with message 'mysql_connect(): Access denied for user 'casi'@'localhost' (using password: YES)' .."
|
Danke habe mal neu geladen und selben fehler
PHP Code:
Help!
exception 'Exception' with message 'I could not connect to the database connection game! :/Access denied for user 'casi'@'localhost' (using password: YES)' in /srv/web/public/inc/classes/database.class.php:12
Stack trace:
#0 /srv/web/public/inc/classes/build.class.php(23): database->__construct()
#1 /srv/web/public/index.php(16): build->build()
#2 {main}
Nutze Nginx
|
|
|
05/01/2012, 18:01
|
#90
|
elite*gold: 541
Join Date: Mar 2012
Posts: 625
Received Thanks: 1,047
|
sehr gut, das PLugin gefällt mir...
grüße
|
|
|
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 02:59.
|
|