AdY.Capone Posted February 26, 2016 Posted February 26, 2016 Salut, am o mica intrebare in legatura cu un panel. L-am pus pe webhost conectat la baza de date, totul este ok. Dar cand te uiti in index sau in orice optiune nu apare si acel backround. Apare asa http://imgur.com/HRNUzr2 Sper sa ma puteti ajuta.
marius11 Posted February 26, 2016 Posted February 26, 2016 Acum 13 ore, AdY.Capone a spus: Salut, am o mica intrebare in legatura cu un panel. L-am pus pe webhost conectat la baza de date, totul este ok. Dar cand te uiti in index sau in orice optiune nu apare si acel backround. Apare asa http://imgur.com/HRNUzr2 Sper sa ma puteti ajuta. Asa imi arata si mie cand am pus pe host de la hostinger , este posibil sa fie slab host-ul
Mister Posted February 26, 2016 Posted February 26, 2016 La host ginger nu merg panelurile din cate stiu, si daca ar merge trebuie voi sa puneti in config.php linkul de la panel __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
AdY.Capone Posted February 26, 2016 Author Posted February 26, 2016 este webhost truehost pe domeniu .ro
Mister Posted February 26, 2016 Posted February 26, 2016 Pai bun, si pune linkul catre panel in fisierul config.php ca sa iti mearga panelul __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
AdY.Capone Posted February 26, 2016 Author Posted February 26, 2016 La panel se conecteaza la baza de date prin connection.php Ei bine nu apare niciun link acolo care trebuie pus.Doar conexiunea de facut. Exista si config.php dar nu imi dau seama unde ar trebui <?php ob_start(); session_start(); include 'connection.php'; include 'functions.php'; $logged_in = 0; if(isset($_SESSION['username']) && isset($_SESSION['password'])){ $username = sec($_SESSION['username']); $password = sec($_SESSION['password']); $udata = get_row("SELECT * FROM playeraccounts WHERE playerName='$username' && playerPassword='$password'"); if(isset($udata['playerID'])){ $logged_in = 1; if(isset($_GET['logout'])){ unset($_SESSION['username']); unset($_SESSION['password']); mysql_query("UPDATE playeraccounts SET rpgon=0 WHERE playerName='$username'"); header('location: index.php'); } } } function redirect_not_logged() { $username = sec($_SESSION['username']); $password = sec($_SESSION['password']); $udata = get_row("SELECT * FROM playeraccounts WHERE playerName='$username' && playerPassword='$password'"); $id = $udata['playerID']; $q = mysql_query("SELECT * FROM `playeraccounts` WHERE playerID = $id"); while($row = mysql_fetch_array($q)) { $rpg = $row['rpgon']; } if($rpg == 0) { echo " Not Logged In "; header('location: index.php'); } } // vars $member_types = array( 'Civilian', 'Los Santos Police Department', 'F.B.I', 'National Guard', 'Paramedic Department', 'Guvernment', 'The Russian Mafia', 'Grove Street', 'Los Aztecas', 'The Rifa', 'Ballas', 'Los Vagos', 'Hitman Agency', 'School Instructors', 'Taxi Company', 'News Reporters', ); $shop_types = array(0, 'Bullet', 'Cheetah', 'FCR-900', 'Clear 10FP', 'Golden Account', 'Infernus', 'Change Nick', 'Turismo', 'Clear 1 Warn', ); $rank = array( 'Civil', 'Rank 1', 'Rank 2', 'Rank 3', 'Rank 4', 'Rank 5', 'Rank 6', 'Leader' ); $account_types = array( 'No', 'Yes' ); $status_types = array( '<font color="#FF0000">Offline</font>', '<font color="#0DFF00">Online</font>', '<font color="#FEC300">Sleep</font>' ); $status1_types = array( '<font color="#FF0000">•</font>', '<font color="#0DFF00">•</font>', '<font color="#0DFF00">•</font>' ); $ban_type = array(0, 'N', 'I'); $admins56 = array(0, 'Trial Admin', 'Junior Admin', 'General Admin', 'Head Admin', 'Lead Admin', 'Manager'); $helpers56 = array(0, 'Trial Helper', 'Helper', 'Lead Helper'); Problema credca este din Header.. dar nu stiu de unde. Panelul functioneaza, dar nu apare normal apare doar scrisul
Mister Posted February 26, 2016 Posted February 26, 2016 Este cumva panelul ca redzmax de este si pe forum?, daca da fisierul se numeste Config.class.php acolo trebuie sa il modifici __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
AdY.Capone Posted February 26, 2016 Author Posted February 26, 2016 Este acel gamemode bugged. Bugged UCP
Mister Posted February 26, 2016 Posted February 26, 2016 Atunci inseamna ca nu ai uplaodat tot ce tine de ucp, __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
AdY.Capone Posted February 26, 2016 Author Posted February 26, 2016 Am uploadat tot.. tot ce exista. i-am schimbat nume si am uploadat..
Mister Posted February 26, 2016 Posted February 26, 2016 Ai intrebat daca hostul acela suporta php? __ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn
AdY.Capone Posted February 26, 2016 Author Posted February 26, 2016 Nu am intrebat.. dar de ce nu ar suporta php? nici pe localhost nu apare complet.. doar asa cum apare aici
SUSANU Posted February 28, 2016 Posted February 28, 2016 (edited) @AdY.Capone ca sa mearga panelul trebuie sa faci un subdomeniu ca si eu am avut problema asta Edited February 28, 2016 by SUSANU
AdY.Capone Posted February 28, 2016 Author Posted February 28, 2016 am rezolvat era de la style_includes.php
AdY.Capone Posted February 29, 2016 Author Posted February 29, 2016 Ei bine am pus alt panel.. cu acel config.class.php Am editat la page url public static $_PAGE_URL = 'http://www.viewgame.ro/rpg'; panelul merge.. dar la fel http://imgur.com/MBKVuii
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now