Raised This Month: $ Target: $400
 0% 

[ASK] Does these lines have risk to exploit?


Post New Thread Reply   
 
Thread Tools Display Modes
Scone
Senior Member
Join Date: Apr 2010
Location: England
Old 10-18-2011 , 12:50   Re: [ASK] Does these lines have risk to exploit?
Reply With Quote #21

SQL_FetchRow actually gets the data from the database. See the API for more info.
__________________
Scone is offline
duydangle
Senior Member
Join Date: May 2010
Old 10-18-2011 , 14:34   Re: [ASK] Does these lines have risk to exploit?
Reply With Quote #22

Quote:
Originally Posted by Scone View Post
SQL_FetchRow actually gets the data from the database. See the API for more info.
Thanks, I'm working on it .

//I think that the base code is done, I'm creating new features, hope to see your idea .
duydangle is offline
duydangle
Senior Member
Join Date: May 2010
Old 10-19-2011 , 13:07   Re: [ASK] Does these lines have risk to exploit?
Reply With Quote #23

I am having a new question:
When I get the forum_name of the client, and I want to Print forum_name of all clients, what can I do?

I am using it in this code, not sure it work...

PHP Code:
for (new 1<= MaxClients+1i++)
        {
            if(
IsClientInGame(i) && !IsFakeClient(i))
            {
                
GetClientName(it_namesizeof(t_name));
                
GetClientAuthString(it_steamidsizeof(t_steamid));
                
PrintToChatAll("%s (%s) - %s",t_nameforum_namet_steamid);
            }
        } 
duydangle is offline
Scone
Senior Member
Join Date: Apr 2010
Location: England
Old 10-19-2011 , 17:09   Re: [ASK] Does these lines have risk to exploit?
Reply With Quote #24

That piece of code doesn't make sense - forum_name isn't declared anywhere. If this isn't related to the original problem it might be better to start a new thread.
__________________
Scone is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode