|
|
|
||||
|
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
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Change words on website to hyperlinked ads automagically: How to?
I have been looking for an hour, i'm not using the right searchterms I'm sure.
It's stupid because i actually used them before. I need them for my own private project to make links to pages inside the same website. Who knows what I need to search for to find a script to do it?
__________________
seks.ai for sale - ping me |
|
|
|
|
|
#2 |
|
Sofa King Band
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
|
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Stuartd, you da man.
not exactly what I need, as i need a much simpler version, but |I guess that'd be easy to change once I have this.
__________________
seks.ai for sale - ping me |
|
|
|
|
|
#4 |
|
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
|
|
|
|
|
|
|
#5 |
|
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
|
|
|
|
|
|
|
#6 |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Thanks Jace.
__________________
seks.ai for sale - ping me |
|
|
|
|
|
#7 |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Okay, that linkpeeker shit is absolute theft, lol.
I bought it and the only thing they do is this: Code:
a.showit:hover {
z-index: 25;
background-color: #ffff9b;
cursor: hand;
text-decoration: none;
}
a.showit span {
display: none;
}
__________________
seks.ai for sale - ping me |
|
|
|
|
|
#8 |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Hardcoded too, no keywords or searchterms whatsoever
__________________
seks.ai for sale - ping me |
|
|
|
|
|
#9 |
|
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
|
damn, sorry....i just looked on hotscripts.com and posted some results
|
|
|
|
|
|
#10 |
|
Viva la vulva!
Join Date: Mar 2003
Location: you can't please everyone, so you got to please yourself
Posts: 16,557
|
|
|
|
|
|
|
#11 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Quote:
It might work though, i'll tweak it and see if it works. ;)
__________________
seks.ai for sale - ping me |
|
|
|
|
|
|
#12 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: Utopia
Posts: 6,483
|
Quote:
This will read any page and keep the caps if there are any. Code:
$page=file_get_contents("abc.php");
$list = file("list.txt");
for($i=0; $i<count($list); $i++) {
$list[$i] = trim($list[$i]);
$data = explode("|", $list[$i]);
$page = preg_replace("/($data[0])/i", "<a href=\"$data[1]\" style=\"text-decoration:underline;\" title=\"Read more about $data[0]\">$1</a> ", $page);
}
print($page);
__________________
seks.ai for sale - ping me |
|
|
|
|