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
Server Development
Habbo Retros
Habbo Q&A
News problem in PhoenixPHP!
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="Detox" data-source="post: 66114" data-attributes="member: 596"><p>Well your Problem is This Code Right here </p><p>[PHP]foreach($_GET as $key => $value){</p><p>$_GET[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value))));</p><p>}</p><p>foreach($_POST as $key => $value){</p><p>$_POST[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value))));</p><p>}</p><p>foreach($_REQUEST as $key => $value){</p><p>$_REQUEST[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value))));</p><p>} [/PHP]</p><p>You need To remove it <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /> i'm guessing you can't read simple Stuff <img src="/styles/default/xenforo/smilies/emojione/tongue.png" class="smilie" loading="lazy" alt=":p" title="Stick Out Tongue :p" data-shortname=":p" /></p></blockquote><p></p>
[QUOTE="Detox, post: 66114, member: 596"] Well your Problem is This Code Right here [PHP]foreach($_GET as $key => $value){ $_GET[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value)))); } foreach($_POST as $key => $value){ $_POST[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value)))); } foreach($_REQUEST as $key => $value){ $_REQUEST[$key]=mysql_real_escape_string(stripslashes(trim(htmlspecialchars($value)))); } [/PHP] You need To remove it :P i'm guessing you can't read simple Stuff :P [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
News problem in PhoenixPHP!
Top