Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Am descarcat Burned si am vrut sa pun si panelul . I-am dat paste in htdocs si i-am configurat app.php cu localhost .Insa cand intru pe localhost/panel se vede ca in atasament .Ce sa fac?

Screenshot_1.png

5 answers to this question

Recommended Posts

  • 0
Posted
folder-ul cu panel se numeste "panel", daca nu, aici 
http://localhost/panel/ trebuie sa pui numele fisierului in loc de panel, alta problema nu imi vine exact acum ce ar mai putea fii
  • Upvote 1
  • 0
Posted
Acum 9 minute, Cosmink47 a spus:

nu l-ai configurat bine

	<?php
if(!defined('RPG')) return;
	date_default_timezone_set('Europe/Bucharest');
	
DB::$db['mysql'] = [
    'host'         =>     '127.0.0.1',
    'username'     =>     'root',
    'password'     =>     '',
    'dbname'     =>     'burned'
    
];
	Config::$data = (object) [
    'site_name' => 'LocalHost | UCP',
    'url' => 'http://localhost/panel/',
    'url_forum' => '#',
];
	DB::$tbl = (object) [
    'a' => (object) [
        'tblname' => 'users',
        'id' => 'id',
        'name' => 'name',
        'password' => 'password',
        'register' => 'RegisterDate',
        'hplayed' => 'ConnectedTime',
'mplayed' => 'HoursMonth',
        'status' => 'Status',
        'member' => 'Member',
        'skin' => 'CChar',
        'laston' => 'lastOn',
        'admin' => 'Admin',
        'helper' => 'Helper',
        'leader' => 'Leader',
        'warns' => 'Warnings',
        'fwarn' => 'FWarn',
        'fpunish' => 'FPunish',
        'rank' => 'Rank',
        'level' => 'Level',
        'respect' => 'Respect',
        'job' => 'Job',
        'email' => 'Email',
        'married' => 'Propose',
        'premium' => 'Premium',
        'car' => 'CarLic',
        'fly' => 'FlyLic',
        'boat' => 'BoatLic',
        'fish' => 'FishLic',
        'gun' => 'GunLic',
        'money' => 'Money',
        'bank' => 'Bank',
        'phnumber' => 'PhoneNr',
        'mats' => 'Materials',
        'drugs' => 'Drugs',
        'coins' => 'GoldPoints',
        'ban' => 'Banned',
    ],
    'h' => (object) [
        'tblname' => 'houses',
        'owner' => 'Owner',
        'text' => 'Discription',
        'price' => 'Value',
    ],
    'v' => (object) [
        'tblname' => 'cars',
        'model' => 'Model',
        'price' => 'Value',
        'owner' => 'Owner',
        'km' => 'KM',
    ],
    'ds' => (object) [
        'tblname' => 'dsveh',
        'model' => 'Model',
        'price' => 'Price',
        'speed' => 'MaxSpeed',
    ],    
    'b' => (object) [
        'tblname' => 'bizz',
        'owner' => 'Owner',
        'text' => 'Message',
        'price' => 'BuyPrice',
        'entercost' => 'EntranceCost',
    ],
    'sb' => (object) [
        'tblname' => 'sbizz',
        'owner' => 'Owner',
        'text' => 'Discription',
        'price' => 'BuyPrice',
        'entercost' => 'EntranceCost',
    ],
    'ban' => (object) [
        'tblname' => 'banlog',
        'banned' => 'player',
        'admin' => 'admin',
        'time' => 'day',
        'reason' => 'reason',
        'expire' => 'day',
    ],
    't' => (object) [
        'tblname' => 'tickets_panel',
        'id' => 'ID',
        'name' => 'Nickname',
        'ticket' => 'Ticket',
        'status' => 'Status',
        'created' => 'Created',
    ],
    'comm' => (object) [
        'tblname' => 'commentaries',
        'id' => 'ID',
        'name' => 'Nickname',
        'comment' => 'Comment',
        'time' => 'Time',
        'category' => 'Category',
        'cat_id' => 'Cat_id',
    ],
    'banrq' => (object) [
        'tblname' => 'unban_req',
        'id' => 'ID',
        'name' => 'User_ID',
        'status' => 'User_Status',
    ],
    'factions' => (object) [
        'tblname' => 'factions',
        'id' => 'ID',
        'level' => 'Level',
        'app' => 'App',
    ],
    'fac_ques' => (object) [
        'tblname' => 'apply_ques',
        'id' => 'ID',
        'faction' => 'Faction',
        'quest' => 'Questions',
        'tquest' => 'TQuestions',
    ],
    'fac_app' => (object) [
        'tblname' => 'app_factions',
        'id' => 'ID',
        'name' => 'UserID',
        'text' => 'Text',
        'faction' => 'Faction',
        'status' => 'Status',
        'created' => 'Time',
    ],
    'lh' => (object) [
        'tblname' => 'leadhelp_req',
        'id' => 'ID',
        'name' => 'UserID',
        'first' => 'Text1',
        'second' => 'Text2',
        'category' => 'Category',
        'status' => 'Status',
        'created' => 'Created',
        'faction' => 'Faction',
    ],
    'a_p' => (object) [
        'tblname' => 'admin_panel',
        'id' => 'ID',
        'category' => 'Category',
        'time' => 'Time',
        'status' => 'Status',
    ],
    
];

  • 0
Posted
Acum 9 ore, Ionut_WS a spus:

folder-ul cu panel se numeste "panel", daca nu, aici 

http://localhost/panel/ trebuie sa pui numele fisierului in loc de panel, alta problema nu imi vine exact acum ce ar mai putea fii

Mersi , eu nu am dat paste la folder ci la fisiere si cred ca d-aia.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.