Home » Archive

Articles in the Web Category

PHP »

[7 Dec 2009 | 3 Comments | ]

here are php tutorials in Urdu Language,you can also download it from the lik give at the bottom of this post.

Download PHP Urdu Part 3

PHP »

[8 Apr 2009 | No Comment | ]

<?php
if($_SERVER['QUERY_STRING'] == “SoD”)
print “owns you!”;
else
print “don’t front!”;
?>

Description: Instead of calling files like ( index.php?str=blah ) , you could do ( index.php?SoD ) and it would print out “owns you!”. You can add more strings in there, this is just an example.

<?php
$vars = explode(“,”, urldecode(getenv(‘QUERY_STRING’)));
$v1 = array_shift($vars);
$v2 = array_shift($vars);
$v3 = array_shift($vars);
switch ($v1) {
case ‘first.1′: {
print(“This is …

Flash »

[7 Apr 2009 | No Comment | ]

How to Rip TM Dynamic Flash Templates
What you need:

Sample dynamic flash template from TM website
Sothink SWF Decompiler
Macromedia Flash

1. browse or search your favorite dynamic flash template in TM website. If you got one… click the “view” link and new window will open with dynamic flash.. loading…
2. If the movie fully loaded, click View -> Source in your browser to bring the source code of the current page and in the source code, search for “IFRAME” and you will see the iframe page. In this example were going to try the …

Cheats, PHP »

[9 Mar 2009 | No Comment | ]

Aleph One Cheat Codes:

In the mml folder create a file named cheats.mml. Enter the following line
<cheats on>
in the file and save it. To use the cheat codes, type them in while
pressing “control”. Weapon and ammo cheats will indicate their success by
the “picked up item” sound and effect.
Here are those cheats:
Code Result:
nrg – add suit energy
otwo – add oxygen
map – show items, monsters, and projectiles in map view
bye – invisibility
nuke – invincibility
see – infravision
wow – extravision
mag – pistol
melt – fusion gun
puff – shotgun
rif – rifle
zip – SMG
toast – flamethrower
pow – rocket
pzbxay …