Little Help
#8

Quote:
Originally Posted by azzerking
Посмотреть сообщение
Can you list the the column name for IP, and tell us your mysql plugin.

and how are you extracting it from database?

for example using BlueG plugin R36, then using cache_get_field_content.

Are you sure that IP in your database is a Varchar of 15. and that the variable your loading it into is also 15 cells

pawn Код:
new ip[15];

// MYSQL QUERY HERE //
cache_get_field_content(i, "COLUMN_NAME_HERE", ip);
Is this how you are doing it?
Well I am using MySQL R7 version and First I am selecting everything from table users then I search for column which have name UserName and IP when I found these two then I insert into bans table banname and banip that`s how it`s works...
Reply


Messages In This Thread
Little Help - by Sanady - 14.07.2014, 22:19
Re : Little Help - by ManuelNeuer - 14.07.2014, 22:24
Re: Re : Little Help - by Sanady - 14.07.2014, 22:25
Re: Little Help - by azzerking - 14.07.2014, 22:25
Re: Little Help - by Sanady - 14.07.2014, 22:30
Re: Little Help - by Stanford - 14.07.2014, 22:41
Re: Little Help - by azzerking - 14.07.2014, 22:42
Re: Little Help - by Sanady - 14.07.2014, 23:04

Forum Jump:


Users browsing this thread: 2 Guest(s)