Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Neomail Login and Signup v2.1 -updated Details »»
Neomail Login and Signup v2.1 -updated
Version: 1.00, by chad777 chad777 is offline
Developer Last Online: Apr 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-14-2002 Last Update: Never Installs: 30
 
No support by the author.

If you have webmail and it is called Neomail and you would like to integrate the login with a form in your VB and give your user the ability to signup and have there account auto created.

Then this is the hack for you!

I can't integrate all of neomail with vb because I don't know cgi or perl which that is what neomail is and I don't really want to because you would have to change stuff on the server itself.

Signup is finished.
This script now lets users signup giving personal infomation that is stored in a database, then moved to create there account auto.

Enjoy
UPDATE -2-28-02
Make sure you go threw the new templates you add and change the domain everywhere its says too. If you don't the hack will not work correctly.
Thanks

UPDATE 9-22-02 - Signup feature had a bug which made it so new signups couldn't login to mail. This is fixed please download the new attachment

update: 9-19-02 signup and now has admin features for admincp written by NTDLR

Oh yeah .... if this is for you please click the install button at the top.

Still working on password retrieval

Thanks

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 09-16-2002, 09:31 PM
Dolby's Avatar
Dolby Dolby is offline
 
Join Date: Oct 2001
Location: Wisconsin
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great! Very nice being able to login this way instead of going though cpanel.

Next thing that would be great is some kinda frontend that uses templates to view the mail. Instead of useing neomails interface.

Thanks.
Reply With Quote
  #23  
Old 09-16-2002, 09:41 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah the templates to view mail would be great.

I have noticed though if I change neomail on teh server it changes for the whole server not just a certain domain.

Maybe if someone wants to sit down and get every function.

And then make an email php script that using those same functions but using a different look that would be cool!

As far as me I wish I knew that much about php and perl

sign up should be out soon
Reply With Quote
  #24  
Old 09-16-2002, 09:50 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by chad777
sign up should be out soon
Nice I'll probably install then
Reply With Quote
  #25  
Old 09-17-2002, 01:04 PM
MarkB's Avatar
MarkB MarkB is offline
 
Join Date: Oct 2001
Location: London, UK
Posts: 324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work if you DON'T have neomail set up via cpanel, but just a normal installation?
Reply With Quote
  #26  
Old 09-17-2002, 02:50 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the login should work...the signup will not
Reply With Quote
  #27  
Old 09-17-2002, 08:53 PM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok guys the signup part of it should be finished within the next 2 days.

this will only work if you have cpanel. if you don't have cpanel I am sorry I don't have anything except cpanel to make it for
Reply With Quote
  #28  
Old 09-17-2002, 08:59 PM
Mono's Avatar
Mono Mono is offline
 
Join Date: Sep 2002
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question. I want to give the admins of the site a neomail email account from my site is there a way to hide the link from any members who's status is below admin? Im hoping to put the link in the footer where it says contact us and your site url.
Reply With Quote
  #29  
Old 09-17-2002, 09:04 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes you would be able to create a link for just certain usergroups, you just add something similar to:

PHP Code:
if ($bbuserinfo[usergroupid]==6) { //Admins
$maillink "LINK";
} else { 
//Everyone else
$maillink "LINK";

In your phpinclude template and add $maillink in the footer
Reply With Quote
  #30  
Old 09-17-2002, 10:29 PM
Mono's Avatar
Mono Mono is offline
 
Join Date: Sep 2002
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That didn't seem to work :/. My registered members could still see the link.
Reply With Quote
  #31  
Old 09-17-2002, 10:32 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to change

PHP Code:
$maillink "LINK"
by either adding a link for something else for other users or blank; just "" for nothing to appear.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:22 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.06055 seconds
  • Memory Usage 2,302KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete