Efficient and affordable software for Macintosh - Maker of MaxBulk Mailer, eMail extractor, eMail Checker, e-Mail Bounce Handler

Home

Products

Downloads

News

Store

Support

Forums

Forums

It is currently Fri May 24, 2013 5:54 pm

All times are UTC




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: MLM Install Issues
PostPosted: Wed Dec 28, 2011 4:41 pm 
Offline

Joined: Tue Dec 13, 2011 7:24 pm
Posts: 24
Sorry for so many posts, but I think there bug in the subscribe_auto_multiple.php

Here in the information that is sent from both pages.
Code:
http://toandfrom.ca/mailscript/lm/lm.php?cmd=subscribe&list=Ottawa.php&email=reachjulien@gmail.com&firstname=Julien&lastname=JeanPierre

The above url was sent using the subscribe single page.



Code:
http://toandfrom.ca/mailscript/lm/html/subscribe_auto_multiple.php?email=reachjulien %40gmail.com&firstname=Julien&lastname=JeanPierre&list1=Ottawa&list2=Toronto&listcount=2&cmd=subscribe&submit=Submit


This is what the subscribe_auto_multiple page sent. Notice the difference. First thing I noticed was that the '@' in the email has been replaced with a '%40' and the next thing is that the http://toandfrom.ca/mailscript/lm/html/ ... ltiple.php? is in the url when it should be http://toandfrom.ca/mailscript/lm/lm.php

Another bug I found is when the subscribe_auto_multiple.php sends it info. It sends the lists as 'list1' and 'list2'. If remove the number and send it like this...
http://toandfrom.ca/mailscript/lm/lm.ph ... mit=Submit

then it works, but it only will let me add one of the lists I selected.

If anyone can help me find where to fix these errors, I would really appreciated.



Julien


Last edited by julienjp on Wed Dec 28, 2011 5:03 pm, edited 1 time in total.

Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Wed Dec 28, 2011 4:48 pm 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
%40 is a coded '@' actually. I don't see any error actually. Indeed the two URLs are different. The first is a direct command to lm.php, the other a command thru a subscribe page.


Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Wed Dec 28, 2011 5:36 pm 
Offline

Joined: Tue Dec 13, 2011 7:24 pm
Posts: 24
stanbusk wrote:
%40 is a coded '@' actually. I don't see any error actually. Indeed the two URLs are different. The first is a direct command to lm.php, the other a command thru a subscribe page.


Well I am now very confused.

Please explain why the url works only when I remove the '/html/subscribe_auto_multiple.php' and replace it with '/lm.php'

and if I don't remove the numbers from 'list1' and 'list2' I get this error

Error - You forgot to provide the list name parameter: &list=listname

Have you tested this from your end and does it work?


Thank you so much for all your help.


Julien


Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Thu Dec 29, 2011 7:22 am 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
The two URLs have nothing to do, one is a direct command using MLM and the other is a PHP page with a form. Why do you expect to be the same? If you look at the PHP page, the LM URL is formed inside it and we use a PHP forward. And yes, I created the page about 12 months ago, I tested it, I use it and most MaxBulk Mailer use it. You can try it from our server here: http://www.maxprog.com/site/scripts/list_manager/demo//html/subscribe_auto_multiple.php. It works perfect!


Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Tue Jan 03, 2012 7:30 pm 
Offline

Joined: Tue Dec 13, 2011 7:24 pm
Posts: 24
I wish you wouldn't argue and be so defensive with me. I am a paying customer and I am having a problem. You have this forum for a reason, so please try to help me solve my problem.

You could have just sent me a copy of what you have since it works, but you choose to just act like I am not having a problem.

I am sorry if my lack of computer knowledge frustrates you, I am just trying figure this out. I don't know why you don't seem want to really help. I know that there is something with the coding in the subscribe_auto_multiple.php that I have. I checked the page you sent me and the url thats sent is different than the one thats sent on my site.

If there is no error in the code than please explain to me why the page doesn't work and I keep getting an error to select a list?

Can I send you a copy of what I have and can you please confirm its a current working copy. I think if you take the time to check it you will see that there is something wrong.


Thanks


Julien


Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Wed Jan 04, 2012 8:22 am 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
Under:
Code:
//--PARAMATER CHECKING----------------------------------------------------------

if ( isset( $_REQUEST['cmd'] ) && !empty( $_REQUEST['cmd'] ) ) { $cmd = $_REQUEST['cmd']; }
if ( isset( $_REQUEST['email'] ) && !empty( $_REQUEST['email'] ) ) { $email = $_REQUEST['email']; }
if ( isset( $_REQUEST['firstname'] ) && !empty( $_REQUEST['firstname'] ) ) { $firstname = $_REQUEST['firstname']; }
if ( isset( $_REQUEST['lastname'] ) && !empty( $_REQUEST['lastname'] ) ) { $lastname = $_REQUEST['lastname']; }


add:
Code:
if ( isset( $_REQUEST['listcount'] ) && !empty( $_REQUEST['listcount'] ) ) { $listcount = $_REQUEST['listcount']; }


That should fix the list not found problem.


Top
 Profile E-mail  
 
 Post subject: Re: MLM Install Issues
PostPosted: Fri Jan 13, 2012 4:48 am 
Offline

Joined: Tue Dec 13, 2011 7:24 pm
Posts: 24
It looks like the code you sent fixed the problem. Thank you so much for helping me and I am sorry if I gave you any attitude.



Thanks

Julien


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Home

Products

Downloads

News

Store

Support

Forums


Maxprog ® - MAX Programming, LLC - © 2001-2006 - All Rights reserved
Company Info | Site Map | Legal Notice | Privacy Policy | Jobs