Jump to content

[REZOLVAT] Probleme baza de date & gm


pivotantul
 Share

Recommended Posts

  • Username:pivotantul
  • Problema întălnită:Mam uitat odata in baza de date si apare asta connection: 1, query: "UPDATE `users` SET `Status` = '1', `IP`='127.0.0.1' WHERE `ID`='", callback: "(null)", format: "(null)"
  • Detalii despre problemă:nu am ce detali sa dau poate stie cnv
  • Ce ai încercat să faci înainte să postezi?:Nu am stiut ce
  • Cod sursă (recomandat pastebin.com) :https://pastebin.com/fRuhQqGg
  • Alte detalii:ms
Link to comment
Share on other sites

In query-ul tau n-ai specificat ID-ul.

"UPDATE `users` SET `Status` = '1', `IP`='127.0.0.1' WHERE `ID`='"

Daca te uiti la `ID`='' nu ai specificat un numar intre ghilimele.

Respecta si vei fi respectat.

 

BigInt Pawn:

Pacman C++: 

Snake C++:

Minesweeper C++:

 

mattbb.cash

leaks.ro

Link to comment
Share on other sites

2 hours ago, iMatt said:

In query-ul tau n-ai specificat ID-ul.

"UPDATE `users` SET `Status` = '1', `IP`='127.0.0.1' WHERE `ID`='"

Daca te uiti la `ID`='' nu ai specificat un numar intre ghilimele.

            format(string, sizeof(string), "UPDATE `users` SET `Status` = '1', `IP`='%s' WHERE `ID`='%d'", ip, PlayerInfo[playerid][pSQLID]);
            mysql_tquery(SQL,string, "", ""); pai uite ce e gresit ?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...