Nov 162009

Ever seen live TV streaming in sidebar Firefox??
i got this idea when i want to watch e-lifestyle on MetroTV. and i combined it with trick of facebook chat in sidebar.

ok i’ll take metroTV streaming for example.

first open your notepad application. copy and paste this code to your notepad.

Nov 072009

This is a common problem among programmers who are lazy to remember passwords and finally a reminder machine. but what if the engine suddenly broken and the reminder had no backups. hehehe …. forgotten it. right?

if you forget, reset the root password. easy right? :D
problem is how do I reset the root password?

this is the way:
1. we first used to turn off the server, the server did not mean a whole but only mysql service. hehehe …
of course, is how to turn them off from the root linux via the command:
# /etc/init.d/mysql stop

2. then create a sql script to change the password with the command
# vi /root/mysql.reset.sql
or with other commands you like such as pico or nano .

Sep 012009

Internet is just become need for some people. Most of us has a favorite website to surf for some information there. If there is any site that we need to check or surf everyday, better we place this link to our start menu on windows.

Here tips and trick to put your favorite website link on your start menu, in these example we use antiteori.com. Open your notepad, type this:

Sep 012009

Nowdays DVD-ROM is more preverable, because DVD can save more data than CD. DVD can save data 8 to 10 times VCD format. DVD film produce more clear and detail picture than CD.

We can play DVD film with software decoder DVD. Before you instal DVD decoder on your computer ( PC or notebook ) better you check your system first, so your can use the resource on your computer ( PC or notebook )  effectively and keep your computer ( PC or notebook ) working good. Here is tips to check DVD decoder on your computer, Open “Run” menu from start and type “dvdupgrd /detect” and click “OK”, your Windows will detect DVD decoder your fast. I hope this tips and trick usefull for us.

Jul 062009

antiteori get video from youtube get video from youtube without software or tools
how to copy videos from youtube without using software?
that is very easy man….
NB: but here i using linux.

search video 300x53 get video from youtube without software or tools
search the video on youtube

select video 300x205 get video from youtube without software or tools
select one video you want to download.

pause video get video from youtube without software or tools
pause the video, and wait the streaming finished.

Jul 032009

antiteori dofollow comment wp 300x67 dofollow comment on wordpress blog

this is about how to dofollow comment on your wordpress blog without plugin, as manually you can dofollow your comment by editing the comment template (comments.php)

fint the script
comment_author_link();
this will display the complete link in your single page/post like
<a id="commentauthor-2306" href="http://antiteori.com" rel="external nofollow">d_anank</a>

now change that script to:

Jun 272009

there is very easy to deleting desktop icon in gnome.or disabling the desktop icon in your gnome desktop.

Press Alt + F2 and type gconf-editor,
Screenshot-Run Application
then hit enter or klik run.

Jun 132009

SQL injection is a dangerous hacking techniques. How to prevent that?

example: http://target.com/news.php?id=19
In most applications made by a beginner programmer, the code in the program are as follows news.php

<?php
require_once("connections.php");
$sql = "SELECT * FROM news WHERE id=".$_GET['id'];
$result = mysql_query($sql);
while($news = mysql_fetch_array()){
echo "<h2>".$news['title']."</h2>";
echo "Posting pada tanggal: ".$news['date_post'];
echo $news['content'];
}
?>

there is no filter in $_GET['id']. This is a very dangerous! Cmon,..lets do this.

Apr 182009

now i want to share about how to create thumbnails image without writing file on server

for example: the default image is 800*600px.
if you using the html code like :

<img src="imgpath/imgname.jpg">

then the dimension(width & height) is outomatically same as the original image dimension.
how about

<img src="imgpath/imgname.jpg" width="200" height="150">

the image dimension is same as on the script, but the original size is not change

check this script

Jan 282009

ssh tunnel? what is it?? this is a way for bypass getway to access a server or hidden real IP address. Its anti teori so if you want get much information about this,, just click HERE..

I will show how to use the ssh tunnel Putty for browsing..
this is some of the things that must be held :

  1. ssh account
  2. putty  :: you can download from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  3. firefox (browser).

first open your putty and fill host name with your server and fill port for ssh.. then go to Ssh -> Tunnels, give check point on Dynamic and in field source port you can fill with anyport where have ranges 1000 – 65500 then add.