New plugin - MQ ReLinks

MQ ReLinks MQ ReLinks is a wordpress plugin which allows you to easy make all external links in posts, pages, comments and author links non external, by using a redirect. In stead of a direct link to another site, the plugin will create a link to a out.php file that will redirect to the requested UR
read more:

AdSense Revenue Sharing 1.2

New version 1.2 AdSense Revenue Sharing plugin released. Fixed it to work with wp 2.5 Added new option -> Position You can now choose where to place the ad when the “Show all” function is on. I.E: top, bottom, top left, top right, bottom left, bottom right You can grab it here: AdSe
read more:

Free youtube video downloader script

Here`s a free php youtube video downloader script. It can be integrated in wordpress or any other site that uses php. You can use it as by linking to yoursite/youtube.php or by including it with a iframe. To include it with a iframe you have to upload youtube.php to your blog and then go to the wp-a
read more:

MQ Punk Free WordPress Theme

MQ Punk Wordpress Theme comes with the following features: * Widget Ready * Compatible with the latest WordPress version (Ver.2.5) * 2 columns * Right sidebar * Simple banner rotator * Valid XHTML and CSS Tested on: * The following browsers: IE6, IE7, FireFox 2 Demo Download
read more:

Free Social Bookmark Script generator

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 b
read more:

MQ Blue Free WordPress Theme

Categories:  Silenced themes, Silenced wordpress, Silenced work

MQ Blue Wordpress Theme comes with the following features:

* Widget Ready
* Compatible with the latest WordPress version (Ver.2.5)
* 2 columns
* Blue and White Color
* Right sidebar
* Simple banner rotator
* Valid XHTML and CSS Tested on:
* The following browsers: IE6, IE7, FireFox 2

Demo Download

Simple php image rotator

Categories:  Silenced tutorials

I am going to make a simple php image rotator that can also be used as a banner rotator.
First, create a new file called “images.txt”.
In this file, write embed code for your images, one per line, like:


<img src="path/url to image" alt="" />
<img src="path/url to image" alt="" />

Or you can write link codes, just in case you want to link the images to a page, or use it like a banner rotator, again one per line, like so:


<a href="link"><img src="path/url to image" alt="" /></a>
<a href="link"><img src="path/url to image" alt="" /></a>

php code for .php file


<?php
//open function
function random_image() {
//seed the random number generator
//only for php versions under 4.2.0
//if the version on your server is over 4.2.0 u can ignore
//the next line of code
srand((float) microtime() * 10000000);
//set data file name/path and read it
$f=file_get_contents('images.txt');
//create an array with all the images we found
$input = explode("\n",$f);
//create an array of keys for the random entries
//the number has to be between 1 and the number of
//elements in the array
$rand_keys = array_rand($input, 2);
//show a random image
echo $input[$rand_keys[0]];
//close function
}
//call the function and print the images
random_image();
?>

I signed up for PPP!

Categories:  Silenced reviews

I signed up for PPP and I am glad being part of the payperpost community. I am excited to work for payperpost by making blogs for the opportunities open to me. I am attracted to the potential income that I will be earning soon, so everything will be up to me now since the PPP has a lot of opportunities to offer. I have been searching and have involved myself to a lot of online business before, I became fond of joining High Yield Investment Program (HYIP) which was so critical, I also joined some good program like paid to surf programs and paid to click programs but the income is not that much as compared to what the PPP can offer. In PPP they can bring out your hidden talent in sharing ideas for the topic and the most important is you are getting paid on what you do. The income that I will gain from PPP will be a great help for me in my daily expenses and other financial needs, this is one best way of generating income aside from my regular work, because i do not need to stop from my current job for joining PPP. This is my first blog for PPP and I am looking forward for the result. I will keep on blogging because it is fun and I am not restricted with time like a regular job. So, good luck to me and to you guys out there join the PPP now and get paid to blog

continue: PreviousNext