Cant seem to install the MLM option manual or auto

SaBre

New Member
Hi the auto uploads errors for me and the manual option is not making any sense to me would some one be able to advise me what I am doing wrong. :)

When it refers to step one Open the lm/lm_settings.php file with a text editor.

Is it referring to the file that you have managed to upload to server or the file within the program installed on pc?

Also are you supposed to leave the “outside of email address and password etc. for example would I put
$admin_err_addr = "[email protected]"; // The address where internal error

Or $admin_err_addr = [email protected]; // The address where internal error

Do I have to make a folder to put it all in as if they are the files in the folder on desk top they are in a folder as such ... if so could I just upload the im folder direct to my public_html folder?

Lastly this bit is confusing as well to me where it says ...

5.- Enter the ‘lm.php’ full URL and your user ID and password to MaxBulk preferences.

6.- If you have selected to use mySQL run the script with the ‘Init’ command:

http://<script_path_here>/lm.php?cmd=init&pwd=password

How is this meant to be wrote would it be something like

http://www.mydomain.com/lm.php?cmd=YOUR LOGIN USER NAME&pwd=YOUR LOGIN PASSWORD (as in log in user name password? ) and im only guessing script is your domain name :(
 

stanbusk

Administrator
Staff member
When it refers to step one Open the lm/lm_settings.php file with a text editor.
Is it referring to the file that you have managed to upload to server or the file within the program installed on pc?
The MLM files ara available here. It includes a file labeled 'lm_settings.php'. That file contains the MLM settings.
Also are you supposed to leave the “outside of email address and password etc. for example would I put
$admin_err_addr = "[email protected]"; // The address where internal error
Or $admin_err_addr = [email protected]; // The address where internal error
The first line is correct. The address has to be surrounded with quotes.
Do I have to make a folder to put it all in as if they are the files in the folder on desk top they are in a folder as such ... if so could I just upload the im folder direct to my public_html folder?
It is your choice, you can create a folder and upload the 'lm' folder into it or just upload the 'lm' folder to your 'public_html' folder.
Lastly this bit is confusing as well to me where it says ...
5.- Enter the ‘lm.php’ full URL and your user ID and password to MaxBulk preferences.
What don't you understand?
6.- If you have selected to use mySQL run the script with the ‘Init’ command:
http://<script_path_here>/lm.php?cmd=init&pwd=password
How is this meant to be wrote would it be something like
http://www.mydomain.com/lm.php?cmd=YOUR LOGIN USER NAME&pwd=YOUR LOGIN PASSWORD (as in log in user name password? ) and im only guessing script is your domain name
Yes.
 

SaBre

New Member
Thanks for getting back to me stanbusk referring to The MLM files ara available here. It includes a file labelled 'lm_settings.php'. That file contains the MLM settings.

The files I originally uploaded was the ones installed on pc also the file that was on pc 'lm_settings.php I edeted with my details. Do I now need to revert the pc file back to its original state (I saved an unedited version encase of error)

also the downloaded files have two folders one called __MACOSX and one called im they look to have the same files inside do I just upload just the im one?


the other bit I was stuck on 5.- Enter the ‘lm.php’ full URL and your user ID and password to MaxBulk preferences.

I think looking at it now it means enter the url and password withing the pc settings Was late 3pm dont think I was looking at it correctly lol

I have an idea though all other software I have installed that use mysql seem to have a set up like this ...

you manually upload files via ftp ...

then change settings 777 ...

then point broser to www.mydomain/install.php where the installer kicks in sets up files (you just ad the databacse bit when it asks you then you go back in and remove install folder for added security.

this methord seems to always set up fine first time just thougth this may be an option for vertion 8
 

stanbusk

Administrator
Staff member
also the downloaded files have two folders one called __MACOSX and one called im they look to have the same files inside do I just upload just the im one?
You just have to upload the 'lm' folder.

Yes, script installs are almost always the same.
 

SaBre

New Member
Hi ok I deleted my old upload edeted the lm_settings.php ... uploaded the NEW folder from the link you gave me called Im changed the folder to 777 ... pointed to my domaim http://www.mydomain.com/Im ... and nothing 404 error. page not desplayed?

That is all I did have I missed some thing should I do anything withing MaxBulk Mailer on my pc ... change the file that is on my pc back to its default lm_settings.php (without all my edits?

Or do I have to try and run the install process again.

some extra guidence would be apreciated.

thanx

Ken

Update just tried same using http://www.mydomain.com/lm.php?cmd=ADDE ... MYPASSWORD

same problem 404 error?
 

stanbusk

Administrator
Staff member
Error 404 has absolutely nothing to do with MLM. It is an error to tell you that the page you are trying to access doesn't exist. It is explained here. In clear that means the URL you are using to access MLM is wrong. MLM may be correctly installed but you are using the wrong URL to access it.
 

SaBre

New Member
Yep I know what 404 means and the folder is in the location stated ..

I have just looged into ftp to double check and it is 100% at location public_html.

Which would make it http://www.mydomain.com/Im Correct? if not thats strange as it is for all my other scripts.

I uploaded my folder straight into my /public_html location not within another folder

I don’t need to add anything on the end like http://www.mydomain.com/Im/install.php or anything do I to activate it?


oK slight progress

I thought the lm folder was Im folder so you correct I was typing in the wrong symbol :D any way it now states Redirecting In a few moments you will be automatically transferred to the new page

if you are not forwarded in 10 seconds click here ... then it takes me to a 500.html page which acordingto uncle google means HTTP Error 500 Internal server error?

Any idea of where I may of gone wrong?
 

SaBre

New Member
Thanx but that redirects me to http://www.Myhostdomain/e/500.html

If I use http://www.mydomain.com/lm/ I get the just redirecting you message that takes me to hosts 500.htm Page but when I add /lm.php to it it does not redirect it just goes straght to my host domain 500.html page.

Would it be anything to do with the mYsql database or to do with settings on pc not configered correctly?

Cheers

ken

Edit update just checked the cmos settings on lm.php its 644 is that correct? lm folder is 777
 

SaBre

New Member
Thanx stanbusk some slight progress I think if I use 777 or 775 I get the same 550 error If I use 755 there is some progress I think with your help we may almost be there :D

If I just enter http://www.mydomain.com/lm/ I get directed to the ubscribe_single_fixed.php ?where it says

Mailing List Subscription


Your E-mail Address
Required
Your First Name
Required
Your Last Name
Required

If I then enter http://www.mydomain.com/lm/lm.php though Im getting Error - You forgot to provide the command parameter: &cmd=command

Any Idea what It Is its telling me I forgot? Sounds Like I forgot something I have not learnt yet lol


Update

I just tried my user name and password and as figred that may of been what was missing and its giving me Error - Command 'myuser namewashere' not supported its not to do with these things is it? ' ' ?

Another Update

Arrr Just dragged down the im.php file and looked it over it has not updated any of my settings from lm_settings.php Not sure if it is ment to though Just thought I would mention it to be sure.
 

stanbusk

Administrator
Staff member
The 'You forgot to provide the command parameter: &cmd=command' error means the script is now working. Now copy the URL to MaxBulk Mailer preferences.
 
Top