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

Page 14 of 16 FirstFirst ... 41213141516 LastLast
Results 131 to 140 of 152
  1.     
    #131
    Member
    Website's:
    iFunMaza.com
    Quote Originally Posted by saninokia View Post
    and what about when it will be windows (x86/x64) ?
    is ther any help i can get?
    thanks.
    For time-being go space separated values
    windows x86/x64.
    Of-course with new scripts and much more professional DDL Owners must re-adjust their rules, and i'm sure they will!!

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

  2.     
    #132
    Member
    Website's:
    freshimg.com
    arrows up mode needed for wcddl v3

  3.   Sponsored Links

  4.     
    #133
    Respected Developer
    Website's:
    wrzc.org
    Quote Originally Posted by yuvraj View Post
    arrows up mode needed for wcddl v3
    Did you not make it as far as the second page of this thread?
    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.     
    #134
    Member
    Website's:
    freshimg.com
    please reupload this file
    https://rapidshare.com/files/2430555...iteuparrow.php

    ---------- Post added at 04:42 AM ---------- Previous post was at 04:30 AM ----------

    https://rapidshare.com/files/3874607041/wcddl_extra.php

  6.     
    #135
    Member
    PHP Code: 
    <?php
    /*BEGIN_INFO V2.0 - See especific site downloads END_INFO*/
    if(!defined("WCDDL_GUTS"))
        exit;


     class 
    joma_site_downl {
             private 
    $modEnabled false//Change to false to turn it off
    public $site true;
    public 
    $siteInfo true;

    public function 
    site(&$where, &$whereParams) {
          if(isset(
    $_GET['site']) && !empty($_GET['site']))
          
    $this->site Common::formatURL($_GET['site'],'.');
          if(!empty(
    $this->site))
                
    $siteID Site::existsByURL($this->site);
                if(
    $siteID) {
                    
    $where .= (empty($where) ? ' WHERE' ' AND') . ' d.sid = :siteID';
                    
    $whereParams['siteID'] = $siteID;
            }
            else
            unset(
    $this->site);
            }
            
            function 
    duplicateSiteData($rows) {
        
    $ultimo_site '';
    foreach(
    $rows as $row) {
    if(
    $row->site_name == $ultimo_site)
    $row->arrowup '^';
    else
    $row->arrowup '<a href="index.php?site='.$row->site_url.'" target="_blank">'.$row->site_name.'</a>';
    $ultimo_site $row->site_name;
    }
    }

    public function 
    install() {
        if(!
    $this->modEnabled
                echo 
    '<h3>Install site Module</h3><p>
                To install show site downloads set <strong>$modEnabled = true</strong> in '
    .WCDDL_PATH_MODULES.'wcddl_joma_site_downl.php</p>
                <h2>Changes to be done in index.php</h2><p>
                <b>FIND</b><br />
                '
    .highlight_string('$downloads = Core::load()->mapRequest(\'Downloads\', array(\'page\', \'query\', \'type\'));',true).'<br />
                <b>CHANGE TO</b><br />
                            '
    .highlight_string('$downloads = Core::load()->mapRequest(\'Downloads\', array(\'page\', \'query\', \'type\', \'site\'));',true).'<br />
    <b>FIND</b><br />
    '
    .highlight_string('$downloads->query = str_replace(\'-\', \' \', $downloads->query);',true).'<br />
    <b>AFTER ADD</b><br />
    '
    .highlight_string('$downloads->siteInfo = true;',true).'<br />
    <b>FIND</b><br />
    '
    .highlight_string('<td>Views</td>',true).'<br />
    <b>CHANGE TO</b><br />
    '
    .highlight_string('<td>Views</td><td>Provider</td>',true).'<br />
    <b>FIND</b><br />
    '
    .highlight_string('<td><?php echo $row->views; ?></td>',true).'<br />
    <b>AFTER ADD</b><br />
    '
    .highlight_string('<td><?php echo $row->arrowup ?></td>',true).'<br />
    <b>FIND</b><br />
    '
    .highlight_string('echo $downloads->pages(array(
                array(\'default\', WCDDL_PAGES_DEFAULT),
                array(\'query\', WCDDL_PAGES_QUERY),
                array(\'type\', WCDDL_PAGES_TYPE),
                array(array(\'query\', \'type\'), WCDDL_PAGES_QUERY_TYPE)
            ));'
    ,true).'<br />
            <b>CHANGE TO</b><br />
            '
    .highlight_string('echo $downloads->pages(array(
                array(\'default\', WCDDL_PAGES_DEFAULT),
                array(\'query\', WCDDL_PAGES_QUERY),
                array(\'type\', WCDDL_PAGES_TYPE),
                array(array(\'query\', \'type\'), WCDDL_PAGES_QUERY_TYPE),
                array(\'site\', WCDDL_PAGES_SITE)
            ));'
    ,true).'<br />
            <b>if uses the noxxx mod change one line</b><br />
    '
    .highlight_string('if((empty($type) && !isset($_GET[\'q\']) && !isset($_GET[\'page\']) && !isset($_GET[\'site\'])) || (!isset($_GET[\'site\']) && isset($_GET[\'page\']) && $this->dontshow && $type != \'xxx\')) {',true).'
            '
    ;
                else
                echo 
    '<h3>Install site Module</h3><p>Already installed.</p>';
        }
       
        public function 
    uninstall() {
            if(
    $this->modEnabled
            echo 
    '<h3>Uninstall site Module</h3><p>
            To disable this mod just set in '
    .WCDDL_PATH_MODULES.'wcddl_joma_site_downl.php:<br /><br /><strong>$modEnabled = false;</strong><br /><br /><br />Alternatively you can remove or disable the ' WCDDL_DB_PREFIX 'joma_site_downl.php file from the modules folder.<br /></a><\p>
            '
    ;
            else
                        echo 
    '<h3>Uninstall site Module</h3><p>Not installed.</p>';
        }

    public function 
    checkupdate() {
            return 
    '2.0;http://www.besthostingforums.com/1256499-post11.htm;http://www.besthostingforums.com/1256499-post11.htm';
        }
    //end class
    if($modEnabled) { 
    Core::load()->hook('DownloadsGetWhere', array('joma_site_downl','site'));
    Core::load()->hook('DownloadsGetRows', array('joma_site_downl','duplicateSiteData'));
    define('WCDDL_PAGES_SITE''<a href="index.php?page=#page#&site=#site#">#page#</a>');
    }
    if(isset(
    $_GET['go'])){
        if(
    $_GET['go']=='installjoma_site_downl')
            
    Core::load()->hook('AdminHandleContent', array('joma_site_downl''install'));
        if(
    $_GET['go']=='uninstalljoma_site_downl')
            
    Core::load()->hook('AdminHandleContent', array('joma_site_downl''uninstall'));
            if(isset(
    $_GET['go']) && $_GET['go']=='checkupdatejoma_site_downl')
            
    Core::load()->hook('AdminHandleContent', array('joma_site_downl''checkupdate'));
    }


  7.     
    #136
    Member
    Website's:
    freshimg.com
    @jomasaco please post code [code] tag
    thanks for your reply

  8.     
    #137
    Member
    Website's:
    imoviedl.com
    Mr. Happy
    I am facing a problem.I Can't install plugin manager. Using v3.

  9.     
    #138
    Member
    Is there any Mod/Plugin Available For Adding Webmaster Control Panel, So that Webmasters can mange their links and check the stats for their site ??

  10.     
    #139
    Member
    im also having a problem installing the pluggin manager

  11.     
    #140
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Seems like plugin manager is broken

Page 14 of 16 FirstFirst ... 41213141516 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