Results 1 to 10 of 10
-
10th Oct 2009, 01:23 PM #1OPMember
WcDDL Empty Downloads
Hello,
Im having a problem, when a user submits alot of downloads, occassionally about 10 blank ones appear to. Is their any script that can auto delete empty downloads from the WCDDL downloads database?Daviid Reviewed by Daviid on . WcDDL Empty Downloads Hello, Im having a problem, when a user submits alot of downloads, occassionally about 10 blank ones appear to. Is their any script that can auto delete empty downloads from the WCDDL downloads database? Rating: 5
-
10th Oct 2009, 01:24 PM #2Member
Maybe the user do that (un)purpose?
-
10th Oct 2009, 01:27 PM #3OPMember
Nope, i've tried it to, and it happens when i do it.
-
10th Oct 2009, 01:30 PM #4Member
Did you tried to put fresh install? And, are we talking about WCDDL v1.0 or WCDDL v2.0 ?
-
10th Oct 2009, 01:33 PM #5OPMember
Version 2 and yeah, i've tried to install a fresh one.
-
10th Oct 2009, 01:40 PM #6OPMember
Aaah, nvm
Fixed it.
Just had to add:
Code:mysql_query("DELETE FROM wcddl_downloads WHERE title='' OR url='' OR sid=''"); mysql_query("DELETE FROM wcddl_queue WHERE title='' OR url='' OR sid=''");
-
10th Oct 2009, 06:53 PM #7
-
10th Oct 2009, 08:11 PM #8MemberWebsite's:
zomgbbqpizza.com evilddl.com scenemarket.orgIt should stop any blank form entries before it even gets to entering it into database... strange...
Code:if(empty($titles[0]) || empty($urls[0]) || empty($types[0]) || empty($sname) || empty($surl) || empty($email)) {$this->error = 'Error: Some fields were not set, please check you filled in all details.';}
-
10th Oct 2009, 08:33 PM #9MemberWebsite's:
CodeSociety.net
-
11th Oct 2009, 08:37 AM #10(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comAround Line 227 of funcs.php:
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)) {
Projects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WCDDL] WcDDL v2 mix downloads
By Chris2k in forum Web Application/Script SupportReplies: 11Last Post: 20th May 2011, 08:44 PM -
Generate WCDDL Downloads Keyword
By deAthbLisS in forum Tutorials and GuidesReplies: 4Last Post: 19th Apr 2011, 03:46 PM -
[WCDDL] Top Downloads by Category
By jomasaco in forum Webmaster ResourcesReplies: 5Last Post: 23rd Jan 2010, 07:30 PM -
[Selling] 71,000 Downloads. $1. WCDDL
By archlyric in forum Completed TransactionsReplies: 9Last Post: 11th Dec 2009, 05:24 PM -
[WCDDL][Bug-Fix] Editing Downloads (AdminCP)
By CyberJ37 in forum Webmaster ResourcesReplies: 0Last Post: 24th Jan 2009, 11:24 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...