• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Creating an account help.

Fallen Despair

New Member
Joined
May 30, 2011
Messages
15
Reaction score
0
Last night my server was hacked. So I uninstalled Xampp and installed iis on my vps, well of course i had to reset the server since the dude that hacked it had my database. but now when i goto create an account, it gets me all the way until i get here: /index.php?subtopic=createaccount&action=saveaccount
Then I get a blank screen, does anyone have any idea what could be causing this?
 
At the top of your index.php file (just below <?PHP, <?php or <? (whichever you have)), paste:
PHP:
error_reporting( E_ALL );
ini_set( 'display_errors', 1 );
You should then get an error on the account creation page, please share that error with us in order for us to help you further.
 
Back
Top