stryker
Members-
Posts
146 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by stryker
-
Re: Getting Rid of the 2.147 bil cap in MCcode oh ok i understand ty for the info
-
Re: A way to protect against sql injection yeah and the easiest way to do it you have to have magic quotes turned off here is a resource i use on my engine http://www.phpinsider.com/php/code/SafeSQL/
-
Re: Getting Rid of the 2.147 bil cap in MCcode so unsigned makes it ad up normal?
-
Re: Division by zero????? help please depends on which theme you are using
-
Re: A way to protect against sql injection actually they need to be placed where every get and post is
-
Re: A way to protect against sql injection yeah i know but it does stop the common minded cheaters
-
Re: A plea for help... starting today 25% of all donations accumulated on South World Order will be going to seanybob
-
Re: Extracting Images wow never seen that method used
-
Re: A way to protect against sql injection actually if you would look close you would see that yes it is, it blocks ppl from using the text fields to enter whatever they want. thus exploiting the system, sql injection is not only done through the address bar.
-
Re: i better warn all game owners here no i thionk that was apples doing so they didn't have to hear the ruckus bill gates was making in the macintosh project
-
Re: Does anyone know....? prolly fed jailed them, i have to fed jail some idiot that makes 30 accounts a day, it's rather annoying.
-
Re: Contacts Error? optimize that table and then try agin, this happens alot when a table is overloaded with memory it sometimes glitches
-
Re: A plea for help... my prayers go out to you and your church, may God bless your trip. I'm glad to see another fellow christian is out there doing Gods will.
-
Re: Installing Resources deathstar it really depends on the OS your using, on eMacs it is called Programs
-
Re: URGENT HELP CONVERTING RAR TO PHP i'm not being harsh i think it's just funny considering most php scripts are packed in rar files
-
Re: 2D navigation with Java? cause after my last personal flash project i fucked up majorly and somehow lost the fla....
-
Re: A way to protect against sql injection not taking credit...just sharing. might be helpful to those whom have no clue, i sure as hell ain't sharing mine last thing i need is my sql injection preventer posted on every warez and security board online...
-
Re: 2D navigation with Java? ok so java is a bad idea, ok then i will just do php then
-
how hard is it to tile images and to animated navigation with java? is it easy thing to start doing when you don't know java?
-
Re: a question? yeah alot in php, is case sensitive.
-
Re: Awesome 1st step to email validation. well depends on if you encode or not, encoding gonna add at leat 50kb to size
-
put this $_POST['urpostinfo']=str_replace('\\\'',''', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('refresh','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('meta','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('redirect','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('html','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('query','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('UPDATE','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('SET','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('style','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('img','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('dynsrc','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('bg','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('background','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('.','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('title','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('embed','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('printf','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('xxs','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('script','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('javascript','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('body','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('onload','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('load','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('div','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('frame','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('FRAME SRC','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('md5','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('FRAMESET','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('db','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace('query','', $_POST['urpostinfo']); $_POST['urpostinfo']=str_replace(array("<", ">", "\\\'"), array("<", ">", "'"), $_POST['urpostinfo']); $post=str_replace(array("<",">","'"),array("<",">","''"),$_POST['urpostinfo']); before your post statments and after your get statements, you only need this where there is an area to type into.
-
Re: Phaos Game Engine yeah the newer ver is but the onew i started on used python
-
merging multiple databases in 1 issue
stryker replied to mdshare's topic in MySQL, Oracle, Postgress or other DB
Re: merging multiple databases in 1 issue i have been searching for days, i can't find how to do it all in mysql but i can do it easily in php -
merging multiple databases in 1 issue
stryker replied to mdshare's topic in MySQL, Oracle, Postgress or other DB
Re: merging multiple databases in 1 issue i would use the mysql command UNION