AIO_Auto Redirect Script for Thai Image Hosting

By meddlesome Last update May 17, 2010 — Installed 4,222 times.


Script Summary: All-In-One Script Auto Redirect to Direct Image Links for Thai Image Hosting

Script homepage


All-In-One Auto Redirect Script for Thai Image Hosting Script for auto-redirect to Direct image links for Thai Image Hosting. That's work for people who doesn't like Ads OR sucked auto-redirect(such as mwake.com)

[MANUAL UPDATE] uncomment /* before //debugFunction (just unComment to run debugFunction)`
and uncomment */ after debugURL(); to display all number to use with setredir(iNum)

[REDIRECT FUNCTION SYNTAX]
  • setredir(iNum);
    seeing debugURL() function !
    iNum = Number of <img> number in DOM
  • setredir2(); for URL was using REAL image PATH !!!
    Source URL : http://www.domain.com/v.php?id=00000.jpg
    Destination URL : http://www.domain.com/images/00000.jpg
    [EXAMPLE SYNTAX]setredir2("v.php?id=","images/");
  • setredir3(); for URL was using REAL image PATH !!! and has page-extension ex.html,php,jsp
    Source URL : http://www.domain.com/v.php?id=00000.jpg.html
    Destination URL : http://www.domain.com/images/00000.jpg
    [EXAMPLE SYNTAX]setredir3("v.php?id=","images/",".html");
  • setredir4(); like setredir2(); but use a RANDOM IMAGE FOLDER PATH (/img3, /img5) !!! (loop to compare)
    Source URL : http://www.domain.com/v.php?id=00000.jpg.html
    Destination URL1 : http://www.domain.com/img3/00000.jpg
    Destination URL2 : http://www.domain.com/img5/00000.jpg
    [EXAMPLE SYNTAX]setredir4("v.php?id=");
  • setredir5(); automaticly to find <img> distination !!! by using RegEx (loop to compare)
    Destination URL : http://www.domain.com/ib/ws7ki.jpg
    [EXAMPLE SYNTAX]setredir5(domain2 + "[a-z]./");
Support Sites: