The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Hi
In my site, after an user watch 30 seconds of an premium video, need to upgrade to premium, so i have this 2 url:
http://brutal5.com/premium/register/
http://brutal5.com/premium/upgrade/
But the redirrect is to this page https://www.paypal.com/cgi-bin/webscr and of corse, in this page the user cant pay to upgrade.
I have this config in admin>payment>payment procesors>paypal:
Name payal
Description Credit card, paypal account
URL http://www.paypal.com
SLUG paypal
Paypal Email Address myPayPalemail
Paypal Enviroment Live
And in the admin>payment>subscription packages the defoult retes and i have gest set to checked the 1 month period.
Thanks
Thanks for your time.
Hi
In tis pages i gest can find this code in modules/premium/components/register.php in the line 169
'item_name' => 'Register on '.$tpl->cfg['site_name'].' ('.$username.')',
But the item name send to paypal is:
- Premium Acccess on ....site name
So i belive the code (item name), send to paypal is in other page.
Thanks
Hi
For now i need to use paypal to get money from my users.
Becouse paypal dont accept adult payments, i want to change the article name send to paypal, from:
Premium Acccess on MySite.com Extreme Porn Videos
TO
Premium Acccess
I gest need to erase the site name from this code.
Thanks
I cant find the option to disable the enter module from admin - config
Hi
I have an error in admin-extend-modules-payment-config
VException [ 0 ]: VException [ 0 ]: Invalid admin payment component specified! ~ /home/user/public_html/admin/modules/payment/payment.php [ 49 ]
-------------------------------------------
22 try {
23 require $module_path;
24 $obj = new $module_class();
25 $obj->render();
26 } catch (Exception $e) {
27 throw new VException($e);
28 }
29 } else {
30 throw new VException('Invalid admin module format! Aborting!');
31 }
32
Thanks
Hi
I need to disable the enter module.
After disable from -admin-extend-module manager-enter and clean the cache, all my users are still redirected to this module mypage.com/enter/ and of corse, i get an error page (not found)
Thanks
Hi all
I want to see how to capitalize the menu, I cant find the code to change.
I have tray to add to the css the capitalize tag but nothing change.
To bee more clary, i want to change HOME VIDEOS .... to - Home Videos ...
Thanks