In this tutorial, you will learn how to encrypt passwords and other data by using the md5, sha1, and crypt functions. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com
Posts Tagged ‘hack’
PHP Tutorials: Security – SQL Injection
January 1st, 2012
phpmoz Protect against SQL Injection and avoid database compromise through variable data that hasn’t been sanitized. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Security – XSS (Cross-site scripting)
December 17th, 2011
phpmoz Protect against injecting of client-side scripts (such as JavaScript) on your website. XSS affects any user-defined data that is output anywhere on your site. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP LFI Tutorial
December 12th, 2011
phpmoz In this tutorial I will show you a PHP Local File Inclusion technique using /proc/self/environ.
PHP Tutorials: Security – File Uploading
August 17th, 2011
phpmoz Not protecting file uploads is a common security problem, and can lead to a variety of security issues. Have you protected your file upload process? WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Security – File Includes
August 16th, 2011
phpmoz Including files from any potentially user defined source can lead to severe security vulnerabilities being present in your code, allowing an attacker to potentially gain full control of your website. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: SQL Injection (Part 2)
June 23rd, 2011
phpmoz Learn how to protect against SQL injection by simply changing one line of code!
FREE RINGTONES FOR IPHONE USING iTUNES
November 17th, 2010
phpmoz IMPORTANT INFO: updated video using itunes 8.1.1 www.youtube.com THIS IS A TUTORIAL ON HOW TO INSTALL CUSTOM RINGTONES ON YOUR IPHONE EDGE OR IPHONE 3G USING ITUNES. THIS WORKS ON ITUNES 7.4 AND OVER. I AM USING ITUNES 8.0. HAVE FUN MAKING YOUR RINGTONES!!! STEP 1: right click your song of choice, click on “get info”. STEP 2: click on the “options” tap. STEP 3: check mark the “start” box and the “stop” box. edit the length of your ringtone and click on “ok” NOTE: it should be 29 seconds long. itunes get buggy at 30 seconds. STEP 4: right click your song again, and then clcik on “create AAC version”. STEP 5: after the converting is complete, click on the new file located directly below the original song. it should say its 29 seconds long or whatever the length you decided. STEP 6: right click the new song file, and click on “show in windows explorer”. STEP 7: edit the file format. change the .m4a to .m4r . NOTE: if u cant see the file format click on the “tools” tap then click on “folder options” then click on the “view” tap then scroll down and look for “hide extensions for known files” and make sure its UNCHECKED!!! meaning NO CHECK MARK!!! STEP 8: after you change the extension, drag the file into your itunes library. STEP 9: connect iphone via usb, go to ringtones section and checkk all your ringtones then sync your iphone. STEP 10: after sync is complete go into settings/sound/ringtones and it should be in the list.
PHP Tutorial – Securing a MySQL Query (Part 1)
August 20th, 2010
phpmoz Simple tutorial on how to secure a basic mysql query.

Posted in
Tags:

