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)
-   -   Neomail Login and Signup v2.1 -updated (https://vborg.vbsupport.ru/showthread.php?t=43567)

chad777 09-14-2002 10:00 PM

Neomail Login and Signup v2.1 -updated
 
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

Chris M 09-15-2002 10:22 AM

Cool...

Would this work with Squirrelmail?

Satan

blackice912 09-15-2002 11:02 AM

Sweet hack! I've got neomail, but I want version 2 of this so I can let people sign up! :)

Marshalus 09-15-2002 05:31 PM

Quote:

Originally posted by hellsatan
Would this work with Squirrelmail?
What would be really cool is a complete Squirrelmail integration hack. So SM would look just like your forums.

Nice hack, but since I have SM instead of Neo mail I guess I have to pass.

Neo 09-15-2002 06:34 PM

YES!!!!! I HAVE NEOMAIL YAY

*installs*

chad777 09-15-2002 06:56 PM

I am not sure about Squirrelmail I don't use my servers have openwebmail and neomail on them.

:) this script may come to be something no one needs because chen has one he might release !


CHEN RELEASE IT!! :)

Chris M 09-15-2002 07:07 PM

Chen will...For money;)

@Marshalus - Yeh...It would:)

Im working on that;)

Satan

chad777 09-15-2002 07:12 PM

:) the signup thing is actually kinda simple there is only one part that is getting me stumped. When it is Auto creating an email account you have to chmod 3 different file in the dir. /etc/ well the script won't chmod them for some reason so that is where I'm at.

Soon really soon !

Chris M 09-15-2002 07:13 PM

Okies:)

Satan

Mono 09-15-2002 11:39 PM

I have neomail so I thought hey this would save me some time. Ran into alittle trouble though :(

It shows up alright but when ever I try to login it takes me to a page cannot be displayed error.

chad777 09-16-2002 12:06 AM

Did you change where it says to change the domain in the template ?

there are 2 spots in the the template

Thanks

Mono 09-16-2002 12:31 AM

Ok that fixed that problem but now when I click login it brings the pop-up login up so I type my mail username and password but it doesn't work. So I try my cpanel username and pass that doesn't work. So basically it wont log me in now.

chad777 09-16-2002 01:03 AM

there shouldn't be a popup. The form that comes up when you goto maillogin.php you should just type in login name.

not the whole login@domain.org then your pw after that it should go strait to your neomail

Mono 09-16-2002 01:08 AM

I get the form but when I fill it all out and click login it then gives me a pop-up for neomail.

chad777 09-16-2002 02:49 AM

ok :( you made sure that you c hanged domain 2 places in the template to yourdomain.com?

if you did then I am not sure.....is your neomail setup with a cpanel ?

Mono 09-16-2002 02:52 AM

Yes im sure and yes it is set up with a cpanel.

chad777 09-16-2002 02:53 AM

do you have aim or icq ?

might be easier to to fix the problem :)

aim: snarfset
icq: 38504940

Mono 09-16-2002 03:33 AM

That did it thanks for taking time on aim to help me.

chad777 09-16-2002 03:34 AM

No Problem Glad I could help ya

garoboldy 09-16-2002 04:41 AM

installed the hack without a problem. good work.
cant wait till you get a signup for it.
keep up the good work

Dolby 09-16-2002 09:31 PM

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.

chad777 09-16-2002 09:41 PM

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

NTLDR 09-16-2002 09:50 PM

Quote:

Originally posted by chad777
sign up should be out soon
Nice ;) I'll probably install then :)

MarkB 09-17-2002 01:04 PM

Will this work if you DON'T have neomail set up via cpanel, but just a normal installation?

chad777 09-17-2002 02:50 PM

the login should work...the signup will not

chad777 09-17-2002 08:53 PM

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

Mono 09-17-2002 08:59 PM

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.

NTLDR 09-17-2002 09:04 PM

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

Mono 09-17-2002 10:29 PM

That didn't seem to work :/. My registered members could still see the link.

NTLDR 09-17-2002 10:32 PM

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.

Mono 09-17-2002 10:41 PM

Ok well "" still shows the words Neo Maillogin when im a normal user. Here's how the code is set up in footer, maybe Im doing something wrong there.

Code:

<p align="center">
  <normalfont><b>&lt; <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a> - <a href="$maillink">Neomail Login</a>
  <!-- - <a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</p>

<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
  Powered by: vBulletin Version $templateversion<br>
  Copyright &copy;2000 - 2002, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>


webhost 09-17-2002 11:19 PM

<a href="http://forums.realwebhost.net/showthread.php?threadid=57239&highlight=email" target="_blank">http://forums.realwebhost.net/showth...ighlight=email</a>

Been working since 10-29-2001 on our forums

NTLDR 09-18-2002 12:22 PM

Quote:

Originally posted by Mono
Ok well "" still shows the words Neo Maillogin when im a normal user. Here's how the code is set up in footer, maybe Im doing something wrong there.
Just put $maillink in the footer and place in href in the bit that goes into the phpinclude template.

garoboldy 09-18-2002 03:31 PM

any news yet on the sign up page....

chad777 09-18-2002 03:37 PM

Hey,

I am testing the signup script right now.
once I go threw the code and templates and db stuff I will be releasing it tonight.

Features include:
- signup with full contact infomation stored in database
- signup form that checks for errors
- email account auto created with redirect to eithier login page or page you choose
- login page for checking neomail
- fully template driven so it matches your forum
- and some more.

Look for it tonight

Chad

chad777 09-19-2002 01:07 AM

Neomail login with signup now ready to download :)

chad777 09-19-2002 12:02 PM

Quote:

Originally posted by webhost
http://forums.realwebhost.net/showth...ighlight=email

Been working since 10-29-2001 on our forums

ok ?

Asso 09-19-2002 06:57 PM

Thx for this great hack but i've a problem. I've installed the hack but on my server there is Cpanel 4 and i can't login :(

chad777 09-19-2002 07:06 PM

this will not create a cpanel user it will only create a webmail user

http://yourdomain.com/webmail/ make sure the slash is at the end.

also check in the neowebcreate.php that the varible

$in = "GET /frontend/bluelagoo.....

make sure it says /frontend/ YOUR THEME/

meaning if you are using the default theme look in the address on top when you goto cpanel to see if it says bluelagoon or default or irconic.

when you see what theme it is replace YOUR THEME with the name of the theme your using

Thanks

garoboldy 09-20-2002 12:01 AM

I have a problem. there is no makenav option in my admin/functions.php

whats the deal...any ideas?

also, I tried signing up a new user as a test...and I am getting this error.

Warning: fputs(): supplied argument is not a valid File-Handle resource in /home/evolutio/public_html/forum/neowebcreate.php on line 16

Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/evolutio/public_html/forum/neowebcreate.php on line 17

Warning: Cannot add header information - headers already sent by (output started at /home/evolutio/public_html/forum/neowebcreate.php:16) in /home/evolutio/public_html/forum/neowebcreate.php on line 18


All times are GMT. The time now is 04:08 AM.

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.01297 seconds
  • Memory Usage 1,817KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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