![]() |
Sorry to seem stupid on this, but when I use my login details for my control panel, and then try to access my email through the forum I get this error:
Quote:
Thanks, Jason |
did you edit cp_email_config correctly ? the file that should be uploaded to the includes folder.
There you should add your cpanel and login details as specified .If everything is surely okey , just check if your phpinfo setting allows fopen as well. |
can u set it so only certain usergroups get email adresses
|
melefire , instructions are within the readme.txt as well as in previous posts, u have to do this manually by changing a line in email.php
|
thx i will use it now
|
Labanon
Should it work on vb 3.5.3 I tried to install on VB 3.5.3 and getting the error Quote:
|
rizwan65, this actually means the script is working, the couldnt open a connection could come up for two reasons:
cpanel user and password supplied in the config are not set correctly or you are not allowed to use fopen on your server. |
AWESOME HACK!
But tell me please... 1-If i dont have CPANEL ? How can i use it? 2-If i have POP3 mail server seperately from my Vbulletin server ? how can i work with this ? Thank you for this GREAT hack |
Quote:
I have checked my phpinfo allow_url_fopen is on and My password is also correct I have rechecked it |
is it possible to do the same thing but instead of actual emails, just creates email forwards
|
yeah, forwarding would be nice!
|
actually forwarding is much easier to create, but then i will have to re-post it in another script, because it will require deleting the code where to alter the database and to remove login box and so on, and only keep a value wether he has the forwarder created or not.
but typically a change would be in the url to be opened thats all ( the rest would be actually design wise because login boxes are then useless) http$ssl://$xxcpuser:$xxcppass@$xxdomain:$port/frontend/$xxcptheme/mail/doaddpop.html?email=$cpun1&domain=$xxdomain&passwo rd=$password"a=$xxquota"; shoud be like http$ssl://$xxcpuser:$xxcppass@$xxdomain:$port/frontend/$xxcptheme/mail/doaddfwd.html?email=$cpun1&forward=$email2"; know what, ill post this later as a whole code , maybe later on hopefully |
just like idea:
in CP user has button/checkbox "Enable email forwarding" and input "forward to email" so if user enables forwarding, then in cpanel will be added entry with all these data (new email and where it forwarded), also wolud be cool to add 2 array, with letters replacing (by default " " -> "." (or maybe "_") also pips could add cyrilic->translit replacement (for ex) |
if (!is_member_of($vbulletin->userinfo, 19) AND !is_member_of($vbulletin->userinfo, 22)) AND !is_member_of($vbulletin->userinfo, 6))
its giving me an error :-/ |
and One of my users has a space in his name so its not working is there a way for it to add the . itself and when you login fixes all that?
Thanks |
How can you delete an email addy .. I've removed it from the cpanel but it still shows in the forum and asks for a login to an email addy that no longer exists !?
|
Quote:
Working perfectly only thing is user with a space doesnt create and doesnt even work example one of my users killa k says it was created but when i go in cpanel it doesnts how and even when they try to login it says fail |
bump
|
MissKalunji, by default as i described it will replace characters that cannot be accepted in email forms to a . (dot)
Which means their email by default is kala.k not kala k If you want to change that change the lines in email.php $cpun1 = str_replace( " ", ".", $cpun ); Replace the "." with your desired character , which can be mostly a dot or _ for example. |
Thats what im saying...it doesnt CREATE IT AT ALL!
|
Suppose you don't use CPanel? Is there a way to make this work with VDeck as well?
|
Quote:
|
I just installed this on my vbulletin and it works fine with members that have no spaces or special characters in their username. The problem is that when a user with a space in their username tries to create an account, it attempts to create the username with a space instead of the . (dot) as it should. No account is created but when they go to the /email.php url it shows they have an active email. I checked CPanel and no account was created.
Anyone know how I can fix this? |
i've been trying to get an answer:(
|
Quote:
AO |
oh plz! i've been wanting this to work forever
|
Had a quick look, I guess cpanel have changed something in the way they process new email accounts, i will get to this but right now I am snowed under!
I will get there. AO |
Quote:
|
Quote:
thanks in advance! |
Is there a 3.6 version?
|
Quote:
|
Quote:
please help:confused: |
Quote:
BACK UP your file www/forum/email.php then replace ALL the code in email.php with the following. It will then work for you :) username of "the geezer" becomes the-geezer@emailaddress.co.uk username of "the ultimate geezer" becomes the-ultimate-geezer@emailaddress.co.uk AO PHP Code:
|
thank you!!
|
Quote:
|
All times are GMT. The time now is 01:28 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:
|