|
Auto Accept - Printable Version +- WCDDL Skins and Mods (http://wcddl.org) +-- Forum: WCDDL Skins and Mods (/Forum-WCDDL-Skins-and-Mods) +--- Forum: WCDDL Modules (/Forum-WCDDL-Modules) +---- Forum: WCDDLv2 Modules (/Forum-WCDDLv2-Modules) +---- Thread: Auto Accept (/Thread-Auto-Accept) |
Auto Accept - c0rrupt - 12-30-2011 03:55 PM Auto Accept downloads. Credit to jomasco Open your wcfg.php file search for: [hide] Code: $this->allow_dupes = true; // Allow duplicate download entries? If no, duplicates will be removed at the submission stage.Below add: [hide] Code: $this->vip = true; //auto accept downloads to whitelisted sitesSave it. Open your funcs.php file and find: [hide] Code: if(!empty($titles[$i]) && !empty($urls[$i]) && !empty($types[$i]) && (in_array(strtolower($types[$i]),$this->allowed_types) || in_array($types[$i],$this->allowed_types)) && !isset($downDupe)) {Replace with: [hide] Code: if(!empty($titles[$i]) && !empty($urls[$i]) && !empty($types[$i]) && (in_array(strtolower($types[$i]),$this->allowed_types) || in_array($types[$i],$this->allowed_types)) && !isset($downDupe)) {From here you can change to work by site rank... downloads number... sites table vip row.... RE: Auto Accept - c0rrupt - 07-12-2012 12:45 PM Not with this mod. What this mod does is as soon as a site submits the downloads are automatically added live. They do not go into the Queue RE: Auto Accept - c0rrupt - 07-12-2012 02:30 PM I think I have an auto accept mod. I will try and find it an post it RE: Auto Accept - GodFather - 08-16-2012 12:42 AM this auto accepted by site how about auto accepted a day or 24 hour time RE: Auto Accept - c0rrupt - 08-18-2012 09:27 PM I use to have an auto accept mod, but lost it when my external hard drive died on me. I think t3od0r at wjunction has one for sale |