Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
talkietalkie - MySQLi based chat
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Macemore" data-source="post: 264617" data-attributes="member: 6113"><p>The only reason that would happen is because your database is coming back with something besides what it wants. There should be another error. it works 100% fine on my site. I'd ignore this thread for now because I'm releasing another version that disables the XSS lol.</p><p></p><p></p><p>On post php you could also do</p><p>[code]</p><p>if($username == "banned username here") {</p><p>//Nothing happens because they're banned</p><p>} else {</p><p>//make sure the MySQLi query is RIGHT HERE</p><p>}</p><p>[/code]</p><p>You could also change the if statement to check the database if they're banned.</p></blockquote><p></p>
[QUOTE="Macemore, post: 264617, member: 6113"] The only reason that would happen is because your database is coming back with something besides what it wants. There should be another error. it works 100% fine on my site. I'd ignore this thread for now because I'm releasing another version that disables the XSS lol. On post php you could also do [code] if($username == "banned username here") { //Nothing happens because they're banned } else { //make sure the MySQLi query is RIGHT HERE } [/code] You could also change the if statement to check the database if they're banned. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
talkietalkie - MySQLi based chat
Top