-Dg-Punct Posted April 2, 2015 Report Share Posted April 2, 2015 Salut am dat de o problema ... a aparut din senin aceasta erroare Parse error: syntax error, unexpected 'banned_group' (T_STRING) in /home/wipeoutr/public_html/conf_global.php on line 15 ce pot face sa o rezolv ? Quote Link to comment Share on other sites More sharing options...
Moderators gadeas Posted April 2, 2015 Moderators Report Share Posted April 2, 2015 "Din senin", la fel ca si cum apare la mine in fata usei in fiecare zi cate un lamborghini cadou. 2 Quote PHP Developer - Not available for freelancing right now Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament Link to comment Share on other sites More sharing options...
-Dg-Punct Posted April 4, 2015 Author Report Share Posted April 4, 2015 Pai , ce pot face zi si tu Quote Link to comment Share on other sites More sharing options...
-Dg-Punct Posted April 5, 2015 Author Report Share Posted April 5, 2015 up Quote Link to comment Share on other sites More sharing options...
Moderators Courage Posted April 5, 2015 Moderators Report Share Posted April 5, 2015 Ce ai in fisierul ala pe liniile 14, 15, 16? (daca ai parola / nume la baza de date, pune *** in locul lor ) Quote Link to comment Share on other sites More sharing options...
-Dg-Punct Posted April 5, 2015 Author Report Share Posted April 5, 2015 (edited) <?php $INFO['sql_driver'] = '-'; $INFO['sql_host'] = '-'; $INFO['sql_database'] = '-'; $INFO['sql_user'] = '-'; $INFO['sql_pass'] = '-'; $INFO['sql_tbl_prefix'] = ''; $INFO['sql_debug'] = '0'; $INFO['sql_charset'] = ''; $INFO['board_start'] = '1427374836'; $INFO['installed'] = '1'; $INFO['php_ext'] = 'php'; $INFO['safe_mode'] = '0'; $INFO['board_url'] = 'http://wipeout.ro; $INFO['banned_group'] = '0'; $INFO['admin_group'] = '4'; $INFO['guest_group'] = '3'; $INFO['member_group'] = '2'; $INFO['auth_group'] = '1'; $INFO['use_friendly_urls'] = '1'; $INFO['_jsDebug'] = '0'; $INFO['mysql_tbl_type'] = 'MyISAM'; asta am unde e pus "-" e completat sa stii nu dau datele Edited April 5, 2015 by Courage [code] Quote Link to comment Share on other sites More sharing options...
Moderators Solution Courage Posted April 5, 2015 Moderators Solution Report Share Posted April 5, 2015 <?php $INFO['sql_driver'] = '-'; $INFO['sql_host'] = '-'; $INFO['sql_database'] = '-'; $INFO['sql_user'] = '-'; $INFO['sql_pass'] = '-'; $INFO['sql_tbl_prefix'] = ''; $INFO['sql_debug'] = '0'; $INFO['sql_charset'] = ''; $INFO['board_start'] = '1427374836'; $INFO['installed'] = '1'; $INFO['php_ext'] = 'php'; $INFO['safe_mode'] = '0'; $INFO['board_url'] = 'http://wipeout.ro'; // ai uitat sa pui ' aici. $INFO['banned_group'] = '0'; $INFO['admin_group'] = '4'; $INFO['guest_group'] = '3'; $INFO['member_group'] = '2'; $INFO['auth_group'] = '1'; $INFO['use_friendly_urls'] = '1'; $INFO['_jsDebug'] = '0'; $INFO['mysql_tbl_type'] = 'MyISAM'; 1 Quote Link to comment Share on other sites More sharing options...
-Dg-Punct Posted April 5, 2015 Author Report Share Posted April 5, 2015 Problema rezolvata , iti multumesc. +1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.