+ Reply to Thread
Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 68

Thread: Problem with free package

Hybrid View

  1. #1
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    Yes but only works if limited to 1 plan use only..
    if you set plan limit 2 or above instead of changing the balance under plan using database it puts a new entry and then the limited plan is not disabled but after you try to add a listing you get the message for 'hack detected'.
    The problem i think is because the limited plan i tested is a free one.
    i think with a paid limited plan should work ok
    Last edited by autocy; March 28, 2018 at 09:46 AM.

  2. #2
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Unhappy Problem with free package (Usage Limit)

    Hello Everybody

    Unfortunately it gave error again, now the problem is occurring in reverse, a plan with a limit of 5 is the same as unlimited, ie even if I put a limit of 5 the plan will never display (Used-Up). So the user can announce as many times as he wants.

    it's a shame because in the previous versions of 4.6.1 never occurred this error, there are other errors in version 4.61, but I will post on other topics.

    I will wait for the return of the ticket I opened.

    Thank you all!

  3. #3
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Unhappy Problem with free package (Usage Limit)

    Quote Originally Posted by autocy View Post
    Yes but only works if limited to 1 plan use only..
    if you set plan limit 2 or above instead of changing the balance under plan using database it puts a new entry and then the limited plan is not disabled but after you try to add a listing you get the message for 'hack detected'.
    The problem i think is because the limited plan i tested is a free one.
    i think with a paid limited plan should work ok
    Hello Autocy,

    What you are saying is true, I think it is better to wait for the update of version 4.6.1 or wait for the solution through the ticket.

    Screen shot below:

    screen-error-limit.jpg

    Thank you!
    Last edited by Ed; March 28, 2018 at 05:54 PM.

  4. #4
    Hello Rudi, Yes i already mentioned a solution like this, but it opens the plan forever, without limit. At least, it works for me like this.
    Ed should confirm the solution.

  5. #5
    Senior Member
    Join Date
    Dec 2012
    Posts
    102
    yes something is wrong because if you go to admin >plans using manager you can see multiple entries of same user with same limited single plan and balance 0 after 8 entries for a limited plan of 3! after that you get the message of Hack detected your not allowed to use the plan..

    i have this line under rlplan.class.php :


    if (($plan_info['Limit'] > 0 && $plan_info['Using'] == 0 && $plan_info['Using'] != '' && defined('IS_LOGIN'))

    and this under AddListing.php:

    // Check plan using data
    elseif ($plan_info['Limit'] > 0 && $plan_info['Using'] == 0 && $plan_info['Using'] !='') {
    $errors[] = $lang['plan_limit_using_hack'];
    }
    Attached Images Attached Images
    Last edited by autocy; March 28, 2018 at 07:59 AM.

  6. #6
    this error happen with paid plan as well? Or just free plan?

  7. #7
    Quote Originally Posted by Wei Hong View Post
    this error happen with paid plan as well? Or just free plan?
    Please try it and let us know. I think step plan needs a whole investigate by flynax.

  8. #8
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158
    Quote Originally Posted by Wei Hong View Post
    this error happen with paid plan as well? Or just free plan?
    Hello Wei,

    I tested only the free plan, I do not know if it happens on the paid plan.

    Thankyou.
    Last edited by Ed; March 29, 2018 at 09:54 AM.

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,191
    Actually, when you set, for example, 5 for 'Limit use of listing package' it means that user can use this package 5 times
    and after the last added listing it will show 'Used Up'

  10. #10
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Unhappy Problem with free package (Usage Limit)

    Quote Originally Posted by Rudi View Post
    Actually, when you set, for example, 5 for 'Limit use of listing package' it means that user can use this package 5 times
    and after the last added listing it will show 'Used Up'
    Hello Rudi,

    But the system is displaying a message that a hack has been detected.

    In addition the "Plan Usage Stats" is displaying several records, that is, all repeated, is as Autocy reported above.
    screen-2.jpg

    If I limit to 5, the system will allow 6 or 7 times.

    It is a pity... because I tested version 4.5.2 here on my computer and there is no such error.

    Thank you
    Last edited by Ed; March 29, 2018 at 06:55 PM.

+ Reply to Thread