Page 1 of 1
integramail???

Posted:
Sun Apr 09, 2006 6:09 pm
Author: Simon N
Hmmmm looking promising. May I ask what its for and how it was done?
I am guessing it allows people given mail accounts at im2 to access them from within the site....if so i would love this feature.
Cmon at least give some hints <img>
Re: integramail???

Posted:
Sun Apr 09, 2006 9:01 pm
Author: Helter
lol...sorry, it is not a mod and I thought i had it hidded from non staff. It is for an open source web mail prog hosting mail for @integrmod.com
maybe it is something we can offer some of our members here. If your interested Ill ask the admin staff what they think about it.

Posted:
Sun Apr 09, 2006 9:03 pm
Author: SteveRobWhatever
Looks like it's just a portal with the "web" code wrapped around it. Still, it's a good idea...I have been thinking of setting this up for my top members.

Posted:
Mon Apr 10, 2006 12:14 am
Author: Simon N
I am sure a mod used to exist that allowed members to have their own "username"@"sitename" email.
I was not asking for an im2 email account by the way...I have to many email accounts at present as it is.
After a few hours sleep I see now its just what steve says...initial thought was it was more along the lines of what I said above.

Posted:
Tue Apr 11, 2006 1:56 pm
Author: Nata
i think that kind of MOD existe and as far as i remeber i saw it in phpbb.biz FR comunity and it's name is MAIL MOD

Posted:
Tue Apr 11, 2006 2:07 pm
Author: Nata
here is the link but hey it's in french it works :
http://forum.phpbb.biz/viewtopic_91467.html .
i think the only thing out of controle is to ask a CatchAll option in your postmaster Domain Name .
English version
http://www.phpbb.com/phpBB/viewtopic.php?t=335605But it need to be integrated in IM
will translate the mod !

Posted:
Tue Apr 11, 2006 2:11 pm
Author: Simon N
translation would be good....if not shall use online translator.
Many thanks for finding this one...added it to my never ending list of things to play with (right now the gf is number 1 on the list so i am off)

Posted:
Tue Apr 11, 2006 2:17 pm
Author: Nata
good night and have fun !
Re: integramail???

Posted:
Tue Apr 11, 2006 5:41 pm
Author: Helter

Posted:
Wed Apr 12, 2006 5:53 am
Author: Nata

Posted:
Wed Apr 12, 2006 5:57 am
Author: Nata
that link is the prÃÂÂ ©vious topic of mail mod
Re: integramail???

Posted:
Sun Apr 30, 2006 6:52 am
Author: weehong
hmm. i have installed the Mail Mod on my integramod portal... i had to remove some parts of the installation file... note that i replaced all instances of "subSilver" with "fisubice" to make it work with fisubice
- Code: Select all
# #-----[ OPEN ]------------------------------------------ #templates/fisubice/overall_header.tpl # #-----[ FIND ]------------------------------------------ #<a><img>{L_PROFILE}</a> # #-----[ IN-LINE FIND ]------------------------------------------ #</a> # #-----[ IN-LINE AFTER, ADD ]------------------------------------------ #<a><img>{MAILBOX}</a>
this is redundant as i could easily just use the QBAR menu system to put in the link
[hr]
now... the problems i encountered...
- Code: Select all
# #-----[ OPEN ]------------------------------------------ #templates/fisubice/profile_add_body.tpl # #-----[ FIND ]------------------------------------------ #{L_USERNAME} # #-----[ AFTER, ADD ]------------------------------------------ #/ Email # #-----[ FIND ]------------------------------------------ #{L_USERNAME} # #-----[ AFTER, ADD ]------------------------------------------ #/ Email # #-----[ FIND ]------------------------------------------ #<input type="text" class="post" style="width]------------------------------------------ # <input>
where should this go? it looks like it should go into the P.C.P, but i have no idea how to integrate it...
[hr:3s0qgl3g]
- Code: Select all
# #-----[ OPEN ]------------------------------------------ #includes/constants.php # #-----[ FIND ]------------------------------------------ #?># #-----[ BEFORE, ADD ]------------------------------------------ #// start mailmoddefine('POP3_SERVER','mailserver');define('POP3_LOGIN','mailAccount');define('POP3_PASS','maillpass');define('PAGE_MBX', -100);define('QUOTA',52428800);define('MAIL_TABLE',$table_prefix.'mail');define('MAIL_ATTACHMENTS',$table_prefix.'mail_attachs');define('MAIL_ADDRESS_BOOK',$table_prefix.'mail_adressbook');define('MAIl_ALIAS',$table_prefix.'mail_alias');define('MAIL_ANTISPAL',$table_prefix.'mail_antispam');// end mailmod
Can anybody teach me how to configure the lines of code above? my login info is below]http://www.3nrulez.com/phpBB/mbx.php[/url] (my class portal) but i always recieve a error message and i traced it back to here... i had to remove the link from my portal because my classmates would be complaining about the error message...
i have another mod that allows users to create mail accounts, but it requires cpanel... u can always try it out on my class portal...
[hr:3s0qgl3g]
lastly, pardon my bad english, as i'm just a 15 year old singaporean teenager with a passion for coding <img>
Re: integramail???

Posted:
Sun Apr 30, 2006 12:58 pm
Author: Helter
i dont think you would configure those settings in constants.php
I think that code is just defining what your ACP setting will mean
Re: integramail???

Posted:
Sun Apr 30, 2006 6:43 pm
Author: weehong
"HelterSkelter";p="3781" wrote:i dont think you would configure those settings in constants.php
I think that code is just defining what your ACP setting will mean
there wasn't any admin files included... the only files included are shown below
[code] ## Included Files]
//edit: my bad, i found a file called mbx_constants.php in the includes folder.. but even so, i'm greeted with these errors
Warning: imap_open(): Couldn't open stream {mail.3nrulez.com:143}INBOX in /home/cwhchew/public_html/3n/phpBB/mbx_functions.php on line 15
impossible d'ouvrir la boite, reessayez plus tard!
how do you explain this? i can't read french <img>, but from the looks of it, its saying that it cannot open the mailbox
Re: integramail???

Posted:
Sun Apr 30, 2006 7:13 pm
Author: Helter
in the ACP/general admin/board config , there are email settings. I think the edit I was refering to is just to tell the mod to look there for this info. Im just guessing as I have not installed, or investigated the mod, but that would make sence
Re: integramail???

Posted:
Sun Apr 30, 2006 8:29 pm
Author: weehong
never mind... i just got it working... i realised that i had to configure imap_open to open my mailbox without using SSL... right now, i have to do a translation <img>

Posted:
Tue May 02, 2006 1:50 pm
Author: Nata
well for the french it only says that you cannot access to your mail and try next time !
i think that there is 2 problems !
1st your mail require authentification .
2nd your receiving mail account has to be an CatchAll box for that case see with your host !
Re: integramail???

Posted:
Wed May 03, 2006 3:10 am
Author: weehong
lol. i got it mostly translated. i can now send out emails, but i'm having probs recieving. i have verified that my catchall account works, and imap now has no problems opening my mailbox. problem is, the emails does not seem to appear, although they are in my mailbox itself. i also noticed a irritating bug, which i have no time to change. the author hardcoded the line "@tsenagasy.com" into everyone of the template files. i sent a email, and this became my address
btw.. you said you were going to do a translation. is it done yet? i have translared the tpl files into very weird english. now its the php files that are giving the problems, as even the sql queries are in french

Posted:
Wed May 03, 2006 8:32 am
Author: Nata
i gave the link of the english version of the MOD

Posted:
Thu May 04, 2006 7:18 am
Author: weehong
is it this? when i downloaded everything is still in french. the language files are all in french

Posted:
Thu May 04, 2006 7:23 am
Author: Nata
Ok gonna translate the language files !

Posted:
Thu May 04, 2006 7:43 am
Author: Nata
you can download the English lang [url=http]Here[/url]
the main probleme is that there will be another translation for the error messages wich are hardcodded so wait for the Final translation of the files !
Re: integramail???

Posted:
Fri May 05, 2006 12:00 am
Author: weehong
hmm. thanks alot <img> oh yeah. can you do the translation for the sql queries? even the table names are in french. for example: user_name becomes user_nom ..
i believe there is one part of the installation file missing.. the adding of some database fields.. hmm. mind adding it in? haha. i noticed that the author hardcoded "@tsenagasy.com" into every single file too... i tink we might have too modify that abit too
Re: integramail???

Posted:
Fri May 05, 2006 12:25 am
Author: DjPorkchop
weehong: this is redundant as i could easily just use the QBAR menu system to put in the link
Exactly......I dont understand why you just dont go into Qbar and add a link to your webmail the way I did. UNLESS, you want it fully integrated into your site, which would be 100% awesome. For now you can check my test site out and click on the webmail link. It works.........
http://www.mweva.com/phpBB

Posted:
Fri May 05, 2006 6:03 am
Author: weehong
kewl, mind posting your translated version up here? thanks ^^