Search found 174 matches

by Techit
Sun Aug 08, 2010 12:57 am
Forum: [3.0.x] MOD Writers Discussion
Topic: How to add a CRON job?
Replies: 7
Views: 1447

Re: How to add a CRON job?

Right sorry for the late response This is the cron part of the functions.php // Call cron job? if ($call_cron) { $cron_type = ''; if ($time_now - $config['queue_interval'] > $config['last_queue_run'] && !defined('IN_ADMIN') && file_exists($phpbb_root_path . 'cache/queue.' . $phpEx)) ...
by Techit
Fri May 07, 2010 7:25 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Basically, I have three user groups... each group has different permissions... If members would like to be added into each of the groups, they have to pay, and are not added into the groups until payment has been received (using paypal IPN) When PayPal calls back it inserts the date +1 or 2 years, s...
by Techit
Thu Apr 29, 2010 11:19 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Woop got the membership thing working on my site now:
http://www.swiftowners.co.uk/membership.php

Its kinda crude (no ACP) but it works for me :)

Might release the code I'm using, but would need modifying for other ppls websites
by Techit
Tue Apr 20, 2010 8:16 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to add a CRON job?
Replies: 7
Views: 1447

Re: How to add a CRON job?

In fact, do I even need to use the shutdown function? Im not even 100% sure what it does, is it to stop the function if its already running?
by Techit
Tue Apr 20, 2010 8:12 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to add a CRON job?
Replies: 7
Views: 1447

Re: How to add a CRON job?

Right i need a bit of help with a cron job ive made... Ive just put this into cron.php //Membership Cron - Check if still in date case 'membership_check': if (!function_exists('membership_check')) { $sql = 'DELETE FROM ' . USER_GROUP_TABLE . ' WHERE expire > 0 AND expire <= ' . time(); $db->sql_quer...
by Techit
Mon Mar 29, 2010 1:10 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: How to add a CRON job?
Replies: 7
Views: 1447

How to add a CRON job?

Hi All, I'm working on a mod at the moment, and I need to add a cron job to check users expire dates and remove if over the date. Now looking in CRON.php they all look as if they are to be run from the acp? (all in their own case's) Now i know in overall_footer it has the {RUN_CRON_TASK}, but what d...
by Techit
Fri Mar 26, 2010 11:42 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Looks like the author has not been working on this since December
by Techit
Fri Mar 26, 2010 11:41 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Fluffer wrote:
Techit wrote:
Fluffer wrote:haway man ffs,

Need update dudue!!!!
:lol: TOON TOON.... Black n White Army - sorry had to say that

LMFAO!!!!! you black and white pal? haway the lads ;)
Why aye :D
by Techit
Wed Mar 24, 2010 2:13 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Ive given up waiting for this mod, and have started development on my own version of this... Once ive finished ill make a tread
by Techit
Tue Mar 23, 2010 11:17 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Fluffer wrote:haway man ffs,

Need update dudue!!!!
:lol: TOON TOON.... Black n White Army - sorry had to say that
by Techit
Tue Mar 23, 2010 11:17 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Answerspots wrote:i'm somewhat new to this. Was wondering is this mod ready now or in the future.
Nope not ready yet... been waiting a little while now, and the author seems to have gone AWOL
by Techit
Sun Mar 14, 2010 10:29 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

There was a mod like this on phpbb 2.x
by Techit
Tue Mar 09, 2010 9:38 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

At this rate, I may develop something myself

I've offered my services to help roll this out but no reply from the creator.
by Techit
Tue Mar 09, 2010 3:16 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Mass email HTML V 0.6.3
Replies: 597
Views: 107527

Re: [BETA] Mass email HTML

OH Well. I finally got it working half way. I am writing this to WARN others here. THIS IS THE WORST MOD THAT HAS EVER BEEN OFFERED ON THIS SITE! The formatting of th html sucks big time. What you see is not what you get. You have to play with the code just to get it to do anything close to what yo...
by Techit
Sun Mar 07, 2010 9:57 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] Advanced Payments (Subscriptions, Donations and more!)
Replies: 164
Views: 22791

Re: [DEV] Advanced Payments (Subscriptions, Donations and mo

Cant let this one fall back, bumped up for some update info

Go to advanced search