Posts Tagged ‘hack’

PHP Tutorial: Password Encryption with MD5, SHA1, and Crypt -HD-

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

PHP Tutorials: Security – SQL Injection

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)

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

In this tutorial I will show you a PHP Local File Inclusion technique using /proc/self/environ.

PHP Tutorials: Security – Session Hijacking

If you’re using session to either log a user session or storing data in sessions, you’re potentially vulnerable to session hijacking. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com

PHP Tutorials: Security – File Uploading

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

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)

Learn how to protect against SQL injection by simply changing one line of code!

FREE RINGTONES FOR IPHONE USING iTUNES

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)

Simple tutorial on how to secure a basic mysql query.