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

Page 7 of 16 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 152
  1.     
    #61
    Respected Developer
    Website's:
    wrzc.org
    Sorry. 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

  2.     
    #62
    Member
    Website's:
    iFunMaza.com
    where to find WcDDL v3.12 or higher

    FB - http://www.facebook.com/IfunMaza
    Twitter - twitter.com/#!/iFunMaza

  3.     
    #63
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com

  4.     
    #64
    Respected Developer
    Website's:
    wrzc.org
    JmZ 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

  5.     
    #65
    Member
    Website's:
    iFunMaza.com
    lol just seen was thinking to update my reply
    anyways thankyou t3od0r!!

    FB - http://www.facebook.com/IfunMaza
    Twitter - twitter.com/#!/iFunMaza

  6.     
    #66
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 02:28 PM.

  7.   Sponsored Links

  8.     
    #67
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by Gavo View Post
    Its the 1st time i even tried using wcddl hooks and had some problems

    Am i getting it wrong or does Mr.Happys mods stop you using DownloadsGetQuery hook?
    Its seems the mods override any settings from other mods.
    Ya 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.htm
    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

  9.     
    #68
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 02:28 PM.

  10.     
    #69
    Banned
    Website's:
    WarezRelease.org ThatHosting.co
    I was wondering how u guys r getting the date of dls, yano on the ddl table....

  11.     
    #70
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by Gavo View Post
    I got it sorted, i just used the full query pinched from one of your mods and added the extra row i wanted.

    Im slowly getting there for the wcddl3 upgrade
    You 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)';
        } 
    And instead do

    PHP Code: 
    public function DownloadsGetQuery($sql) {
            
    $sql str_replace("s.name as site_name""s.name as site_name,  s.rate as rate "$sql);
        } 
    The Reason is your modifying rather than replacing. If you replace you potentially modify or disable other modules while if each module modify's the sql then they can all work together.
    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

Page 7 of 16 FirstFirst ... 56789 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. WCDDL - Development How-To (Modules, Hooks, etc)
    By JmZ in forum Web Development Area
    Replies: 19
    Last Post: 25th Jan 2014, 09:09 AM
  2. WCDDL Modules
    By Peach in forum Forum and DDL Discussion
    Replies: 3
    Last Post: 21st Jun 2011, 01:19 PM
  3. Ultimate WordPress Free Plugins Thread !-Sharing top plugins.
    By alex17 in forum Webmaster Resources
    Replies: 3
    Last Post: 2nd Jun 2011, 04:05 PM
  4. 2x Custom modules, black/whitelist WcDDL
    By Chris2k in forum Webmaster Resources
    Replies: 0
    Last Post: 21st May 2011, 01:01 AM
  5. Best WCDDL plugins
    By bunnny in forum Forum and DDL Discussion
    Replies: 25
    Last Post: 7th Apr 2011, 06:56 PM

Tags for this Thread

BE SOCIAL