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

ACC Maker by maniek- errors

Legalcjooo

New Member
Joined
Jan 14, 2019
Messages
15
Reaction score
1
Hello, I have ACC Makera by Maniek, however, have errors (after configuration).


Code:
Notice: Undefined variable: CacheHTML in C:\Users\Legal\Desktop\tibia\XAMPP\htdocs\index.phpon line 240

Notice: Undefined variable: ip_serwera in C:\Users\Legal\Desktop\tibia\XAMPP\htdocs\index.phpon line 242

Notice: Undefined variable: port in C:\Users\Legal\Desktop\tibia\XAMPP\htdocs\index.phpon line 243

Notice: Undefined variable: server_type in C:\Users\Legal\Desktop\tibia\XAMPP\htdocs\index.phpon line 244

Notice: Undefined variable: expinfo in C:\Users\Legal\Desktop\tibia\XAMPP\htdocs\index.phpon line 245

index.php(240-245):
Code:
        $CacheHTML .= '<font color=silver size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status: <font color=red size=3><i>Ofline</i></center></font><br>';
        
             $CacheHTML .= '<br><font color=silver size=2><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;IP:</b><font color=silver size=1> '.$ip_serwera;'</font></font>';
             $CacheHTML .= '<br><font color=silver size=2><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Port:</b><font color=silver size=1> '.$port;'</font></font>';
                  $CacheHTML .= '<br><font color=silver size=2><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;World type:</b><font color=silver size=1> '.$server_type;'</font></font>';
                  $CacheHTML .= '<br><font color=silver size=2><b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Experience:</b></font><font color=silver size=1> '.$expinfo; '</font></font>';

This may be due to the XAMPP version? (version: v3.2.3) Does anyone have a solution to this problem?
 
Don't post in a foreign language on an English board. Please read carefully the rules posted in sticky threads and other notices and adhere to them fully.
Nie masz zdefiniowanych zmiennych dla ip_serwera, port itd. sprawdz w pliku config czy ustawiles te wartosci @Legalcjooo
 
Please read Support Board rules
You are breaking rule number 4#
4. Foreign Language:
  • Only English is allowed here. If you want to post in a different language use this forum.
  • Accompanying a foreign language post with an English translation is also forbidden.
 
Back
Top