• 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- błędy

Legalcjooo

New Member
Joined
Jan 14, 2019
Messages
15
Reaction score
1
Witam, posiadam ACC Makera by Maniek jednak wysypuje błędami(po skonfigurowaniu).


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

Linijki z index.php:
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>';

Może to być spowodowane wersją XAMPP? (wersja: v3.2.3) Ma ktoś rozwiązanie tego problemu?
 
Back
Top