vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB WebMail v1.3 (https://vborg.vbsupport.ru/showthread.php?t=52841)

Kurayami 05-13-2003 03:05 AM

I recieve the same error as TheComputerGuy... and my forum domain is on a dedicated IP.

vB-Host.com 05-13-2003 03:12 AM

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.

vB-Host.com 05-13-2003 03:18 AM

Quote:

Today at 09:05 PM Kurayami said this in Post #21
I recieve the same error as TheComputerGuy... and my forum domain is on a dedicated IP.
do the same as I told thecomputerguy above

Kurayami 05-13-2003 03:28 AM

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. :)

vB-Host.com 05-13-2003 03:34 AM

if you go to your domain.com/webmail/ and log in using the user/pass you created... what happens?

insanctus 05-13-2003 03:37 AM

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&quota=$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:

http://sanguinox.com:2082/frontend/cpstartup/mail/doaddpop.html?email=testname&domain=sanguinox.com&password=testpassy 

It works... but with your script it does not... Any ideas.? it just keeps kickin me back to the signup.

Kurayami 05-13-2003 03:38 AM

Hmmm... it logs in without any problem whatsoever.

vB-Host.com 05-13-2003 03:51 AM

Quote:

Today at 09:37 PM insanctus said this in Post #26

It works... but with your script it does not... Any ideas.? it just keeps kickin me back to the signup. [/B]
It is your theme. I am having the same problem with the xcontroller theme I give most of my hosting clients as it is very clean and includes fantastico. With xcontroller I couldn't even get it to configure the account. Over 25 people on my forum are already using this witthout issue. I have only tested it on blue lagoon. contact your hosting provider and ask them to change you to blue lagoon. It is a free theme that comes standard with WHM/cPanel

vB-Host.com 05-13-2003 03:52 AM

Quote:

Today at 09:38 PM Kurayami said this in Post #27
Hmmm... it logs in without any problem whatsoever.
url to my webmail.php please

insanctus 05-13-2003 04:36 AM

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
  • Page Generation 0.01255 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete