Results 1 to 10 of 11
-
21st Jan 2010, 12:18 PM #1OPMember
[REQUEST] Anonym Redirect Script
Hey guys,
Can you please help me with a script like anonym.to redirector script as i wanted one like that a nice one.
Would be much grateful,as the scripts i have don't seem to function well.
ThanksSponge Bob Reviewed by Sponge Bob on . [REQUEST] Anonym Redirect Script Hey guys, Can you please help me with a script like anonym.to redirector script as i wanted one like that a nice one. Would be much grateful,as the scripts i have don't seem to function well. Thanks Rating: 5
-
21st Jan 2010, 12:44 PM #2ლ(ಠ益ಠლ)Website's:
extremecoderz.comwell you havent mentioned what type of CMS you are planning to integrate it into, but:
http://www.besthostingforums.com/showthread.php?t=23086
and also: http://hotfile.com/dl/25151679/405f355/divert.rar.html
OR (same thing, just in source format)
Code:<?php $ref = $_GET["ref"]; ?> <html> <head> <title>Redirecting...</title> <META http-equiv="refresh" content="2;URL=<?php echo $ref;?>"> <style type="text/css"> html { background: #fff; } body { background: #404040; border: 1px solid #666; color: #999; font: 14px "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif; margin: 5% 10%; text-align: center; } a { color: #FF8301; } h1 { color: #EEE; } #container { background: #292929; line-height: 2.4; padding: 1em; } p#url { font-weight: bold; overflow: hidden; width: 100%; } </style> </head> <body bgcolor="#000000"> <center> <div id="container"> <p>Please wait while you're being redirected to:<br /></p> <p id="url"><a href="<?php echo $ref;?>"><?php echo $ref;?></a></p> <hr /> <p><a href="http://extremecoderz.com">extremecoderz.com</a></p> <div> </center> </body> </html>
useage: divert.php? ref = http://www.google.com
(remove spaces)
-
21st Jan 2010, 12:46 PM #3Respected Developer
Not sure if this is what you're looking for:
PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php if (isset($_GET['goto'])) echo '<meta http-equiv="refresh" content="1;' . html_entity_decode($_GET['goto']) . '" />'; ?>
<title>Redirecting...</title>
</head>
<body>
</body>
</html>
The link you feed it needs to be html encoded.
-
21st Jan 2010, 04:55 PM #4OPMember
Hey thanks guys it works.. Jayfella u are a genious
Added it on my site and also intergrated it with the phpbb and works like a charm u can test it by going to a site and open a tread it will redirect to that page first.
cheerz dude.
-
21st Jan 2010, 07:02 PM #5MemberWebsite's:
litewarez.netSponge bob ...how did u get it to work ? are u useing to to anonym.to ?
-
21st Jan 2010, 07:03 PM #6OPMember
nop i am not using anonym.to
i am using the stript jayfella gave me
check it out
allinonewarez.com/redirect.php*******http://www.besthostingforums.com
join ? and ref together
-
21st Jan 2010, 07:05 PM #7MemberWebsite's:
litewarez.netyh ive got that aswel
i just dontno what to change code to
Litewarez iss supposed to be doin it .. i jus want it done lol
-
21st Jan 2010, 07:12 PM #8OPMember
well i am not sure about your ddl site but i used it in phpbb 3
-
21st Jan 2010, 07:17 PM #9MemberWebsite's:
litewarez.netlol yh thats what i need it for phpbb 3
-
21st Jan 2010, 07:18 PM #10OPMember
read up there is a post there jayfella has written it
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
help regarding Hide links with anonym.to
By Proaudiozone.info in forum WordpressReplies: 2Last Post: 26th Oct 2012, 05:58 PM -
Request script rapidleech
By wee111 in forum Web Application/Script SupportReplies: 2Last Post: 9th Jun 2011, 01:42 PM -
[Request] Social Media Script [Request]
By Cometrex in forum Webmaster DiscussionReplies: 8Last Post: 16th Nov 2009, 06:52 PM -
anonym links in mybb
By r0ck in forum Web Application/Script SupportReplies: 0Last Post: 6th May 2009, 12:27 AM -
[Request] Car/Bike Dealer Script
By Hator in forum Webmaster ResourcesReplies: 2Last Post: 19th Nov 2008, 11:45 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...