Results 1 to 10 of 13
-
23rd Oct 2011, 06:52 PM #1OPMember
Needed Simple Link shortenin script ..
Hi..
Guys..
I m in need of link shortening script..for the personal use..means i dont want to open a get to paid link shorten ..
What i want to be in script :
Basically i want a script that can able to show a particular page before the destination link..
Ex
If i ve shorten the www.google.com ..
So when user click on this shorten link..
There is page with ads on it (this ads put by me of various ad network) for 5 seconds..
Then after visitor will redirect to google.com ..note that visitor doesnt need to click on skip ad button(so i dont want to add this skip button) its ll be autoredirect..
....Special thanks to Lifetalk.. this problem solved
now remaining Full Page Script,
so my desired link will convert into shorten link
desired link means : particular domain [like mediafire.com, wupload.com, filesonic.com] only such links will get converted..
Hope this is possible..
Can anyone help ??
Contact info
sandippatel1110@gmail.comsandip1110 Reviewed by sandip1110 on . Needed Simple Link shortenin script .. Hi.. Guys.. I m in need of link shortening script..for the personal use..means i dont want to open a get to paid link shorten .. What i want to be in script : Basically i want a script that can able to show a particular page before the destination link.. Ex If i ve shorten the www.google.com .. So when user click on this shorten link.. There is page with ads on it (this ads put by me of various ad network) for 5 seconds.. Rating: 5
-
24th Oct 2011, 11:07 AM #2OPMember
anyone, i will ready to pay for the script..
i think its very simple script...for the coder..
-
24th Oct 2011, 12:45 PM #3Probation
Why don't you use YOURLS
It is a short for Your Own URLS
http://yourls.org
It's free and reliable. Most webhost with CPANEL provide it with the Softacoulous Installer. It's easy to setup. Just need PHP and Database service. MYSQL or Firebird or what ever you have.
-
24th Oct 2011, 01:43 PM #4Member
Here is one i dont use any more.
Code:https://rapidshare.com/files/1097322345/eg_order_gavo.rar
-
24th Oct 2011, 10:16 PM #5OPMember
thanks for share..
but i have got adf ly clone from my friends..
but how to put int. ad on it ? any idea ?
-
25th Oct 2011, 01:58 AM #6Member
@Gavo can you tell me whats the difference between your script and the adf.ly clone?
And thanks for sharing it as well.
-
25th Oct 2011, 06:00 PM #7OPMember
just see this link
http://www.bestvideorap.com/links/?l...ile/2040328031
can anyone make script like this.. user have to wait for 5 sec.. before he can see the download link ??
-
27th Oct 2011, 03:17 PM #8
-
27th Oct 2011, 06:00 PM #9It begins...
Quick and messy code, but it works. You'll need to style the DIV elements though.
PHP Code:<?php
if (isset($_GET['link']))
{
$link = trim($_GET['link']);
}
?>
<script type="text/javascript"><!--
function ReplaceContentInContainer(id,content) {
var container = document.getElementById(id);
container.innerHTML = content;
}
//--></script>
<div
id="example3div"
style="border-style:dotted;
padding:10px;
font-size:24px;
width:200px;
text-align:center;">
</div>
<script type="text/javascript"><!--
var containerID = "example3div";
var number = 10; //change to no. of secs to wait
var timerID = setInterval("CountdownTimer()",1000);
function CountdownTimer() {
if(number > 1) {
number--;
ReplaceContentInContainer(containerID,number);
}
else {
clearInterval(timerID);
ReplaceContentInContainer(containerID,'<a href="<?php echo $link; ?>"><?php echo $link; ?></a>');
}
}
//--></script>
- Copy the code, save it to a file. Save file as .php (anyfile.php).
- Link in the formatCode:http://example.com/file.php?link=http://filehost.com/file.ext
-
28th Oct 2011, 01:55 AM #10OPMember
hey,
Lifetalk you're really great..
thanks for the script..
but if you can provide me the full page script in java so it can convert all link into above example as i do have around 12,000 links i can't edit each n every link.
means,
just put a full page script in between <body> and </body> tag will convert all links automatically to for selected domain and i don't wont exclude domain feature.
means, i want to convert only which has example.com, mydomain.com and so on the list of domain for which i want.
Code:http://example.com/file.php?link=http://filehost.com/file.ext
here is the full page script of zpages if you could edit n make it ...
http://zpag.es/js/zl.js
and to use it here is the code, i have got from zpag.es
Code:<script> var z_t = 'pa' var domains = ['mediafire.com','lulzimg.com', 'msn.com', 'megaupload.com', 'rapidshare.com', 'yoursite.com', ]; var z_vid = 7891213; [i don't need this one] var z_id = myid; [i also don't need this one] </script> <script src="http://zpag.es/js/zl.js"></script>
or
Is there any script which auto add such prefix
Code:http://example.com/file.php?link=
to selected domain ??
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Simple Logo Needed
By CammyD in forum Graphics AreaReplies: 6Last Post: 25th May 2012, 07:51 PM -
Needed Simple Link shortenin script full page
By ECW in forum Web Application/Script SupportReplies: 1Last Post: 7th Jan 2012, 03:42 AM -
[Hiring] Coder - Simple Link Checker Script
By viruz99 in forum Completed TransactionsReplies: 4Last Post: 16th Dec 2011, 06:41 PM -
A simple clarification needed
By Funny in forum File Host DiscussionReplies: 2Last Post: 10th Aug 2011, 04:14 PM -
Simple jQuery help needed
By Netguy in forum Web Development AreaReplies: 6Last Post: 4th Jan 2011, 10:20 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...