|
TheRaskol
70 posts |
#993 2018-03-24 14:24 GMT | |
|
Merhaba Kaan aşağıda belirttiğim üzere bazı hatalar alıyorum. Bunların çözümleri nedir acaba?
Teşekkürle Kod: ATA 1 ine 18[/code][code]PHP Notice: Undefined variable: usr in /home/uodevelo/public_html/page.p [code]if ($usr[id]>0)[/code] HATA 2 [code]PHP Parse error: syntax error, unexpected 'title' (T_STRING), expecting ',' or ';' in /home/uodevelo/public_html/arama.php on line 30[/code] [code]echo "<div id="title">UO-Dev Arama</div>[/code] HATA 3 [code]PHP Deprecated: Function ereg_replace() is deprecated in /home/uodevelo/public_html/plugins/gensitemap/inc/functions.php on line 53[/code] [code] $text = ereg_replace("[^A-Za-z0-9_-]", "", $text);[/code] HATA 4 [code][12-Jan-2018 02:02:53 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 196608 bytes) in /home/uodevelo/public_html/system/common.php on line 375[/code] [code] else { sed_stat_create($sys['day']); } $sys['referer'] = substr($_SERVER['HTTP_REFERER'], 0, 255);[/code] HATA 5 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 1048576) (tried to allocate 49152 bytes) in /home/uodevelo/public_html/system/common.php on line 116 [/code] [code]$sql = sed_sql_query("SELECT banlist_id, banlist_ip, banlist_reason, banlist_expire FROM $db_banlist WHERE banlist_ip IN ".$ipmasks, 'Common/banlist/check'); [/code] HATA 6 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 1310720) (tried to allocate 12288 bytes) in /home/uodevelo/public_html/system/common.php on line 518 [/code] [code] $premin = $phour-$prehour[0]; $min = explode('.',$premin*60); $presec = '0.'.$min[1]; $sec = $presec*60; [/code] HATA 7 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 262144) (tried to allocate 12288 bytes) in /home/uodevelo/public_html/system/functions.php on line 41 [/code] [code]$cfg['pfsmaxuploads'] = 8;[/code] HATA 8 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 7680 bytes) in /home/uodevelo/public_html/system/functions.php on line 3098 [/code] [code]function sed_xg() { return ('x='.sed_sourcekey()); }[/code] HATA 9 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 52428 [/code] [code]function sed_createthumb($img_big, $img_small, $small_x, $small_y, $keepratio, $extension, $filen, $fsize, $textcolor, $textsize, $bgcolor, $bordersize, $jpegquality, $dim_priority="Width") [/code] HATA 10 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 3072 bytes) in /home/uodevelo/public_html/system/functions.php on line 3077 [/code] [code]function sed_userisonline($id)[/code] HATA 11 [code][12-Jan-2018 02:02:52 ETC/GMT-3] PHP Fatal error: Out of memory (allocated 786432) (tried to allocate 3072 bytes) in /home/uodevelo/public_html/system/functions.php on line 3089 [/code] [code]function sed_wraptext($str,$wrap=12 HATA 12 [code]PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to mail.uo-developer.com:587 (Connection refused) in /home/uodevelo/public_html/plugins/postman/inc/phpmailer/class.smtp.php on line 105[/code] [code] $tval); # give up after ? secs[/code] HATA 13 [code]PHP Deprecated: Function ereg() is deprecated in /home/uodevelo/public_html/plugins/emailchange/emailchange.php on line 49[/code] [code] if (!ereg("^.+@.+..+",$em)) return "Hatalı bir mail adresi";[/code]
|