The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB WebMail v1.3 Details »» | |||||||||||||||||||||||||
I am proud to announce my first hack here! vB WebMail
Inspired by Chad777's neomail signup My version has cosmetic changes to the template files along with php rewritten to not need a db install to add the neomail table along with forcing the member to be registered with your forum and to use the forum username. along with a confirm to the new sign up that the account is created and sending them to the page to log in. Support will only be provided in this thread, please do not PM me or e-mail me for support. You can find a working demo here http://www.thesportsforum.net/webmail.php requirements vB 2.x cPanel 4.x or higher (tested on cPanel 4, 5 and 6 using bluelagoon theme) NeoMail (you can go to www.your-domain.com/webmail/ to see if your server has neomail). things to do: add-on to lesane's store to buy webmail access add-on to lasane's store to increase mailbox size write vB webmail for HordeMail Sites using vB WebMail include: (feel free to PM me to add your site) http://www.TheSportsForum.net Please be sure to kick, click or lick the install button when downloading! Thanks, Slapshot Harry note: zipfile updated, now v1.3 please redownload as this fixes a security hole in older versions Show Your Support
|
Comments |
#52
|
||||
|
||||
well the .net is what i changed script to .... .com is not bein user the page people see when they go to it is .net
And love the service.......... |
#53
|
||||
|
||||
Great to hear your enjoying our service
ok.. make sure you have the following just your cpanel user/pass require('./checkmailauth.php'); require('./global.php'); $templatesused = "neowebmail_join"; if ($submit){ $host = "www.sanguinox.net"; $domain = "sanguinox.net"; $quota = "10"; //mailbox size 10 = 10mb $email= "$bbuserinfo[username]"; //don't touch this setting $socket = fsockopen($host,2082); //don't touch this setting $cpaneluser = "user"; //your cpanel login name goes here $cpanelpass = "pass"; //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/bluelagoon/mail/doaddpop.html?email=$email&domain=$domain&password =$password"a=$quota HTTP/1.0\r\nAuthorization: Basic $pass \r\n"; |
#54
|
||||
|
||||
also, If you goto webmailjoin.php and create an account, then log into your cpanel and go to e-mail accounts, did the account get created? If yes then go to www.sanguinox.net/webmail/ and see if it lets you log in. If it does not create the account then carefully recheck the code in post #52
|
#55
|
||||
|
||||
On webmail join I get a pop up for forum info.... So I put in my forum name and my passy and this is what i get
As a unregistered forum member, you are not authorized to access this area of thesportsforum.net If you are a registered member, Hit refresh and reenter your log in information when propted to do so And it is a legit account... And yes your service rocks. can not wait till .com is parked there too but that host (gisol) is slow about anything. They also wanted to charge me money to have another theme. Took them 2 days to email me back. |
#56
|
||||
|
||||
Ps. If you feel going into my account and lookin would prove usefull please do lmao.
~ is at a total loss. |
#57
|
||||
|
||||
make sure you have the correct settings in checkmailauth.php change user_forum to your-cpanel-username_database-name
$dbcheckusername = "user_forum"; // user name $dbcheckpassword = "password"; // user password $dbcheckbase = "user_forum"; // name of database |
#58
|
||||
|
||||
Triple checked that.. They all good same thing as in my config for forum.
|
#59
|
||||
|
||||
ok found issue on that now that i see webmailjoin i toss in passy and nothing.
|
#60
|
||||
|
||||
Did you make sure that (usergroupid = '2' or usergroupid = '5' or usergroupid = '6') "; is set for you. If you are not in a usergroup listed it will still fail.
I just logged into your cpanel and looked at all the code, looked right.. so then went to your forum and registered as vbhost.. went to webmailjoin.php put in my user/pass in the pop up.. it worked... then created the account and logged into neomail.. my guess is either admin is not set to auth.. check groupid's If it is, is there a space in your username? there can't be any spaces in your username. |
#61
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|