Jump to content
  • 0

Cum conectez UCP la baza de date


NituIlie

Question

12 answers to this question

Recommended Posts

  • 1
On 2/5/2018 at 4:54 PM, NituIlie said:

<?php
if(!defined('panel'))
    die('Nope.');
class Config {
    private static $instance;
    public static $g_con;
    public static $_url = array();
    private static $_pages = array(
        'bid','donations','adminpanel','jobs','change','terms','privacy','contact','paysafecard','fcomplaints','ticketgeneral','ticketpay','tickets','checkmail','war','changemail','createcomplaint','mycomplaints','complaint','complaints','adminpanel','leader','clan','wars','staff','online','search','banlist','members','top','vehicles','houses','businesses','login','logs','profile','logout',
        'leader','admin','premium','forum','ticket','replyticket','seeticket','ban','unban','invite','leaderp','uninvite',
        'fup','fdown','rup','rdown','logleaderp','lock','del','unlock','unban','setunban','richlist','panelrestrict','deleterestrict',
        'accountsp','restrictp','lp','t','recover','mail','mysettings','factionslist','deconnect','maill','delete','wipemfactions','wipe!',
        'applications','viewapplication','apply','notifications','change_password','delnot','recover','resetare','sellhouse'
    );
    public static $_PAGE_URL = 'http://play-arena.ro/panel/';
    public static $_IP = '93.119.26.203:7777';
    public static $_SITE_NAME = 'Funky SA:MP Server';
    public static $factions = array();
    public static $logs = array();
    public static $vehColors = array();
    public static $facColors = array();
    public static $namevehicles    = array();
    public static $ccat    = array();
    public static $jobs    = array();

    private function __construct() {
        $db['mysql'] = array(
            'host'         =>    'localhost',
            'username'     =>     'root',
            'dbname'     =>     'zp_hid15681',
            'password'     =>     ''
        );

 

 

Vreau sa fie online, nu in calculator, dupa ce modific host etc tot nu mg

Daca nu vrei sa il ai in calculator inseamna ca ai un webhost cumparat/gratuit, trebuie sa urci panel-ul pe webhost cu FTP(program special pentru asta) ca sa iti functioneze daca ai facut totul bine pana aici trebuie sa modifici " public static $_PAGE_URL = 'http://play-arena.ro/panel/';" si in loc de play-arena.ro pui numele domeniului pe care il ai grautit/cumparat.

Link to comment
Share on other sites

  • 0

<?php
if(!defined('panel'))
    die('Nope.');
class Config {
    private static $instance;
    public static $g_con;
    public static $_url = array();
    private static $_pages = array(
        'bid','donations','adminpanel','jobs','change','terms','privacy','contact','paysafecard','fcomplaints','ticketgeneral','ticketpay','tickets','checkmail','war','changemail','createcomplaint','mycomplaints','complaint','complaints','adminpanel','leader','clan','wars','staff','online','search','banlist','members','top','vehicles','houses','businesses','login','logs','profile','logout',
        'leader','admin','premium','forum','ticket','replyticket','seeticket','ban','unban','invite','leaderp','uninvite',
        'fup','fdown','rup','rdown','logleaderp','lock','del','unlock','unban','setunban','richlist','panelrestrict','deleterestrict',
        'accountsp','restrictp','lp','t','recover','mail','mysettings','factionslist','deconnect','maill','delete','wipemfactions','wipe!',
        'applications','viewapplication','apply','notifications','change_password','delnot','recover','resetare','sellhouse'
    );
    public static $_PAGE_URL = 'http://play-arena.ro/panel/';
    public static $_IP = '93.119.26.203:7777';
    public static $_SITE_NAME = 'Funky SA:MP Server';
    public static $factions = array();
    public static $logs = array();
    public static $vehColors = array();
    public static $facColors = array();
    public static $namevehicles    = array();
    public static $ccat    = array();
    public static $jobs    = array();

    private function __construct() {
        $db['mysql'] = array(
            'host'         =>    'localhost',
            'username'     =>     'root',
            'dbname'     =>     'zp_hid15681',
            'password'     =>     ''
        );

 

 

Vreau sa fie online, nu in calculator, dupa ce modific host etc tot nu mg

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
Answer this question...

×   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.