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

cum fac sa mearga panelul pentru orce gm?


Question

Posted (edited)

Buna ziua cum as putea sa imi conectez panel nephrite la gm burned ?  gen sa il fac compatibil

Edited by wypera

11 answers to this question

Recommended Posts

  • 0
Posted
Acum 13 ore, wypera a spus:

Buna ziua cum as putea sa imi conectez panel nephrite la gm burned ?  gen sa il fac compatibil

Cand incarci date din baza de date trebuie sa schimbi numele coloanelor

 

De ex: in fisierul .php cand incarci numele jucatorului ai NumeJucator dar in db ai PlayerName modifici NumeJucator cu PlayerName

  • 0
Posted

De ex,

Daca tu ai in gamemode: PlayerName iar in panel: Player, inlocuiesti acel Player cu PlayerName.

  • 0
Posted
Acum 15 minute, RevCrew20 a spus:

si unde trb sa inlocuiesc player cu playername? ce folder

 o să ai echo row$[Playername]  sau ceva de genul depinde dacă-i scris în mysql, mysqli_ sau PDO. 

  • 0
Posted

<?php
session_start();
define('panel',true);

spl_autoload_register(function ($class) {
    include 'inc/' . $class . '.class.php';
});

Config::init()->getContent();

?>

NU GASESC CE AI ZIS TU

  • 0
Posted
La 24.03.2018 la 4:10, RevCrew20 a spus:

<?php
session_start();
define('panel',true);

spl_autoload_register(function ($class) {
    include 'inc/' . $class . '.class.php';
});

Config::init()->getContent();

?>

NU GASESC CE AI ZIS TU

aia e alta parte,n-ai ce cauta acolo

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.