WCDDLv2 Show the total amount downloads for a specific site
Author Message
c0rrupt
Administrator


Posts: 251
Joined: Mar 2010
Post: #1
Show the total amount downloads for a specific site
0
0
Show the total amount downloads for a specific site (WCDDL v2)

open index.php
add before the top of your download table:
PHP Code: (Select All)
<?php
    
if(isset($core->siteSURL) && $core->numRows !=0) {
    echo 
'<div>Displaying downloads from <strong>'.$core->site.'</strong><span style="float:right;">Site Downloads  <strong><font color="Green">'.$core->numRows.' download'.($core->numRows==1?'':'s') .'</font></strong></span></div><br/>';
    }
    if(isset(
$core->site) && !isset($core->siteSQL)) {
            echo 
'<div><div>URL: '.$core->site.'<strong> <font color="Red">Has Not Been Accepted</font></strong>  »</div>Please <strong>Check Your URL For A Mistake</strong></div>';
    }
    elseif(isset(
$core->site) && isset($core->siteSQL) && !isset($core->siteSURL)) {
    echo 
'<div><div><font color="Red">'.$core->site.' <strong>that site doesn\'t exist</strong></font>  »</div>Sorry theres no <strong>downloads</strong></div>';
    }
    
?>

Must Have The Mod Show the downloads for a specific site (WcDDL V2) By Jomasaco Installed.

Be sure to visit WCDDL.org Affiliates
(This post was last modified: 08-01-2012 09:51 PM by c0rrupt.)
07-26-2012 04:37 PM


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Strip all the slashes from downloads c0rrupt 0 49 07-04-2012 10:33 AM
Last Post: c0rrupt
  Improve the SEO on your site (WcDDL V2) c0rrupt 0 41 07-04-2012 10:31 AM
Last Post: c0rrupt
  Who to order queue and mix the downloads c0rrupt 0 50 12-30-2011 03:49 PM
Last Post: c0rrupt
  phpBB3 Autosubmitter (for your DDL site) c0rrupt 0 162 04-17-2010 03:49 AM
Last Post: c0rrupt



User(s) browsing this thread: 1 Guest(s)

This forum uses Lukasz Tkacz MyBB addons.