Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vMail - Verify Mail before registration. Details »»
vMail - Verify Mail before registration.
Version: 1.4.1, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 11-13-2007 Last Update: 05-17-2008 Installs: 292
 
No support by the author.

this product can be founded in this thread https://vborg.vbsupport.ru/showthread.php?t=201466

Supporters / CoAuthors

Show Your Support

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

Comments
  #342  
Old 06-30-2008, 09:49 AM
digiman65 digiman65 is offline
 
Join Date: Jun 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #343  
Old 06-30-2008, 12:03 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by citeman View Post
There is an error in the "Have access code" link code - in the earlier version it didn't check for the "Agreed with forum rules" in this version it re-checks and somehow always says that "You have not agreed to the forum rules - go back to the forums" - although I did check the "Agree" checkbox.
I have restored to the earlier version.
Quote:
Originally Posted by Almotmaiz.Net View Post
in vB 3.6 , agee in info can get in as "$_GET" but in vB 3.7 Only "$_POST"


however , code be cleared from db (as default value one-day)


please , remove old version and upload a new one
I don't understand this. I have the 'advanced forum rules' and the 'ISBOT' hacks installed on vb 3.7.2.
Will this hack work for me?
Reply With Quote
  #344  
Old 06-30-2008, 03:32 PM
hoangminh hoangminh is offline
 
Join Date: Jan 2005
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any version for vBulletin 3.7?
Reply With Quote
  #345  
Old 07-02-2008, 03:29 PM
www.1n1n.com www.1n1n.com is offline
 
Join Date: Feb 2005
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Parse error: syntax error, unexpected '"', expecting ']' in /home/XXXX/public_html/vb/profile.php(341) : eval()'d code(14) : eval()'d code on line 17

3.6.5

السلام عليك?

المشكله تحدث اثناء تغيير البريد
Reply With Quote
  #346  
Old 07-03-2008, 04:09 PM
Bulent Tekcan Bulent Tekcan is offline
 
Join Date: Oct 2003
Location: TURKEY - Istanbul
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by citeman View Post
There is an error in the "Have access code" link code - in the earlier version it didn't check for the "Agreed with forum rules" in this version it re-checks and somehow always says that "You have not agreed to the forum rules - go back to the forums" - although I did check the "Agree" checkbox.
I have restored to the earlier version.

Same problem here,if user press Have verification code ? user only see this message 1sec. and after return to next pages

"You have not agreed to the forum rules - go back to the forums"

Please correct this one,this is very big problem for us
Reply With Quote
  #347  
Old 07-08-2008, 10:48 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bulent Tekcan View Post
Same problem here,if user press Have verification code ? user only see this message 1sec. and after return to next pages

"You have not agreed to the forum rules - go back to the forums"

Please correct this one,this is very big problem for us
I have like this problem. How fix it?
Reply With Quote
  #348  
Old 07-21-2008, 06:54 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was find bug. Just in my forum 3 phrases has repeated as translation, maybe i'm not del their
Reply With Quote
  #349  
Old 07-29-2008, 09:03 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does not work with Gmail's + feature, ie: username+forum1@gmail.com, username+forum2@gmail.com
Reply With Quote
  #350  
Old 07-31-2008, 09:07 AM
LovelyBoy LovelyBoy is offline
 
Join Date: Apr 2006
Location: T?rkiye
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all

Fix the "You have not agreed to the forum rules - go back to the forums" problem

My solutions

Open nlp_vmail_verifymail template

Search
HTML Code:
<div align="$stylevar[right]" class="smallfont"><a href="register.php?do=vMail#" onclick="vMail_to_redir()"><img class="inline" border="0" src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="" /> $vbphrase[nlp_vmail_code_exists]</a></div>
Replace
HTML Code:
<div align="$stylevar[right]" class="smallfont"><a href="javascript:vMail_to_redir();"><img class="inline" border="0" src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="" /> $vbphrase[nlp_vmail_code_exists]</a></div>

And

Search
HTML Code:
<div align="$stylevar[right]" class="smallfont"><a href="register.php?do=vMail#" onclick="vMail_to_new()"><img class="inline" border="0" src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="" /> $vbphrase[nlp_vmail_code_notexists]</a></div>
Replace
HTML Code:
<div align="$stylevar[right]" class="smallfont"><a href="javascript:vMail_to_new();"><img class="inline" border="0" src="$stylevar[imgdir_statusicon]/wol_error.gif" alt="" /> $vbphrase[nlp_vmail_code_notexists]</a></div>
Reply With Quote
  #351  
Old 08-07-2008, 02:56 PM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would this mod conflict with the mod Invitation System?

Thanks a bunch.
Reply With Quote
Reply


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 09:56 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.12422 seconds
  • Memory Usage 2,317KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_html
  • (4)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
  • (1)pagenav_pagelinkrel
  • (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