Results 1 to 4 of 4
-
28th Jun 2010, 10:38 AM #1OPMember
[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;
$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); }
$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."%'"; } }
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 authorjomasaco 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
-
28th Jun 2010, 10:38 AM #2Member
God this was quick - copied katz
It's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)
-
28th Jun 2010, 03:53 PM #3(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comYou'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!
-
28th Jun 2010, 03:55 PM #4The Realest Nigga
ive seen this future around for awhile aswell
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] Mp3 Search Engine, File Host, SMS Script, Arcade Script, PDF Search Script, and More!
By Fileze in forum Completed TransactionsReplies: 12Last Post: 13th Mar 2012, 02:23 PM -
file host mod of (wcddl v2.1)
By MaXiCoM in forum Forum and DDL DiscussionReplies: 6Last Post: 11th Nov 2010, 05:03 PM -
[WCDDL] Need Show host mod
By Snell in forum Web Application/Script SupportReplies: 7Last Post: 8th Apr 2010, 06:32 PM -
Wcddl Search term
By anmol.gill in forum Forum and DDL DiscussionReplies: 9Last Post: 29th Jan 2010, 06:33 PM -
[WCDDL] Bold Keywords in Search Results - Same As Google!
By tdsii in forum Webmaster ResourcesReplies: 2Last Post: 3rd May 2009, 09:46 PM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...