|

|
|

|
View unanswered posts | View active topics
| Author |
Message |
|
jburnard
|
Post subject: Instructions for an idiot for MLM?? Posted: Tue Mar 03, 2009 10:54 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Hi Folks,
I just bought MLM Pro thinking there would be some step by step instructions to follow. Hmmm... So far I did this:
1.- Open the mlm/mlm_settings.php file with a text editor.
2.- Edit the script settings and save.
3.- Upload the MLM folder to your FTP server.
4.- Use your FTP software to CHMOD the MLM folder to 777.
But, for a newbie.... do I need a database created? If not, once I do step 4, then what? How do I access it? Can someone please point me to some more detailed instructions? Many thanks.
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Wed Mar 04, 2009 8:34 am |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
Quote: Do I need a database created? It depends. Are you using mySQL? Quote: If not, once I do step 4, then what? It depends whether you are using mySQL or not. Quote: How do I access it? Can someone please point me to some more detailed instructions?
What do you mean with 'accessing'? This is a list handling script. It is used thru commands.
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 2:22 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Thank you for the reply...
I could use mySQL or not, I just need to collect emails from my site and then move them into MaxBulk Mailer. Whatever is the easiest way to get it going.
By access it I mean very simply... How do I use it?
I currently have this folder on my ftp server with some php files but that's it. I've been looking for some documentation that says "ok, now copy and paste this script or code into your site" or something.
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Wed Mar 04, 2009 3:54 pm |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
|
Have you tried to subscribe yourself to your list? This is the best way to try the script and to check if it works correctly. Try to compose the URL with the right command, a list name and your email address. Please keep me posted.
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 4:08 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
Ok, so what I do is use one of the samples like:
mlm.php?cmd=subscribe&list=list1[;list2;...]&email=email_addr[&pwd=password]
correct?
Keep in mind I haven not created list1 or anything like that. Plus, I see where I would put in my email address and password in that string but how do I point that string at my mlm folder? Would you be able to just give me a sample url?
Sorry to be so dense but this is way beyond my realm. Thanks for the hand holding 
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Wed Mar 04, 2009 4:15 pm |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 5:24 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
Hmmm, ok I used this url:
http://www.burnardweb.com/mlm/mlm.php?c ... ardweb.com
site is burnardweb.com (of course) and I put in my own email address at the end. Then I get this error:
Internal Server Error (500)
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@burnardweb.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Any thoughts? Many thanks again, I really appreciate your time!
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Wed Mar 04, 2009 6:14 pm |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
|
It looks like you haven't made the CHMOD properly. Try to CHMOD the MLM directory and the script to 777
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 6:21 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Hmm, I just checked all scripts in the directory and the directory itself and they are all 777.
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 7:15 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Could I have messed something up with the settings file? I only changed the website setting and I put in my email in both places where it asked for email. Other than that I left the username and password alone as well as the mySQL.
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Wed Mar 04, 2009 10:16 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Just wanted to let you know... finally got it going. I shot a note to my ISP to see if they could see what's up. Just for anyone else reading, here's what they said:
" The error log shows - [Wed Mar 4 16:27:44 2009] [error] [client 72.12.208.111] File does not exist: /home/burnardw/public_html/404.shtml
SoftException in Application.cpp:252: File "/home/burnardw/public_html/mlm/mlm.php" is writeable by group
The permissions for all files/folders in the mlm directory were set to 777. I have adjusted files to 644 and folders to 755 and now that link appears to work correctly."
Hope that helps someone.
I've been playing with the scripts, love this app! One question... Can I set it up so that when subscribing to a list it asks for your first and last name as well as the email?
Thanks again for all your help.
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Thu Mar 05, 2009 10:27 am |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Thu Mar 05, 2009 11:57 am |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
|
Many thanks, you have been tons of help!
|
|
| Top |
|
 |
|
jburnard
|
Post subject: Posted: Thu Mar 05, 2009 10:46 pm |
|
|
Joined: Sat Jan 31, 2009 2:56 am Posts: 15
|
Ok, so just one more question I promise.... Is there a way to prompt someone to put in their firstname and company? I mean is there a way to present that in a form so they type in their email, name etc, then submit the script?
Thanks again 
|
|
| Top |
|
 |
|
stanbusk
|
Post subject: Posted: Fri Mar 06, 2009 7:14 pm |
|
|
 |
| Site Admin |
 |
Joined: Wed Dec 28, 2005 9:13 pm Posts: 6732
|
|
Yes, You have several forms in the mlm/html folder. Use any of them. You will have to edit them to include the list(s) your are using.
|
|
| Top |
|
 |
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
|
|
|

|