logo

PHP Design Patterns – How to Properly Create a Website Index Page

logo

php 150x150 PHP Design Patterns   How to Properly Create a Website Index PageIf you are a newcomer to PHP programming but an experienced programmer overall, chances are that you find PHP pretty simple to program with. PHP is actually a combination of C++ and Perl, created so that we can write our websites along with database management and more.

(more…)

How to Filter Lists in Python

logo

list2 150x150 How to Filter Lists in Python One of the very important things that Python offers to programmers, is the great lists handling functions. Lists are one great data type that you can utilize for lots of different tasks. Since Python is a high level language, it makes our handling lists a real breeze.

(more…)

Cracking Dark Omen Game CD Protection

logo

cd cracked 150x150 Cracking Dark Omen Game CD ProtectionThis one is another tutorial that i’ve written for Krobar’s website and that you can find here. I believe that it has some good value, especially if you are into reverse engineering cd protections.

(more…)

How to use Diffing to Make Cheats for Games

logo

i cheat 150x150 How to use Diffing to Make Cheats for GamesMore than 6-7 years ago, i’ve written a small tutorial for the great and well known Krobar’s website that featured thousands of reverse engineering tutorials at the time. This essay was about diffing, a technique that, among other things, can be used to make cheats for games. Unluckily, in today’s games there is a high chance that this one will not work, due to serialization, encryption or compression.

(more…)

Use CURL with PHP to Handle HTTP Requests and Create Useful Scripts

logo

chocolatechipcookies 150x150 Use CURL with PHP to Handle HTTP Requests and Create Useful ScriptsIn an not so old tutorial, i’ve described how one can use urllib in Python to fetch url data and write cunning little scripts that automate online works. Sometimes, especially when you need to server some content to other users via a website, you will need to write such programs in php. Learning how to use curl is a pretty nice idea overall, since there are wrappers for the famous libcurl library at almost every language you can imagine. Therefore, you will sooner or later be using that.

(more…)

5. C++ Looping Structures

logo

C++ 150x150 5. C++ Looping StructuresThis is a guest post by a good personal friend of mine under the name Black Shadow.

Whenever we need to fill in an array, multiply a variable against a value multiple times or generally want to do the same stuff over and over, we use the C++ looping structures. They help us repeat the commands that we want to execute. We specify a set of commands to be executed according to a certain condition that we also define. While this condition is evaluated as true, the set of commands keeps executing, while when it becomes false, the looping structure ends. In general, the checking condition of a looping structure consists of a counter, that counts the number of times that the set of commands was executed. There are 3 different looping structures :

(more…)

How I Hacked a Popular Website Using SQL Injection

logo

sql injection 150x150 How I Hacked a Popular Website Using SQL InjectionFew people really mind security matters before anything bad happens to them. Once they get to feel how it is to lose data or give away precious information due to security faults, they begin to get more concerned over protecting their data. When it comes to websites, SQL security is one of the most important thing that haunts them. Of course, the most important one, is the php/asp or whatever code it uses.

(more…)

Page 1 of 1012345»...Last »
logo
Copyright 2009 All Rights Reserved