phpld question for sites due after 1 year? How to??

Discussion in 'Directories' started by toby, Apr 12, 2007.

  1. #1
    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,
     
    toby, Apr 12, 2007 IP
    8everything likes this.
  2. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Directory->Validate Links
     
    an0n, Apr 12, 2007 IP
    toby likes this.
  3. toby

    toby Notable Member

    Messages:
    6,923
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    285
    #3
    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?
     
    toby, Apr 12, 2007 IP
  4. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #4
    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. :D

    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.
     
    an0n, Apr 12, 2007 IP
  5. toby

    toby Notable Member

    Messages:
    6,923
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    285
    #5
    hey man!, now i know why people always mentions about your name coz you SIMPLY ROCK, dude! :D thanks
     
    toby, Apr 12, 2007 IP
  6. SasaVtec

    SasaVtec Notable Member

    Messages:
    1,588
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    275
    #6
    I dont know about rocks, his a bit slow when it comes to helping ppl :D



    jk
     
    SasaVtec, Apr 12, 2007 IP
  7. jl255

    jl255 Well-Known Member

    Messages:
    2,762
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    185
    #7
    hmm....wonder when's a good time to switch to annual subscriptions..... ;)
     
    jl255, Apr 13, 2007 IP