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

Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1.     
    #11
    Retired NinJa
    Website's:
    loledhard.com
    For uploading image to imgur use this replacement

    PHP Code: 
    function getBanner($title){
        if(
    preg_match("/[a-zA-Z0-9.]+S[0-9]+E[0-9]+|[A-Za-z0-9.]+20[0-9.]+/"$title$match)){
            
    $showname trim(str_replace("."" "$match[0]));
            
    $showname trim(preg_replace("/S[0-9]+E[0-9]+/"""$showname));
            
    $url "http://thetvdb.com/api/GetSeries.php?seriesname=".urlencode($showname);
            
    $page postHost($url);
            if(
    preg_match("/graphical\/[a-z0-9A-Z.\-]+/"$page$match)){
                
    $img postHost("http://api.imgur.com/2/upload?url=http://thetvdb.com/banners/$match[0]");
                
    //echo $img;
                
    preg_match_all("/http:\/\/i.imgur.com\/[a-z0-9A-Z.]+/"$img$matches);
                
    $imageUrl $matches[0][1];
                return 
    $imageUrl;
            }
        }




    You don't hate Justin bieber.You hate the fact you ain't Justin Bieber!

  2.   Sponsored Links

  3.     
    #12
    You can call me G
    thnx again humour..

    thnx for ur comment aisha



    My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz

  4.     
    #13
    Member
    Wow This is Awesome ... Thanks a lot .. TC.. Peace Out.

    Orb.

  5.     
    #14
    You can call me G
    np use it in the best possible way!



    My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz

  6.     
    #15
    Member
    Website's:
    tufos.net
    np gunda

  7.     
    #16
    Member
    Quote Originally Posted by humour View Post
    Here is the whole running PHP code. If u dont know how to make it work after seeing gundas post. I have just added the wrapper around the function Gunda


    PHP Code: 
    <?
    function getBanner($title)
    {
        if(
    preg_match("/[a-zA-Z0-9.]+S[0-9]+E[0-9]+|[A-Za-z0-9.]+20[0-9.]+/"$title$match)){
            
    $showname trim(str_replace("."" "$match[0]));
            
    $showname trim(preg_replace("/S[0-9]+E[0-9]+/"""$showname));
            
    $url "http://thetvdb.com/api/GetSeries.php?seriesname=".urlencode($showname);
            
    $page postHost($url"""");
            if(
    preg_match("/graphical\/[a-z0-9A-Z.\-]+/"$page$match)){
                
    $img postHost("http://www.lulzimg.com/upload.php?submit=lulz&url=http://thetvdb.com/banners/$match[0]""""");
                
    //echo $img;
                
    preg_match_all("/http:\/\/lulzimg.com\/[a-z0-9]+\/[a-z0-9A-Z.]+/"$img$matches);
                
    $imageUrl $matches[0][1];
                return 
    $imageUrl;
            }
        }

    function 
    postHost($url)
    {
        
    $ch curl_init();
        
    curl_setopt($chCURLOPT_URL$url);
        
    curl_setopt($chCURLOPT_COOKIESESSION1);
        
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
        
    curl_setopt($chCURLOPT_CONNECTTIMEOUT60);
        
    curl_setopt($chCURLOPT_FOLLOWLOCATION1); 
        
    curl_setopt($chCURLOPT_TIMEOUT60);
        
    curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)");
        
    $source_code curl_exec($ch);
        
    curl_close($ch);
        return 
    $source_code;
    }
    if (empty(
    $_POST))
    {
    ?>
    <form method=post>
    <input type="text" name="img" />
    <input type="Submit" value="Submit" />
    </form>
    <?PHP
    }
    else
    {
    $imggetBanner($_POST['img']);
    echo 
    "<B>$img</B><BR/><BR/>";
    echo 
    "<img src=\"$img\" />";
    }
    ?>
    If you dont know how to run it than plz dont use it

    Note: Not all the release name would work. Most of them work tho

    Thanks Gunda u are charm
    Any idea on how to make this script work on cli?

  8.     
    #17
    Member
    Website's:
    ExploringPC.com DedicatedSeedboxHosting.com
    PHP Code: 
    function getBanner($title){
        if(
    preg_match("/[a-zA-Z0-9.]+S[0-9]+E[0-9]+|[A-Za-z0-9.]+20[0-9.]+/"$title$match)){
            
    $showname trim(str_replace("."" "$match[0]));
            
    $showname trim(preg_replace("/S[0-9]+E[0-9]+/"""$showname));
            
    $url "http://thetvdb.com/api/GetSeries.php?seriesname=".urlencode($showname);
            
    $page postHostBan($url);
            
    //echo("<br />".$page."<br /><br />");
            
    if(preg_match("/graphical\/[a-z0-9A-Z.\-]+/"$page$match)){
                
    $pic $match[0];
                
    $img =  postHost("http://imgclub.org/?url=http://cache.thetvdb.com/banners/$pic""""");
                
    preg_match("/http:\/\/imgclub.org\/images\/[A-Za-z0-9.]+.jpg/"$img$match);
                
    $imageUrl $match[0];
                return 
    $imageUrl;
            }
        }
    }  

    function 
    postHostBan($url)
    {
        
    $ch curl_init();
        
    curl_setopt($chCURLOPT_URL$url);
        
    curl_setopt($chCURLOPT_COOKIESESSION1);
        
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
        
    curl_setopt($chCURLOPT_CONNECTTIMEOUT60);
        
    curl_setopt($chCURLOPT_FOLLOWLOCATION1); 
        
    curl_setopt($chCURLOPT_TIMEOUT60);
        
    curl_setopt($chCURLOPT_USERAGENT"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)");
        
    $source_code curl_exec($ch);
        
    curl_close($ch);
        return 
    $source_code;

    Uploads to IMGClub and fixed it a bit.

  9.     
    #18
    Member
    Website's:
    WarezME.org
    is there a chance of having info on the show printed out too?

  10.     
    #19
    Member
    Website's:
    sborg.us
    ^ Go and check their API, you'll find a lot of helpful things

    V3g3ta | Halcyon | Abhi

  11.     
    #20
    Member
    Website's:
    WarezME.org
    heh thanks, i already did that and added info

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Selling] Adspace 2000+ Users Per Day All Kind Of Banners Legal Banners
    By fatal1ty992 in forum Completed Transactions
    Replies: 4
    Last Post: 22nd Nov 2011, 08:41 PM
  2. banners
    By blackheart in forum Graphics Area
    Replies: 0
    Last Post: 17th Sep 2011, 07:43 PM
  3. can someone show me a tut..
    By ibby in forum Graphics Area
    Replies: 1
    Last Post: 5th May 2011, 09:47 PM
  4. [Buying] banners
    By MrPeanut420 in forum Completed Transactions
    Replies: 10
    Last Post: 28th Mar 2010, 05:39 AM
  5. Show IP
    By Santocool in forum General Discussion
    Replies: 15
    Last Post: 26th Feb 2010, 11:52 PM

Tags for this Thread

BE SOCIAL