Welcome guest! Please Login or Register.

Accept All Downloads By Site
Author Message
c0rrupt Administrator


Posts: 265
Joined: Mar 2010
Post: #1
Accept All Downloads By Site
0
0
Open funcs.php.
Find:
<td><input type="checkbox" name="ad[]" value="'.$got['id'].'"></td>

Replace it with:
<td><input type="checkbox" name="ad[]" value="'.$got['id'].'" site="'.$got['sid'].'"></td>

Find:
<td><a href="http://'.$got['surl'].'" target="_blank">'.$got['sname'].'</a></td>

Replace with:
<td><a href="http://'.$got['surl'].'" target="_blank">'.$got['sname'].'</a> (<a href="#" onclick="selectsite(\''.$got['sid'].'\'); return false;" title="Toggle Selection From This Site">Toggle</a>)</td>

Open adminfolder/index.php.
Find:
</script>


Add Above:
var selected = [];
function selectsite(sid)
{
   if(!selected[sid]) selected[sid]=true; else selected[sid]=false;
   for(var i=0;i<document.queue.elements['ad[]'].length;i++)
   {
      if(document.queue.elements['ad[]'][i].getAttribute('site') == sid)
         document.queue.elements['ad[]'][i].checked = selected[sid];
   }
}

Original Poster: ddlshack
04-16-2010 12:07 PM
Website Find Reply
nirav5300 Newbie


Posts: 6
Joined: Apr 2010
Post: #2
Accept All Downloads By Site
0
0
its working very nice thanks
05-28-2010 07:41 AM
Find Reply


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Auto Accept c0rrupt 4 295 08-18-2012 09:27 PM
Last Post: c0rrupt
  Show the downloads for a specific site (WCDDL v2) c0rrupt 0 98 07-26-2012 04:35 PM
Last Post: c0rrupt
  Site Rating MOD c0rrupt 7 491 12-27-2011 07:06 PM
Last Post: WJManiaC
  Show site Downloads/Rank [module] c0rrupt 9 611 12-25-2011 01:41 AM
Last Post: WJManiaC
  Clean blank downloads (Automatically) immu 2 215 02-05-2011 06:20 PM
Last Post: c0rrupt
  Amount of Downloads in Graph c0rrupt 9 408 11-15-2010 01:34 PM
Last Post: nYXem
  Show Top 10 Downloads by Views [module] c0rrupt 0 134 11-07-2010 02:19 PM
Last Post: c0rrupt
  Admin Blacklist remove site downs or not c0rrupt 0 191 11-07-2010 02:17 PM
Last Post: c0rrupt
  Full Speed Downloads c0rrupt 0 140 11-07-2010 02:12 PM
Last Post: c0rrupt
  Strip all the slashes from downloads c0rrupt 0 106 11-07-2010 06:26 AM
Last Post: c0rrupt



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

WCDDL Skins and Mods Affiliates
PhazeDDL WarezUNION WarezOrder Free Full Downloads Free Full Downloads SuppaDDL Full Downloads CafeDDL-Serves Premium Downloads!
Click Here to Affiliate!

This forum uses Lukasz Tkacz MyBB addons.