Activity Stream
48,167 MEMBERS
6835 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1.     
    #1
    Member

    Default 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.com
    sandip1110 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

  2.   Sponsored Links

  3.     
    #2
    Member
    anyone, i will ready to pay for the script..

    i think its very simple script...for the coder..

  4.     
    #3
    Probation
    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.

  5.     
    #4
    Member
    Here is one i dont use any more.

    Code: 
    https://rapidshare.com/files/1097322345/eg_order_gavo.rar
    I have full rights to it, so is ok to share here

  6.     
    #5
    Member
    thanks for share..

    but i have got adf ly clone from my friends..

    but how to put int. ad on it ? any idea ?

  7.     
    #6
    Member
    @Gavo can you tell me whats the difference between your script and the adf.ly clone?

    And thanks for sharing it as well.

  8.     
    #7
    Member
    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 ??

  9.     
    #8
    Member
    Website's:
    warezhackerz.com forumscripts.org
    thanks for sharing

  10.     
    #9
    It 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>
    Usage:
    - Copy the code, save it to a file. Save file as .php (anyfile.php).
    - Link in the format
    Code: 
    http://example.com/file.php?link=http://filehost.com/file.ext
    - Edit the code to change the countdown timer (check the comment for the variable to edit) and to style the DIV element.

  11.     
    #10
    Member
    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
    just like zpages has a full page script..

    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>
    btw,thanks for the help, its really works ! i love it...

    or

    Is there any script which auto add such prefix

    Code: 
    http://example.com/file.php?link=

    to selected domain ??

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Simple Logo Needed
    By CammyD in forum Graphics Area
    Replies: 6
    Last Post: 25th May 2012, 07:51 PM
  2. Needed Simple Link shortenin script full page
    By ECW in forum Web Application/Script Support
    Replies: 1
    Last Post: 7th Jan 2012, 03:42 AM
  3. [Hiring] Coder - Simple Link Checker Script
    By viruz99 in forum Completed Transactions
    Replies: 4
    Last Post: 16th Dec 2011, 06:41 PM
  4. A simple clarification needed
    By Funny in forum File Host Discussion
    Replies: 2
    Last Post: 10th Aug 2011, 04:14 PM
  5. Simple jQuery help needed
    By Netguy in forum Web Development Area
    Replies: 6
    Last Post: 4th Jan 2011, 10:20 AM

Tags for this Thread

BE SOCIAL