![]() |
![]() |
![]() |
||||
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. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Aug 2006
Posts: 290
|
Help finding a script
I am looking for a tgp script that will keep the galleries in a frame. Instead of sending the surfer off to another site. I want the frame to show the same link.
Does anyone know of any script around that will do this? thanks |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,201
|
look at my site at http://n2sexxx.com , notice the mini gallery at the top when you go to a gallery
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 | |
Confirmed User
Industry Role:
Join Date: Oct 2003
Location: Porn Valley
Posts: 8,151
|
Quote:
__________________
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,201
|
This is a prototype for comus, Our in-house designer Duncan will be offering these to everyone soon, it's all done in CSS and is more than a tgp, it's more of a porn directory now. I'm still populating it with more galleries, to make it work right, I figure I'll need at least 20k galleries in my database. One of my other mgp's has 18k galleries, so it will just take a little time..
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
like google images kinda ?
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,201
|
except all hosted galleries we make money off of!
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
ill show you a very simple way of doing it..
first save this as index.php and place in a folder for exaples sake lets say this is "http://yoursite.com/smokey/index.php" Code:
<?php $x = $_GET['x']; $x = str_replace("stband","&",$x); $x = str_replace("stbque","?",$x); $x = str_replace("stbequ","=",$x); ?> <center>YOUR ADS<br><br> <iframe src=<?php echo $x; ?> width=800 height=1000></iframe> first place this script anywhere on the main page of your tgp ( idit where it says yoursite.com to your site ) Code:
<script> function stbgo(URL){ URL = URL.split("&").join("stband"); URL = URL.split("?").join("stbque"); URL = URL.split("=").join("stbequ"); make = "http://yoursite.com/smokey/?x=" + URL ; window.open(make,"_blank"); } </script> <a href='javascript:stbgo("http://gallys.nastydollars.com/es/5/?id=yourid")'>open gallery</a> this will basically make a wrapper for every outgoing link
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
keep in mind using an iframe like i did in the example wouldnt be a very good idea, better to use a true frame like above, you should be able to figure it out from the example above how to change it.
__________________
hatisblack at yahoo.com |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,201
|
it's a little more involved than that, the mini tgp at the top are hooked up to galleries in my database, the whole thing is counted in my stats and generated dynamically. It took tony a while to make it so that this can be installed easily, but I'll forward that code to Tony, thanx
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 | |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
the method can be used with all trade scripts as well
__________________
hatisblack at yahoo.com |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
Confirmed User
Join Date: Aug 2006
Posts: 290
|
Is there a way to add create a broken link notifier. If the gallery does not work then the surfer can send a notice to the admin?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#12 | |
So Fucking Banned
Join Date: Dec 2006
Location: oz-trailer
Posts: 5,144
|
Quote:
![]() |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#13 | |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
Code:
<?php $x = $_GET['x']; $y = $x; $x = str_replace("stband","&",$x); $x = str_replace("stbque","?",$x); $x = str_replace("stbequ","=",$x); ?> <center>YOUR ADS<br><br> <a href=remove.php?x=<?php echo $y; ?>Report bad gallery</a> <br> <iframe src=<?php echo $x; ?> width=800 height=1000></iframe> Code:
<?php $x = $_GET['x']; $yfil = "remove.txt"; $svid = file_get_contents($yfil); $towrite = "$svid\n$x"; $fh2 = fopen($yfil, 'w+'); fwrite($fh2, $towrite); fclose($fh2); echo "Gallery removed , thanks for reporting it"; ?>
__________________
hatisblack at yahoo.com |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#14 |
So Fucking Banned
Join Date: Dec 2006
Location: oz-trailer
Posts: 5,144
|
smokey cannot be beaten. You are fuckable in the mind, bvut i am not a homo. Have you thought of changing to the world of femme? Then you could be my script bitch any day!!! Luv ya work mate!
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#15 | |
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
|
Quote:
![]()
__________________
hatisblack at yahoo.com |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#16 |
Confirmed User
Join Date: Apr 2007
Location: I was born intelligent, but Google ruined me!
Posts: 1,387
|
do you think framsets are advisable?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#17 |
Confirmed User
Join Date: Aug 2006
Posts: 290
|
Are there any hotscripts program that can do all this frameset stuff? Or an off the shelf scripts someplace?
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#18 |
Biker Gnome
Industry Role:
Join Date: Mar 2004
Location: cell#324
Posts: 23,201
|
I believe there is a way to put in a link for for broken links within the template section, I'll have to look into that. But being all josted galleries on my tgp, I wouldn't need that, hopefully!!
__________________
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants think about that |
![]() |
![]() ![]() ![]() ![]() ![]() |