mysql Archive
-
What is a BLIND SQL Injection?
Its been awhile, and I have been pretty busy. I decided to talk a little bit about a few things I have learned and been working on. When it comes to website security, most programmers understand what SQL injections are. The user types something into a form that manipulates the SQL statement [...] -
WordPress Database Tutorial posted!
I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress. It is posted in the tutorials section, here. Check it out and let me know what you think. -
PHP PDO and SQL injections
SQL Injections o_O??? -
Wordpress page views hack
I created this pretty quick, and it is by far, not the prettiest thing out there. This uses an extra table in the MySQL table to keep track of pages that get viewed and how many times they are viewed. Here is what I did: Step 1 – Create a new table! Go to your [...] -
Login Script Posted
Check out the code bin for a simple, very customizable login script! Code Bin -
Who’s Online Script Posted!
I was messing around and realized there weren’t a lot of these around that were very simple to integrate into a website. It is VERY simple. I may go more advanced in the future, but right now it does the basics -> tells how many people are online. Because it is simple, it [...] -
PHP Tutorial
I am going to be starting a PHP tutorial pretty soon. It will be very basic and easy to read. I will hopefully have part 1 up today in the Tutorial section. I want to cover the basics, and eventually files, mysql, xml, sockets, and maybe some more advanced options. We will see. If there [...]