Jump to content

Panel help?


MrAndyAdv

Recommended Posts

Salut! am o problema cu un panel cand intru pe el imi da acceasta erroare si nu imi dau seama dela ce o fii :

Parse error: syntax error, unexpected 'SQL_ACCOUNTS' (T_STRING), expecting ')' in /home/u730721405/public_html/panel/includes/Configuratie.php on line 14

Link to comment
Share on other sites

pai : 

 

<?php

    // For login / logout function
    ob_start();

    session_start();
    error_reporting(1);

    $mysqli = array (
        'SQL_HOST' => 'localhost',  //<- Aici pui hostul!
        'SQL_USER' => 'root', //<- Aici userul daca e local host lasi root
        'SQL_PASS' => '', //<- Aici parola mysql daca e local host las-o asa.
        'SQL_DB'   => 's4urik', //<- Numele bazei de date.
        'SQL_ACCOUNTS' => 'users' //-< aici ai chestii trestii
    );
    $Informatii = array (
        'NumeleComunitatii' => 'BoxFor',
        'Creator' => 'Seck[]',
        'Criptare' => '1',
        'IP_SERVER' => '188.74.189.120',
    );
    

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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. For more details you can also review our Terms of Use and Privacy Policy.