Archive

Archive for August, 2009

MySQL Class

August 30th, 2009

In the way of changing of style of coding to OOP , I tried to wrote various classes and call them back whenever I want , as a efficient one you would feel comfortable with that is MySQL class . in old way the query had to frequently be assigned to a variable and then the mysql_query() , mysql-fetch-array() , mysql-num-rows() or etc … appeared by default in most cases . Read more…

Developing, General, PHP, Programming , ,

Uplaod file to MySQL

August 24th, 2009

Hi everybody I know my blog was such a motionless place during two months ago but it’s going not to be …. I’ve been occupied by server replacing issue , however , I wasn’t work-less whole this stories ,  I wrote article main subjected on uploading a file to MySQL database . Read more…

Developing, General, PHP , , , , ,

Shell via LFI - /proc/self/environ

August 22nd, 2009

What do you do when I find a LFI bug ? you customarily go around reading directories or important files like passwd , finding paths , grabbing off the connectors between portals and MySQL configuration files , and you wish the FTP and configuration passwords are matched . sometimes another tricks , injection into log files and so on … i another way you can play with user-agent , it sounds interesting , doesn’t it ? Read more…

General, Hacking

Procedural PHP or OOP ?

August 21st, 2009

I’ve recently been studying with object oriented programing , while my thought strayed constantly whether OOP is actually better ? I don’t wanna name myself PHP coder but if I would , then I , as a traditional PHP programmer made decision to switch to OOP , by the way I never say if I’d done it earlier I would be more professional now , surely I had to proceed step by step . Read more…

General, PHP , ,