![]() |
I recieve the same error as TheComputerGuy... and my forum domain is on a dedicated IP.
|
alkatraz: to install neomail you need root access to the server, If you have cPanel you should have it as it installs as a side kick with cPanel
thecomputerguy: login to cpanel and go to your mail section, from there go to e-mail accounts and make sure the script created the account. If it is created, please let me know what version of cPanel your using and what theme. insanctus: no, it will work with anyone using NeoMail and the cPanel Control panel. shared ip or static. |
Quote:
|
The account I created with the script is in the list of addresses--I'm running version 6.4.0 with Blue Lagoon.
I hope this problem can be fixed, as I'd love to use this add-on. :) |
if you go to your domain.com/webmail/ and log in using the user/pass you created... what happens?
|
Ok in my webmail join I have
require('./global.php'); $templatesused = "neowebmail_join"; if ($submit){ $host = "www.sanguinox.com"; //change to www.yourdomain.com including www. $domain = "sanguinox.com"; //change to yourdomain.com with NO www $socket = fsockopen($host,2082); //don't touch this setting $cpaneluser = "realname"; //your cpanel login name goes here $cpanelpass = "realpassy"; //your cpanel password goes here $authstr = "$cpaneluser:$cpanelpass"; //don't touch this setting $pass = base64_encode($authstr); //don't touch this setting $in = "GET /frontend/cpstartup/mail/doaddpop.html?email=$email&domain=$domain&password =$password"a=$quota HTTP/1.0\r\nAuthorization: Basic $pass \r\n"; fputs($socket,$in); fclose( $socket ); header("Location: webmailcreated.php"); /* after sign up this redirects to login page telling them account has been created */ } else { eval("dooutput(\"".gettemplate("neowebmail_join"). "\");"); } ?> Now if i just use html (did as a check) with PHP Code:
|
Hmmm... it logs in without any problem whatsoever.
|
Quote:
|
Quote:
|
Hmm there is nothing i can config to change that?
My host is very um..... bad lmao... they have the worst service I have seen and will take them weeks to change me (if at all). |
All times are GMT. The time now is 08:07 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|