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 July 2nd, 2003, 3:11 PM   #10 (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
After successfully running setup.php, I run into problems when trying to use the 'Reserve' function.

Quote:

Warning: main(../config.php): failed to open stream: No such file or directory in /home/******/public_html/mailadmin/reserve.php on line 5

Warning: main(): Failed opening '../config.php' for inclusion (include_path='') in /home/******/public_html/mailadmin/reserve.php on line 5
Could not select database
Yes, the config.php file is located one dir above public_html.

What am I doing wrong?

Additionally, what should the CHMOD be for the mailadmin folder? It was set to 666, and when I tried to go to index.php, I got access denied. I was able to access it again when changing it to 777.

Thanks in advance.
__________________
"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 July 2nd, 2003, 3:26 PM   #11 (permalink)
Registered User
Seasoned Poster
 
Joined in Jun 2003
69 posts
Gave thanks: 0
Thanked 0 times
thats is a problem with a command that was disabled in the latest version of PHP, because of a security hole, check this thread:

http://www.surpasshosting.com/forums/index...=ST&f=15&t=662&
__________________
"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 2nd, 2003, 5:57 PM   #12 (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
(Nevermind, see the post below...)
__________________
"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 July 2nd, 2003, 6:25 PM   #13 (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
Nevermind. I searched another forum and found the answer here. (Note, you'll probably have to register to see this.)

Someone there was nice enough to redo the code. I tried it out, and it works! Download it here. Read the Word doc! The code as it is assumes you will upload all the files into a directory inside public_html. If you want to upload the setup.php, signup.php, etc. files to your public_html directory, you'll have to change all instances of "../../configmail.php" to "../configmail.php".

Thanks, pita, for all of your help!
__________________
"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 July 3rd, 2003, 4:13 PM   #14 (permalink)
Registered User
Comfy Contributor
 
Joined in May 2003
Lives in ISREAL
258 posts
Gave thanks: 0
Thanked 0 times
I installed the script it works like a charm but for some odd reason I cann't send emails to hotmail...
I tested how the user signups and logins to his account and then I emailed a test to one of my account emails, it worked fine but when I email hotmail I get an error

Quote:
It was not possible to send this e-mail
SMTP Error: Recipient not accepted.
Verify your relay rules
infact I can't email any email adress accept somethingwebsterworlds.com... why is that?
does anybody have that problem?
websterworlds.com is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old July 3rd, 2003, 4:17 PM   #15 (permalink)
Surpass Fan
Excelling Contributor
 
EliteGeeks.com's Avatar
 
Joined in May 2003
Lives in Las Vegas, Nevada
Hosted on Dime9
632 posts
Gave thanks: 0
Thanked 0 times
try other services, it might just be hotmail, if that is the case, it might be blocked of banned...
__________________
Disclamer: This is not a legal document. As with all information transfered via the internet, this message was subject to possible contamination and tampering I hold myself harmless as to its content as at appears at its intended destination.
EliteGeeks.com is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old July 3rd, 2003, 4:37 PM   #16 (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
Are you using the webmail client? Or Outlook Express? If using OE, then I would check to see if the e-mail address listed in the properties is for the username/password for said-e-mail address.

For example, if you try using Hotmail in Outlook Express...

* You sign-in as email1hotmail.com
* In the "E-mail address:" field in the mail properties, you list email2yahoo.com (or even email2hotmail.com)
* If you try sending mail, you'll get a "Relay not allowed" message
__________________
"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 July 24th, 2003, 4:18 PM   #17 (permalink)
Registered User
Seasoned Poster
 
Joined in May 2003
34 posts
Gave thanks: 0
Thanked 0 times
Whoa, I totally forgot I even asked this. I'm going to try it out right now, the modified version seems easier. Thanks! I'll post my results after.
kcuf.us is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old July 26th, 2003, 5:16 PM   #18 (permalink)
Registered User
Seasoned Poster
 
Joined in May 2003
34 posts
Gave thanks: 0
Thanked 0 times
Well, it works. The script lacks features but it works nonetheless. I didn't know that there was a webmail feature either: domain.com/webmail :P
kcuf.us 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