• 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!

Gesior Acc Maker Installation

sp45

New Member
Joined
Dec 31, 2010
Messages
5
Reaction score
0
When I drag the Gesior files into htdocs in Xampp this pops up
m9nm80.png
Help please )'; I am new to creating ots, and just want to learn
 
Last edited:
missing declareration about the thing.

i guess there are some missing files/includes

like
PHP:
$string = "Help";

if ($notstring == "Help") {
   echo "help";
} // this gives you an undefined error

if ($string == "Help") {
   echo "help";
} //This gives no errors
 
missing declareration about the thing.

i guess there are some missing files/includes

like
PHP:
$string = "Help";

if ($notstring == "Help") {
   echo "help";
} // this gives you an undefined error

if ($string == "Help") {
   echo "help";
} //This gives no errors
I have no idea how to make a PHP file or what to name it. :S Thanks for the effot though

- - - Updated - - -

Switch to XAMPP 1.7.3 to solve this problem

I am uninstalling Xampp 1.8.3 and installing 1.7.3 will edit this post for the results , thanks!

- - - Updated - - -

Disable error_reporting.

What? o_O
 
Back
Top