-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
That has nothing to do with security either 8| In fact nothing on this topic does :whistling: so that is secure? I am sorry but people who make these assumptions to sprintf get hacked because of people telling them sprintf is secure... Yours: $query = sprintf("SELECT * FROM users WHERE userid=%u", $userid); $db->query($query); Mine: // only ever select the columns from the table you want to use // never * unless your selecting the entire amount of columns and using them all. $query = $db->query(sprintf(' SELECT `column1`, `column3`, `column10` FROM `users` WHERE `userid` = %u', $userid)); while ($what = $db->fetch_row($query)) { echo ' column1 = '.$what['column1'].' column3 = '.$what['column3'].' column10 = '.$what['column10'].' '; } I believe you may have misunderstood me i never once said you said it was secure i was just specifying that it is not secure. It may have came across abit anti-social due to me using your code for an example then correcting it. Sorry about that. But there is no need in that sort of reply i was genuinely just trying to help the Original Poster i do not see how a negative reply from you would help in the slightest.
-
notice where you said "Thats Eiaser" I'm assuming you meant easier^ So if your not smart enough to do it why say it would be easier to create your own language rather than learning PHP. You do realize it isn't so simple to create a entire language but it is alot easier to open php.net and search around. Why comment with something so negative and obviously knowing you have no knowledge of it and then advising someone to do it. Seems like a cheap way of getting your post count up.
-
Google Chrome OS - Available for download
Zero-Affect replied to mdshare's topic in Linux and Webservers
google for the serial they are always on there:) -
so that is secure? I am sorry but people who make these assumptions to sprintf get hacked because of people telling them sprintf is secure... Yours: $query = sprintf("SELECT * FROM users WHERE userid=%u", $userid); $db->query($query); Mine: // only ever select the columns from the table you want to use // never * unless your selecting the entire amount of columns and using them all. $query = $db->query(sprintf(' SELECT `column1`, `column3`, `column10` FROM `users` WHERE `userid` = %u', $userid)); while ($what = $db->fetch_row($query)) { echo ' column1 = '.$what['column1'].' column3 = '.$what['column3'].' column10 = '.$what['column10'].' '; }
-
Really and you own personal language is? Or was you just saying that to make everyone think your smart? Didn't work out did it ;) My advice is to hit php.net and search through stuff mentioned on here for example array, mysql_real_escape_string, case, while, do-while, for, foreach, if, else and so on (i know you said you knew if and else). PHP is a open source language so things go out of date and new things come in everytime they update so it's always worth a visit.
-
Google Chrome OS - Available for download
Zero-Affect replied to mdshare's topic in Linux and Webservers
lol i know but the video stated its basically a clean os with their browser on. therefore its just Google Chrome on a OS. -
try searching the forum for stuff like sql injection hacks patches mccodes hackes patches and so on useful thread: exploits
-
Google Chrome OS - Available for download
Zero-Affect replied to mdshare's topic in Linux and Webservers
lmao Google will do owt these days for abit of publicity i hate google chrome it's horrible prefer the old FF to any other browser. -
ah i can help you here mate, give me a sec to find the post for you. >> Demo help <<
-
I still think looking at code testing it and then getting negative criticism from people is the best way to learn i mean if i code something which is rubbish i want to be told about it rather than someone saying its nice and then 2 weeks later noticing its flawed. Constructive criticism and negative criticism work well when learning something.
-
That is exactly how i taught myself, i didnt have CE or any other forum for help at first it was just me a notepad and MC codes lol
-
was totally just going to say that lol
-
lol didn't i post on this about 2 weeks ago... This is old depends on your definition of image hacking really i guess. I did comment on how easily display image is to hack even way more advanced that this method:) im sure you will be enlightened by it. link : Exploits
-
AS Promised--Crack The Safe Updated Secured.
Zero-Affect replied to Joshua's topic in Free Modifications
3 words spring to mind right about now... Told You So. lol Good job -
Forgive me but Hitmanslife use 47 and i think they would of had a issue, which they did not. So...
-
$other_var = "var"; $var_name = $other_var; if ( $var_name == $other_var ) { echo "$var_name is $other_var"; } OUTPUT: var is var Basically a Variable is a Statement like in MC codes variables are used for things from stating a username bolded IE: $username = "[b]" . $ir['username'] . "[/b]"; They come in handy quite alot, i never used w3schools or php.net when i first started so i actually wouldn't have any idea for the real name of some functions or options but variable is pretty straight forward. (i maybe incorrect)
-
AS Promised--Crack The Safe Updated Secured.
Zero-Affect replied to Joshua's topic in Free Modifications
So where is the security? -
but it's free lol
-
Sorry abit too difficult for me with the shadow and all
-
Suck a nice guy ain't ya :) Good job mate
-
i don't remember giving you a link to my videos;) I have no idea what that guy is on about people are trying to help you and you start talking about gay people having sex... You haven't even seen my videos:(
-
lol ok here goes ~>here <~ weird game...
-
just downloaded it will shove it on my server when i have time:P will post link for a demo
-
Yeah Dynamic Drive are very good for JS and so forth.