Jump to content

Problema Conf_Global.php


Go to solution Solved by Courage,

Recommended Posts

Posted

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 ?

  • Moderators
Posted

"Din senin", la fel ca si cum apare la mine in fata usei in fiecare zi cate un lamborghini cadou.

  • Upvote 2

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted (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 by Courage
[code]
  • Moderators
  • Solution
Posted
<?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';
  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.