Results 1 to 10 of 11
-
4th Nov 2009, 11:57 AM #1OPMemberWebsite's:
MechoDDL.COM MechoDDL.NET MechoDownload.com MechoPortal.com MechoSubmitter.com ImageUrlHost.comSubmission limit for WCDDL
Hi guys ,
I'm looking for "Submission limit per day" addon For WCDDL .
anyone ?
thanksMecho Reviewed by Mecho on . Submission limit for WCDDL Hi guys , I'm looking for "Submission limit per day" addon For WCDDL . anyone ? thanks Rating: 5
-
4th Nov 2009, 12:26 PM #2MemberWebsite's:
WareztheDDL.com GTFO.wshmm.. you could code something pretty easily.
I should probably give it a shot..
-
4th Nov 2009, 01:01 PM #3MemberWebsite's:
WareztheDDL.com GTFO.wsSorry to double post, but what version are you using?
-
4th Nov 2009, 01:13 PM #4OPMemberWebsite's:
MechoDDL.COM MechoDDL.NET MechoDownload.com MechoPortal.com MechoSubmitter.com ImageUrlHost.com1.41.5 and 1.42 in other one .
-
4th Nov 2009, 01:16 PM #5MemberWebsite's:
WareztheDDL.com GTFO.wsoh.. well im using v2 so i have no idea what your doSubmit() function is like...
-
4th Nov 2009, 02:16 PM #6MemberWebsite's:
WareztheDDL.com GTFO.wswould someone please try using this in their doSubmit() function:
PHP Code:/* submissions limit */
//using this would be asuming you empty your queue at least once every 24 hrs.
$dailyL = '40'; //set your limit
$Qtitles = mysql_query("SELECT title FROM wcddl_queue WHERE sid = '".mysql_real_escape_string($sid)."'");
if(count($Qtitles) + count($titles) => $dailyL) {
$listfail = true;
$this->error .= '<br>You have reached the maximum number of submissions for today ('.$dailyL.').';
}
/*end*/
-
4th Nov 2009, 03:09 PM #7(╯?□?)╯︵ ┻━┻Website's:
Xenu.ws WarezLinkers.com SerialSurf.com CracksDirect.comYou'd have to num rows $Qtitles or fetch the array THEN count() it.
Don't know if that'd do what you want it to do but it'd be working code lol.Projects:
WCDDL - The Professional DDL Script
Top Secret Project: In Development - ZOMG
ImgTrack - Never Have Dead Images Again!
-
4th Nov 2009, 03:26 PM #8MemberWebsite's:
WareztheDDL.com GTFO.wspretty much the only thing that would be wrong after that is, when processing the titles,urls,types etc it would drop the entire last submission(s) lot if it were to exceed $dailyL, instead of accepting the remaining allowed then dropping the rest..
For instance katz system drops all submissions AFTER the limit has been accepted. Which is probably what mecho wants to achieve.
-
4th Nov 2009, 06:58 PM #9OPMemberWebsite's:
MechoDDL.COM MechoDDL.NET MechoDownload.com MechoPortal.com MechoSubmitter.com ImageUrlHost.com
-
5th Nov 2009, 01:23 AM #10MemberWebsite's:
WareztheDDL.com GTFO.wsAnd my code doesnt support that.
Lets wait for litewarez to come online
he is ugh... my adviser
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] WCDDL Auto Submission Accept Script
By deAthbLisS in forum Completed TransactionsReplies: 14Last Post: 23rd Sep 2011, 12:32 PM -
DDL Submission
By MightyMike in forum Webmaster DiscussionReplies: 1Last Post: 29th Aug 2011, 08:46 PM -
[Selling] Directory Submission | Alexa Boosting | Search Engine Submission | AIO Services
By webydiploma in forum Completed TransactionsReplies: 8Last Post: 17th Jul 2011, 05:11 PM -
[WCDDL] Limit Form Submission
By Chris2k in forum Web Application/Script SupportReplies: 2Last Post: 17th May 2011, 03:51 PM -
RSS FEED submission and Search engine submission
By Rockstar in forum Completed TransactionsReplies: 1Last Post: 5th Mar 2009, 06:38 PM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...