- 0
[PROBLEMA]Database
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
CozminKenny
Salut, am luat gamemod-ul RulzGame care nu are nici un bug, dar singura problema e ca nu-si face conexiunea la baza de date, iar toate datele sunt puse corect. Am host-ul de la 0ping si sunt sigur ca am pus datele corect. Faza e cand am cautat "mysql_connect" scriptul era asa :
SQL = mysql_connect("(localhost", "root", "root", "");Iar eu l-am editat asa : (Nu i-am pus datele pentru a nu le face publice)
SQL = mysql_connect("localhost", "root", "root", "");Si va dau tot scriptul poate e vreo problema :
// ONGAMEMODEINIT public OnGameModeInit() { mysql_log(LOG_ERROR, LOG_TYPE_TEXT); SQL = mysql_connect("localhost", "root", "root", "");2 answers to this question
Recommended Posts