RSS

Author Archives | Ben

Ben - who has written 41 posts on Unreal Media.


Contact the author

New Subtle Advertisements At Youtube

Friday, November 14, 2008

0 Comments

I like to see websites which are not just purely about the money… please wait...Rating: 9.8/10 (4 votes cast)

Continue reading...

Pagerank Checker Script PHP

Saturday, November 8, 2008

2 Comments

Ive got a Pagerank checking script to share with you. Its written in PHP. From the outside its very simple, however the insides are quite complicated. There are some comments on it but if you are not an experianced PHP programmer you will not understand most of it. To change the site it checks you have [...]

Continue reading...

How To Show A Users IP Address - PHP

Friday, November 7, 2008

3 Comments

Showing a users IP address is very easy. We use a function called getenv ( ) to do so. Here is the code: <?php echo getenv('REMOTE_ADDR'); ?> Simple as that… Heres a demo please wait...Rating: 9.1/10 (7 votes cast)

Continue reading...