Anyone has any ideas what happen to those sites submit more than 1 year a go and due to pay now? How can you manage those coz the payment is via paypal once time. IS there a mod to Change it to Force Subscription rather than allow option where people choose to subscribe? (in PHPld3.1) cheers,
hey anon, thanks man! but what you mean? i have to click the validate link daily to check expired link? How can i force the subscription itself?
right now i really dont have time to look into forcing subscriptions, but look into your payment.php file on line 160 $pay_data['SUBSCRIBED'] = (isset ($_REQUEST['subscribe']) && $_REQUEST['subscribe'] == 1 && $SubscriptionEnabled == 1 ? 1 : 0); try changing that to $pay_data['SUBSCRIBED'] = (isset ($_REQUEST['subscribe']) && $_REQUEST['subscribe'] == 1 && $SubscriptionEnabled == 1 ? 1 : 1); OR just use in it's place $pay_data['SUBSCRIBED'] = 1; same thing with no checks. see if that works first. if it does, then you obviously don't want to show the subscription, so just turn it off in the admin. i don't recommend doing this. i know if i went to submit and i didn't request a subscription, then i would in fact cancel out of payment if i was led to a subscription. but anywho, just try that and see if it works. right now i'm about to so what my yahoo messenger away message says: i'm working right now. if you message me, i'll cut you, then delete you from the queue. Wait till after 12am EST. i'll check back after a while.