Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
Anyone else? I have a basic outline, but I need more support
Posts: 232
Threads: 4
Joined: Nov 2010
Reputation:
0
What do you need help with? The 'thread' feature was created for a reason, you should use it to request help in, instead of asking the posters inside the thread to add you on your personal contact handles.
If you didn't quite understand the wiki page, I can help you out if you have any questions - just reply and state what it is that you are failling to understand.
Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
I need to check my DB for a name in the bans table. I'm unsure how to do this. ( Yes I am familiar with Php ). I don't know what to put in the SELECT * FROM bans WHERE ******************* .
Posts: 211
Threads: 26
Joined: Sep 2010
Reputation:
0
I don't want the mysql info to be in the .pwn.
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
You want to pull the information from the database, but through a php file hosted on your website? I understand what you're trying to do, but how you're going to do it is what I have no idea about! You should probably query the php page with some sort of post data to 'hide' it from people that may web/dns trace your website.