3288 comments found.
Let me clear that up a bit! If I were to buy this script & built a site with it, is there an option where I could use affiliates to market the site?
Sorry, there is no option for affiliates. It needs to be customized
Is there a feature where affiliates can promote the site & get paid for doing so?
Hi gewa13,
Is there an option for affiliates to sell the site?
Cheers,
Gray
What do you mean by that?
Hey,
I am getting this error after I created a membership protected page.
Notice: Constant _VALID_PHP already defined in /home8/youkeral/public_html/malluchannels/member/channels.php on line 20
You have entered twice
define("_VALID_PHP", true); Remove one instance.
Hi
just got this message
Fatal error: Call to undefined function filter_var() in D:\Domains\thewidereye.com\wwwroot\member\setup\functions.php on line 32
any ideas where I went wrong
thanks
Peter
Make sure your php version is at least 5.2
Thanks a million. That worked fine.
This application gets my vote – it’s brilliant!!!!!!!!!!!!!!!!
Hey, also I registered a test account and when I log in it gave me these errors,
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 91
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 97
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 103
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 109
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 115
Warning: Invalid argument supplied for foreach() in /home8/youkeral/public_html/malluchannels/member/account.php on line 121
You don’t have any memberships. Create at least one membership type
Hey, how can I integrate this script onto a custom login page?
See help section in admin area
Hi,
I’m just testing v2 before I change over. Any chance of using SSL for SMTP . I was able to configure the PHP class manually in v1 but can’t seem to find it this time.
Any tips?
Cheers.
Yes you can. Open up /lib/class_mailer.php find:
$transport = Swift_SmtpTransport::newInstance($this->smtp_host, $this->smtp_port)replace it with
$transport = Swift_SmtpTransport::newInstance($this->smtp_host, $this->smtp_port,'ssl')
Is this compatible with Postgres SQL ?
Sorry, it’s not
i downloaded the updated files.. When i got to maintenance page, admin log outs automatically. Please help
What maintenance page?
- Enhance and add more fields in User Profile
- Turn off the payment – I just want free membership & member management
- Protect pages so that non-members cannot see them
- Registration should be validated by the user first and then approved by Admin well before user gets access
If you don’t need payment option you can use my other script :http://codecanyon.net/item/advanced-login-system/87399.
1. More fields could be added – needs modification.
2. See above.
3. Already built in.
4. Already built in – See configuration section
Checked all if that. Even when I use my old sign in page, which shares the same table, it does not recognize the user. The variables “username” and “password” is the same.
Password encryption has changed, your old version will not work with new database
I can not get the program to work correctly. I uploaded the program and as stand alone the program works just fine. But when I link it to my main site page, which shares the same users table, I cannot get my main scripts to read the registration or login. All I need to do is to put the login check script on pages on my main site. I also made sure the re-directs point to the correct directory. Any advice?
See help section in admin area. Make sure that init.php file is being included and the path is correct.
No… I had the closing tag about 80 lines below that so I didn’t want to post it all and fill your comments page up with code. It’s there… or it wouldn’t work when I removed your code.
I resolved this enough to work.. In the pages I was using your new version on, I have variables load (and echo) on page load (I re-call my index.php page when sorting by category). You send headers out in your init file so I couldn’t do that anymore as I would get a different error. If I stuck your code below my variables, I got the error here.
But.. For the pages I’m using this on (membership pages and inserts into mysql), the user doesn’t have to use my normal header.php page with the variables and other php stuff going on, so I now just have a header2.php (stripped down version of header.php) that I will use for my membership pages and that works fine for me.
Thanks! A huge relief to get past this one!
18 is just my open php tag (line in the middle)... strange as it worked with your other code and I don’t get the error if I remove your code. I just replaced with the new version code after blowing the db away and installing the new version.
< title > (without the spaces)
< ? (without the middle space)
if($search){echo $search.’ for sale – ’;}
I checked for all white spaces anywhere near and nothing.
In any case.. I don’t expect you to be able to trouble-shoot.. just thought I’d ask in case you had a thought on it. I’ve fought this for 3 hours now … I’ll likely hit up some php guys on a forum or something.
Outside of my personal problem, the script is awesome! 
From the snippet above, you’re missing php closing tag. Also after closing tag make sure there is no extra space.
V2 rocks. Awesome job.
I am unfortunately beating my head against the wall with the following error:
Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/all/mydomain.org/header.php:18) in….
It only happens when inserting the protection code. If I remove it, I don’t get the error. And I’m calling header well before the code.
I’ve checked over and over for whitespace but can’t find any. Any other possibilities I should check for?
The script is amazing though. You’ve really put some overtime in this version!
What does your line 18 read in header.php?
Great project. I have modified it to suit my needs and it is working great.
Just a quick note, you forgot to include the smtp class. It had me stumped for a while when I was trying to use gmail smtp servers to send.
Sorry about that. Version 2.0 should be available in few days, with lot more features, and all the fixes
Awesome, can’t wait!
Hi Is it possible just to do non-subscription paypal payment? Thanks Andrew
Not at the moment. The new upcoming version will have that option
Hi When is the new version being released? Thanks Andrew
In a month or so
Just a quick note to the author to say thanks for this. My latest project requires PayPal subscriptions and that was the last hurdle which I couldn’t overcome. I charge about £25ph for my services and this code probably saved me a good few hours, so it was a bargain!
I’m glad it helped
Hello,
I try to implement the code on my website and I have two questions pending to finish this…
1. That might sound so simple, but I miss a step, I’m on the index page of my site and the visitor is not logged in, how can I manage to have him log-in and then go directly to the “paid” pages. So far, when the visitor logs in, then we go to the “Edit profile” page. Just miss something here for that. Do I have to make a redirection on a copy of a page ? Or can you explain me how I can do, or if there is something to call that I haven’t seen.
2. I try to switch most of the code to the french language. I seen many things I can already translate (for my own usage)... May I suggest that for a next improvment ? Any suggestion to do that ?
Thank you
You can redirect logged in user to any page of your choice. Open up main.php find on line 20:redirect_to("index.php?do=profile"); replace index.php?do=profile with your own page. As for translation, you’ll need to search and replace all the phrases to your own language