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

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default [WCDDL] Search by Host


    This is an add on to module by t3od0r

    First get the new version of search form
    http://warezcoders.com/forum/viewtop...&t=803&start=0

    Now editions on funcs.php
    FIND
    public $type, $typeSQL, $typeURL;
    After ADD
    Code: 
    public $shost, $shostSQL, $shostURL;
    FIND
    $this->typeSQL = mysql_real_escape_string($this->type);
    $this->typeURL = $this->processURL($this->type);
    }
    AFTER ADD
    Code: 
    if(isset($_REQUEST['q']) && $_REQUEST['shost'] != "Any Host") {
                $this->shost = $_REQUEST['shost'];
                $this->shostSQL = mysql_real_escape_string($this->shost);
                $this->shostURL = $this->processURL($this->shost);
            }
    FIND
    $sqlWhere .= " AND type = '".$this->typeSQL."'";
    } else {
    $sqlWhere = " WHERE type = '".$this->typeSQL."'";
    }
    }
    AFTER ADD
    Code: 
    if(isset($this->q) && isset($this->shost)) {
                if(!empty($sqlWhere)) {
                $sqlWhere .= " AND hosts like '%".$this->shostSQL."%'";
                }
            }
    P.S
    Still missing the edition to pagination work properly, you can handle whit..
    I don't provide any help on hosts mod, to that contact the author
    jomasaco Reviewed by jomasaco on . [WCDDL] Search by Host http://i48.tinypic.com/2564dit.png This is an add on to module by t3od0r First get the new version of search form http://warezcoders.com/forum/viewtopic.php?f=15&t=803&start=0 Now editions on funcs.php FIND public $type, $typeSQL, $typeURL; After ADD Rating: 5


  2.   Sponsored Links

  3.     
    #2
    Member
    God this was quick - copied katz
    It's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)

  4.     
    #3
    (╯?□?)╯︵ ┻━┻
    Website's:
    Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.com
    You'd be surprised, i've seen a couple of sites with such a feature way before katz.
    They just weren't popular enough to popularise it.
    Projects:
    WCDDL - The Professional DDL Script
    Top Secret Project: In Development - ZOMG
    ImgTrack - Never Have Dead Images Again!

  5.     
    #4
    The Realest Nigga
    ive seen this future around for awhile aswell

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 12
    Last Post: 13th Mar 2012, 02:23 PM
  2. file host mod of (wcddl v2.1)
    By MaXiCoM in forum Forum and DDL Discussion
    Replies: 6
    Last Post: 11th Nov 2010, 05:03 PM
  3. [WCDDL] Need Show host mod
    By Snell in forum Web Application/Script Support
    Replies: 7
    Last Post: 8th Apr 2010, 06:32 PM
  4. Wcddl Search term
    By anmol.gill in forum Forum and DDL Discussion
    Replies: 9
    Last Post: 29th Jan 2010, 06:33 PM
  5. [WCDDL] Bold Keywords in Search Results - Same As Google!
    By tdsii in forum Webmaster Resources
    Replies: 2
    Last Post: 3rd May 2009, 09:46 PM

Tags for this Thread

BE SOCIAL