el8linuxel8
Members-
Posts
98 -
Joined
-
Last visited
Reputation
18 GoodAbout el8linuxel8

Personal Information
-
Biography
I rock
-
Occupation
lame IT technician
-
Interests
programming, computing
-
Location
Preston
Employer (optional)
-
Company Represented
BBEC
-
Good luck, you'll have a hard time replacing me. See you augest 20th.
-
Well he obviously didnt read one ey?
-
$uploadfile = $uploaddir . basename($_FILES['userfile']['name']); escapeshellcmd($uploadfile) otherwise if the user had a ; in the filename, when you run it through system() it will execute it as a seperate command, breaking out of your ffmpeg. Its always fun to be secure
-
Id throw in a few escapeshellcmd()'s and also a switch() or preg_replace filter on the file extension... Passing $uploadfile into into that system() is kinda scary, what happens if someone uploads a file named 'lol;rm -rf;.flv'. this isnt quite as valid because you rm the uploaded file, but you should consider naming the uploaded file as something like md5($uploadfile) that way the user cant preserve the file extension, for example if they uploaded a .php and you didnt rm it then you would have a potentially dangerous php file in your webroot. You should also probably consider uploading those files in ../public_html so that users cannot access them directly and they can only interface with your application. Great idea btw, i think il look at doing something similar!
-
I think thats a bit of a broad statement.
-
I wouldnt run random C code as root mate
-
josh@liberty:~$ cat temp.c;gcc temp.c -o temp;./temp #include int main(int argc, char **argv) { if (printf("Hello Edugeek\n")) {} } Hello Edugeek
-
Pretty sure you can do it with in the int main() definition..let me think! there: #include int main(int argc, char *argv[printf("Hello EDUGEEK\n")]) {}
-
Just found the time to finish it, gets quite emotional at the end! looking forward to MGO now, but i think i need some PES online first to cheer me up lol. 10/10.
-
the only downside for me is that i quit smoking 2 weeks ago, seeing a cool mother like solid snake smoking every 5 minutes is tough
-
^ hardcore!! snake is my hero, its so sad to see him so old lol
-
I think it has a nice mix, because you can go kinda gungho too but also do the stealthy thing, whereas games like splinter cell take stealth a bit far for me. cant wait to try out the online stuff!
-
Anyone playing this yet? i bought it over the weekend and it plays awesome! great cut scenes, slightly geeky story but hopefully this time they can finally top MGS1!! also cant wait to try it out online, too busy with the story atm though
-
If you can access apachce/IIS logs paste the "attackers" IP and GET requests. easy way to generate a htaccess for you: .HTACCESS IP, Referrer, and Hotlink Banning Generator
