Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Meller - 13.07.2017
Quote:
Originally Posted by TomCarter
|
https://www.smartftp.com/support/kb/...ing-f2702.html
Next time use ******, read the cause and download the correct official Windows C++ thingy.
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
HoussamMaroc - 04.08.2017
"File Not Found"
bro use Mediafire Or PasteBin
change the link another time
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Klayton - 30.08.2017
new link or pastebin ?
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
leon44 - 27.09.2017
Bro, i have a problem. I've added all in its respective folder but when I join to the server nothing happens.
MySQL.amx and .pwn <- I added them to filterscripts obviously, when I compiled it showed an error which was missing a_mysql.inc (main folder/pawno/include) and mysql.dll (plugins folder) and I downloaded and installed them.
After that I join to the server to check it out and nothing happens, what am I doing wrong? I'm using switch gamemode
https://sampforum.blast.hk/showthread.php?tid=5236 there was missing a register and login script so I tried to add this one but it doesn't work.
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
leon44 - 27.09.2017
Bump
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Zeth - 27.09.2017
Quote:
Originally Posted by leon44
Bro, i have a problem. I've added all in its respective folder but when I join to the server nothing happens.
MySQL.amx and .pwn <- I added them to filterscripts obviously, when I compiled it showed an error which was missing a_mysql.inc (main folder/pawno/include) and mysql.dll (plugins folder) and I downloaded and installed them.
After that I join to the server to check it out and nothing happens, what am I doing wrong? I'm using switch gamemode https://sampforum.blast.hk/showthread.php?tid=5236 there was missing a register and login script so I tried to add this one but it doesn't work.
|
Bump!
You need a mysql host to store the database and put the correct credentials in fs.
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
leon44 - 27.09.2017
Quote:
Originally Posted by Debjit
Bump!
You need a mysql host to store the database and put the correct credentials in fs.
|
How can I do that mate?
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Zeth - 28.09.2017
Quote:
Originally Posted by leon44
How can I do that mate?
|
Put your credentials here at line 138
Quote:
Originally Posted by x3378
To set up the mysql database that you will use(line 13
pawn Код:
handle = mysql_connect("host", "user", "password", "database");
|
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
leon44 - 28.09.2017
Quote:
Originally Posted by Debjit
Put your credentials here at line 138
|
How can I know which are my credentials? I don't know how to use very well MySQL, thus I don't know what I'm supposed to do in that line, give an example or something please.
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Kaponi - 28.09.2017
Nice.
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
leon44 - 29.09.2017
Okay I finally got to understand what Debjit was saying but It's not working yet, I set it up with my credencials as he said, in this case:
Код:
handle = mysql_connect("127.0.0.1", "root", "", "adrenalineracingdb");
Here a pic of phpMyAdmin + the Wampserver online while tried to run samp-server.exe:
https://prnt.sc/gr1nr3
Is missing something there or did I something wrong?
Re: Register And Login System With Clickable Textdraws(MySQL R41+) -
Zeth - 29.09.2017
I didnt saw the codes whether the tables are created from the gamemode or not but you need to insert tables into the database and also create the rows.