Jump to content

Recommended Posts

Posted

Hello all!

 

I'm here and posting under what seems to be my last straw Mad!!!

 

I create websites, mostly for bands...and what does a band want the most? That's right, a cool mailing list program that will send "purty" (to quote one of my clients) emails. I had some success with some previous programs but I really wanted a MIME encoded email sent out to everyone, so I discovered PHPlist (much thanks to those who had suggestions from my previous post ), but I seem to be stuck on some issues. I think my main problem is that the PHP scripts have a "timeout" on the server of somewhere around 30 seconds, so only 10% of my list gets the message...then it all goes down hill! I've tried (and tried) to set up a cron job, but I don't really think I know what I'm doing (based on the emails still not going out!)...so, would anyone know how to go about solving my dilema? Any ideas (or programs) that might be of interest. I really liked PHPlist because it is incredibley powerful...and easy enough for band people (a different breed really ) to use. I think I have also tried a CGI script, but also at a loss for knowledge of what I'm doing. As for me, I've kind of hacked my way into PHP, so I have a very basic understanding of what it is and how it works. I usually use scripts and just stare at the code...then it eventually makes sense. Very Matrix-esque on my part. Thanks again for anyone that can offer any advice!

 

-Dave

Posted

hey there, my approach to some scripts sounds very much the same! and I'm working a bit with bands these days.

 

see my humble beginings at:

 

http://www.waitingforgabe.org

http://www.sommerwaite.com

 

(works in progress)

 

which leads me to a question, my php skills are basic and I want to change an area on the guestbook,

 

http://www.waitingforgabe.org/guestbook

 

specifically the area under that date that reads,

 

Thank you for stopping by my site. Here you can leave your mark.

 

this has got to be easy but all of the apparent php includes have me stummped?

 

any help is appreciated.

 

 

also, I'd like to add things like a mailing list but have only done this with simple php mailing info to a specified emial address - I'd like to know what you come up with if anything.

 

what bands?

 

dj

Posted

Ah..beat me to it. If you still can't find it, it's always good to do a " find" in your code for that exact line. That should locate it right away. So on to my problems still...any easy way to send out a whole bunch emails from our webmail programs (horde, etc)? I think I tried pasting all of them into the BCC way...but it doesn't seem to have gone out? Ugh, mailing lists :dance:

Posted

Hey man,

 

Thanks again for the info, but I'm stumbling on the install of this thing. I've installed tons of scripts, and I can't quite seem to figure this one out! I've changed all of the variables to the correct paths (and re-changed them incase they were wrong), changed the mode of the cgi files, and uploaded everything to the cgi-bin on the server, but can't seem to get over the "500 eror"...any tricks to setting this Mojo up? It sounds great, but the whole "can't get it instaled" thing is killing me!

 

Thanks!

 

ps: I've searched the mojohelp website as well with no luck..

Posted

Yeah, I actually double checked that last night as well...here is what I have done so far:

 

1)Uploaded all the files from the "mojo" folder (ASCII) into my /cgi-bin directory (still within the folder)

 

2) changed the variables in the config.pm to reflect my new password, location of files, sendmail location (which I know is usr/sbin/sendmail), and my folder where my list information is stored

 

3) Changed permission of mojo.cgi to 755, and then pointed my browser to the file (http://www.thegetawaycar.net/cgi-bin/mojo.cgi)

 

Am I completely missing something? Do I need to retreive the page a special way because it's in my cgi-bin? Just checking, this is the first cgi program I've ever installed, but like I said I've installed hundreds of other scripts and done absolutely fine! Thanks again Mike for all the help.

Posted

You must have a folder out of your "public_html", something like "mojo_files". This folder must have write permission. In the config.pm file, set the variable $FILES to something like:

 

$FILES = '/home/your_user_at_tch/mojo_files';

Posted

heres whats in my config.pm

 

$MOJO_ROOT_PASSWORD = 'mypassword';

 

$FILES = '/home/myusername/mojo';

 

$MAILPROG = '/usr/lib/sendmail';

 

$MOJO_URL ='http://www.x-trememodz.com/cgi-bin/mojo/mojo.cgi';

 

inside my cgi-bin i have the folders extensions,extras,MOJO,plugins and the file mojo.cgi

Posted (edited)

Just to let you know:

 

"Justin Simoni announced today the immediate release of Dada Mail, (formerly Mojo Mail). Justin states, 'I have had to change the name of my celebrated program due to legal issues with Mediaplex Inc. which holds the trademark for MOJO Mail.'"

 

There is a new version (2.8.10) to download: mojo.skazat.com/download/

 

The website was totally redesigned too.

Edited by TCH-Lianna
Posted

Hey hey hey...alright now. I think I had a corrupted version during download. I also downloaded the "new" version of it and it seems to be working great...I think I found the answer to all my curses...I mean prayers :) Thanks again everyone for the help!

 

Rock Sign

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...