icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Email » Is it possible to...

Email General questions, webmail, mailing lists.

Closed Thread
 
LinkBack Thread Tools Search this Thread Rate Thread
Old June 17th, 2003, 3:22 PM   #1 (permalink)
Registered User
Seasoned Poster
 
Joined in May 2003
34 posts
Gave thanks: 0
Thanked 0 times
offer a free webmail service to whomever signs up at my website? The only way I know how to setup email accounts is through cpanel, but I'm running phpnuke6.5 right now and I was wondering if there were a way for the script itself to setup email accounts on my domain when people register? I'm at school right now and I'm about to leave the lab but even without using phpnuke, is there anyway for users to be able to have an account at my domain through scripts and not by me accessing cpanel each time? I'm part of a student association and we might use my website as a way to keep everyone up to date, and providing email's to our members would be an added incentive.
kcuf.us is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 17th, 2003, 11:20 PM   #2 (permalink)
Registered User
Seasoned Poster
 
Joined in Jun 2003
69 posts
Gave thanks: 0
Thanked 0 times
check it out:

http://lucidstorm.com/scripts.php
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
-Rich Cook

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie.

"Beware of computer programmers that carry screwdrivers."
-Leonard Brandwein.
pita0017 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 19th, 2003, 1:40 PM   #3 (permalink)
Surpass Fan
Comfy Contributor
 
pseudoswede's Avatar
 
Joined in Jun 2003
Lives in Denver
Hosted on D9
142 posts
Gave thanks: 4
Thanked 3 times
Can I install that script myself? (If so, how?) Otherwise, how much would Surpass charge for installing it?
__________________
"In the end, everything will be fine - if it is not fine, it is not the end."
PseudoSwede
larvez.com
Dime9
pseudoswede is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 19th, 2003, 5:15 PM   #4 (permalink)
Registered User
Seasoned Poster
 
Joined in Jun 2003
69 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally posted by pseudoswedeJun 19 2003, 11.40 am
Can I install that script myself? (If so, how?) Otherwise, how much would Surpass charge for installing it?
yes you can install it yourself....just follow the instructions.....
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
-Rich Cook

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie.

"Beware of computer programmers that carry screwdrivers."
-Leonard Brandwein.
pita0017 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 30th, 2003, 7:27 PM   #5 (permalink)
Surpass Fan
Comfy Contributor
 
pseudoswede's Avatar
 
Joined in Jun 2003
Lives in Denver
Hosted on D9
142 posts
Gave thanks: 4
Thanked 3 times
Okay, I'm configuring this script, and I need some help with the config.php file (lines in question are in bold)...

Quote:

<?
//before this will work you will need to make a mysql user in cpanel and then run setup.php
//if you need any help email me at supportwarwithboredom.com
//also once you have made the table you Must add any email addresses that you already have
//to the data base using the reserve option otherwise this script can overwrite mailboxes


$host = "www.(domain).com";//your url
$domain = "(domain).com";//your domain without the www

//Cpanel options:
$cpaneluser = "(login)";//your cpanel username
$cpanelpass = "(password)";//your cpanel password
$cpaneltheme= "bluelagoon"; //this is the word after frontend/ and the next / when you login to cpanel*

//Database options:
$dbhost="localhost"; //Usually localhost
$dbuser="(login)";//mysql username
$dbpass="(password)";//mysql password

$dbname="(dbname)";//The name of the database for mail
$dbusertbl="mailusers";//Name of the table for users
$dbadmintbl="mailadmin";//name of the table for admin


$quota=50000;//how much space in k you want to give the user**
$mailurl="mail/index.php";***//The url for your web based mail program I use http://uebimiau.sourceforge.net but you can use anything
//see http://www.hotscripts.com/PHP/Scripts_and_...s/Email_Systems

//End of settings! you should not need to change anything below this

?>
* What is the cPanel X theme called? "Default"?

** Just wanted to double-check... 50MB = 50000K?

*** What would the path to Horde or NeoMail be?

Thanks in advance,
Lawrence
__________________
"In the end, everything will be fine - if it is not fine, it is not the end."
PseudoSwede
larvez.com
Dime9
pseudoswede is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 30th, 2003, 9:38 PM   #6 (permalink)
Registered User
Seasoned Poster
 
Joined in Jun 2003
69 posts
Gave thanks: 0
Thanked 0 times
1. /xskin or /x2 depends which one your using
2. yes
3. neomail is /neomail/neomail.pl and horde is /horde/index.php
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
-Rich Cook

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie.

"Beware of computer programmers that carry screwdrivers."
-Leonard Brandwein.
pita0017 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 30th, 2003, 9:45 PM   #7 (permalink)
Surpass Fan
Comfy Contributor
 
MsCatEyes's Avatar
 
Joined in May 2003
Lives in Mountains of Colorado
Hosted on Sky & D9
102 posts
Gave thanks: 0
Thanked 0 times
Great work pita...you helped me too! I plan to use this soon
__________________
Cat
~~~~~~~~~~~~~~~~
"Probably just chasing my tail again..."
MsCatEyes is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old June 30th, 2003, 10:21 PM   #8 (permalink)
Registered User
Seasoned Poster
 
Joined in Jun 2003
69 posts
Gave thanks: 0
Thanked 0 times
no problem guys, everyone helps me out where they can, so its the least i can do.
__________________
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
-Rich Cook

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-Dennis Ritchie.

"Beware of computer programmers that carry screwdrivers."
-Leonard Brandwein.
pita0017 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old July 1st, 2003, 8:11 AM   #9 (permalink)
Registered User
Comfy Contributor
 
Joined in May 2003
Lives in ISREAL
258 posts
Gave thanks: 0
Thanked 0 times
nice script! I'm installing now, but heres a problem the config.php file should go one directory above the rest of the files...
websterworlds.com is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On