New plugin - MQ ReLinks
AdSense Revenue Sharing 1.2
Free youtube video downloader script
MQ Punk Free WordPress Theme
Free Social Bookmark Script generator
Free Social Bookmark Script generator
Categories: Silence featured, Silenced general, Silenced scripts, Silenced work
Here`s a free Social Bookmark Script generator I made.
It`s actually a clone of another website that I don`t want to mention.
Check it out, you might like it and it could get you lots of backlinks.
Host your own Social Bookmark Script generator website.
Offer a free service to the world.
Get free backlinks.
- Usage:
- Download the zip archive and unzip it on your local machine.
- Edit terms.htm page.
- Edit bookamrks.php at line 2 and define the script folder and image folder.
- Upload all the files to your website root(bookmarks.php, terms.htm and bookmark-images folder)
- Include bookmarks.php in your page using php include function or design around it and rename it to index.php
- Download:
- Social Bookmark Script generator
Simple text based hit counter
Categories: Silenced general, Silenced tutorials, Silenced work
First make a new file called stats.txt and one called stats.php
Give write permission on the .txt file (CHMOD 666 or 777 if you don`t see a growing count)
php code for .php file
<?php
//set data file name/path
$data='stats.txt';
//read content fom the .txt file
$show = file_get_contents($data);
//write new content to the .txt file
$new=file_put_contents($data,$show+1);
//show your hit counter
echo $show;
?>
This is faster thran fopen() and if the data file dose not exists the script creates it, if it can.










