Results 61 to 70 of 152
-
15th Feb 2012, 12:10 PM #61OPRespected DeveloperWebsite's:
wrzc.orgSorry. Their's no need for the <span> at all. You can just do:
PHP Code:<td class="<?php echo strtolower($row->type); ?>"><?php echo $row->type; ?></td>
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
15th Feb 2012, 12:12 PM #62MemberWebsite's:
iFunMaza.comwhere to find WcDDL v3.12 or higher
-
15th Feb 2012, 12:14 PM #63MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.com
-
15th Feb 2012, 12:15 PM #64OPRespected DeveloperWebsite's:
wrzc.orgJmZ updated it on https://github.com/jmzrlz/WCDDL
All you have to replace is the config file (wcfg.php) and the wc3.php file. You don't need to reinstall anything if you replace these two files. That's why I hate to see people edit wc3.php file which happened a lot in Version 2 modules. Try not to do it in Version 3 as it makes it far easier to update.Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
15th Feb 2012, 12:15 PM #65MemberWebsite's:
iFunMaza.comlol just seen was thinking to update my reply
anyways thankyou t3od0r!!
-
17th Feb 2012, 05:54 PM #66Member
This site is using a hacked database of W junction
Last edited by Gavo; 4th Jan 2015 at 02:28 PM.
-
19th Feb 2012, 08:18 PM #67OPRespected DeveloperWebsite's:
wrzc.orgYa your right. I noticed this after I released it as I started coding a File Host module. If you download the latest version you won't have this problem. I've also added another few code improvements.
Get the latest version here http://www.besthostingforums.com/1403476-post54.htmTutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
-
19th Feb 2012, 08:24 PM #68Member
This site is using a hacked database of W junction
Last edited by Gavo; 4th Jan 2015 at 02:28 PM.
-
19th Feb 2012, 08:44 PM #69BannedWebsite's:
WarezRelease.org ThatHosting.coI was wondering how u guys r getting the date of dls, yano on the ddl table....
-
19th Feb 2012, 09:39 PM #70OPRespected DeveloperWebsite's:
wrzc.orgYou have to be careful Gavo with the DownloadsGetQuery. Don't replace it.
DO NOT DO
PHP Code:public function DownloadsGetQuery($sql) {
$sql = 'SELECT d.id, d.title, d.type, d.url, d.time_added, d.views, s.url as site_url, s.name as site_name, s.rate as rate
FROM ' . WCDDL_DB_PREFIX . 'downloads d LEFT JOIN ' . WCDDL_DB_PREFIX . 'sites s ON (s.id = d.sid)';
}
PHP Code:public function DownloadsGetQuery($sql) {
$sql = str_replace("s.name as site_name", "s.name as site_name, s.rate as rate ", $sql);
}
Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
WCDDL - Development How-To (Modules, Hooks, etc)
By JmZ in forum Web Development AreaReplies: 19Last Post: 25th Jan 2014, 09:09 AM -
WCDDL Modules
By Peach in forum Forum and DDL DiscussionReplies: 3Last Post: 21st Jun 2011, 01:19 PM -
Ultimate WordPress Free Plugins Thread !-Sharing top plugins.
By alex17 in forum Webmaster ResourcesReplies: 3Last Post: 2nd Jun 2011, 04:05 PM -
2x Custom modules, black/whitelist WcDDL
By Chris2k in forum Webmaster ResourcesReplies: 0Last Post: 21st May 2011, 01:01 AM -
Best WCDDL plugins
By bunnny in forum Forum and DDL DiscussionReplies: 25Last Post: 7th Apr 2011, 06:56 PM
themaCreator - create posts from...
Version 3.48 released. Open older version (or...