Wheres Admin Control Panel

04/19/2009 12:01 OldJoe#1
i dont wanna sound stupid now, but wheres the admin control panel, i searched everywhere. in the folders, inside the enterprise manager, the query analyzer and so on but didnt found it
04/19/2009 12:06 gedimazs#2
Quote:
Originally Posted by OldJoe View Post
i dont wanna sound stupid now, but wheres the admin control panel, i searched everywhere. in the folders, inside the enterprise manager, the query analyzer and so on but didnt found it
next time use search in forum ;)
Code:
www.MMORPG-Germany.de
credits PapaHarni
04/19/2009 12:13 OldJoe#3
Quote:
Originally Posted by gedimazs View Post
next time use search in forum ;)
Code:
www.MMORPG-Germany.de
credits PapaHarni
before telling people to use the search button, use it yourself to see whether it is useful to use it. in this case it wasnt useful
04/19/2009 12:15 Zombe#4
How do you use that? O.o
04/19/2009 12:20 OldJoe#5
idk doesnt even work
04/19/2009 12:22 ex6tenCe#6
lolol
gedismaz can you explain how that should work

few .bak files lol
04/19/2009 12:36 PapaHarni#7
Its work without problems.

Installation in attachment.
04/19/2009 14:02 ex6tenCe#8
omfg we have to install again 10 more programs
first you need a few programs and then you need 10x so much programs then before. i downloaded like 40 files already.

-.-
isnt there an admin control panel that dont need 2 more extra programs like this one
04/19/2009 14:05 BloodyTaco#9
Papa, when i get to ip/controlpanel/index.php i get a blank page. what am i doing wrong plz ?
04/19/2009 14:07 ex6tenCe#10
i dont understand anything of this SQl shit
04/19/2009 14:09 PapaHarni#11
Quote:
Originally Posted by BloodyTaco View Post
Papa, when i get to ip/controlpanel/index.php i get a blank page. what am i doing wrong plz ?
Dont go to ip/controlpanel/index.php

U must enter to ip/controlpanel.php



Quote:
Originally Posted by ex6tenCe View Post
i dont understand anything of this SQl shit
U can use it but u dont must use it, is it to hard to install for you , than search a other control way.
04/19/2009 14:11 ex6tenCe#12
enter? u mean edit?
enter/go is the same isnt it?
04/19/2009 14:13 PapaHarni#13
Quote:
Originally Posted by ex6tenCe View Post
enter? u mean edit?
enter/go is the same isnt it?
grml

WRONG
Code:
http://127.0.0.1/controlpanel/index.php
RIGHT
Code:
http://127.0.0.1/controlpanel.php
04/19/2009 14:28 BloodyTaco#14
well sry, shoulda asked after i go to ip/controlpanel.php/and login ,then it takes me to ip/controlpanel/index.htm where i then see the blank page :mofo:
04/19/2009 14:42 PapaHarni#15
Are you sure that it calls up this page?

Open controlpanel/index.php

search this :
Code:
error_reporting(0);
ini_set('display_errors',false);
and change it to this :
Code:
error_reporting(E_ALL|E_STRICT);
ini_set('display_errors',true);
Whats the Parse Error Message do you see now on login?