PHP Ad Management

Free Php Ad management Scripts

Taking value from textarea while using tinyMCE

While using tinyMCE in textarea via javascript don’t use->

document.getElementById(‘txtMessage’).value;

use:

 

<strong>tinyMCE.get(‘txtMessage’).getContent();</strong>

example:

 

 

<script type="text/javascript">tinyMCE.init({

…});

</script>

<textarea id="txtMessage" name="txtMessage" rows="25" cols="100"></textarea>

<input type="button" id="message" name="message" value="Sent" onclick="alert(tinyMCE.get(’txtMessage’).getContent());" />

 

 

PHP Class for limiting Adsense and Ads Display

This is a good PHP class for controlling How many times Ad display in 24 hours. This is very useful for preventing Spamming bots from rack up massive amount of views on programs like adsense

Free download PHP Class for limiting Adsense and Ads Display

PHP Class for limiting Adsense and Ads Display(15 downloads)

[...]

Creating Google sitemaps from multiple Domain

This PHP script helps in scans a domain for all its internal links, ignores its external links and invalid links and automatically creates a valid Google sitemap ready to use for your webmaster tools.
Free Download PHP class For Google sitemaps

Creating Google sitemaps(13 downloads)