Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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
  #162  
Old 12-09-2007, 12:46 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 vip-q.com View Post
I'm using ( PHP Version 4.4.7 )
and MySql ( 3.23.49 )
and it's work fine
make shore that u have the same Version or above


and try the English version of vMail with out change in the lang.
to make shore
On localhost i have: Apache v1.3.33, PHP v4.4.4, MySQL 4.1.16-max
In web i have: Apache v1.3.39, PHP v5.2.4, MySQL v5.0.45-community-log
vMail v1.3.2 English. I install this version on new db and vB!
And on both servers i see this problem.
What it is? Please, help me, i need this hack work!
Reply With Quote
  #163  
Old 12-09-2007, 12:54 PM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could u make shore that u use V1.3.2

and I test it in Apache 2.0 Handler

o.k
in ur localhost
make shore that u don't have any other hacks
and see if it work or not
and ( Repair / Optimize Tables ) from ACP or my phpmyadmin

and I'm waiting u
Reply With Quote
  #164  
Old 12-09-2007, 01:04 PM
Almotmaiz.Net Almotmaiz.Net is offline
 
Join Date: Jan 2005
Location: U.A.E, Sharjah
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mad@Max View Post
Ok, see it yourself: http://samforum.ws/register.php
But hurry up, people cant register now.
hello mad ..

this is error :-

Table 'samforum_main.nlp_vmail' doesn't exist


go to your phpmyadmin select your vb database


and do this query >>

Code:
   CREATE TABLE nlp_vmail
    (
     `code` text NOT NULL,
     `email` text NOT NULL,
     `prefix` text NOT NULL,
     `dateline` int(10) unsigned NOT NULL default '0'
     `location` ENUM( 'register', 'profile' ) NOT NULL, 
     `userid` INT( 10 ) NOT NULL FIRST
     `day` text NOT NULL,
     `month` text NOT NULL,
     `year` text NOT NULL
    )
Reply With Quote
  #165  
Old 12-09-2007, 01:10 PM
Bulent Tekcan Bulent Tekcan is offline
 
Join Date: Oct 2003
Location: TURKEY - Istanbul
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vip-q.com View Post
what I said is I test it in this version and it's in my localhost and it's work find
Oppps sorry,I get a wrong quote
Reply With Quote
  #166  
Old 12-09-2007, 01:45 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understand!!! Hack did wrong query! Wright its vb_nlp_vmail ("vb_" my prefix), dont samforum_main.nlp_vmail, why that? For me i'm rewrite hack, replace [" . TABLE_PREFIX . "] on [vb_]...
Hm, dont work "MySQL Error : Table 'samforum_main.nlp_vmail' doesn't exist", where samforum_main its my db.
Reply With Quote
  #167  
Old 12-09-2007, 02:01 PM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

samforum = ur user name to login into the cPanel
main = ur DB name

that mean the nlp_vmail in the DB (main) in the user name (samforum) it's not there

do what Mr.Hammad said and it will be work

I'm going to eat my diner when I back and u didn't do it
I'll do it for u

my email ID@windowslive.com

I'll see u there
Reply With Quote
  #168  
Old 12-09-2007, 02:15 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vip-q.com
No, no, no I find bug!
In code hack find:
PHP Code:
INSERT INTO `nlp_vmail
And replace with:
PHP Code:
INSERT INTO " . TABLE_PREFIX . "nlp_vmail 
Its work!!!
Reply With Quote
  #169  
Old 12-09-2007, 02:32 PM
realsumon realsumon is offline
 
Join Date: Feb 2006
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i installed that module today but i'm afraid. you guys reply many bug. from me i didn't see any bug. i tried register and i did. can u guy please check. Please i beg u guy.

http://www.amaderforum.com/register.php
Reply With Quote
  #170  
Old 12-09-2007, 02:59 PM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mad@Max View Post
vip-q.com
No, no, no I find bug!
In code hack find:
PHP Code:
INSERT INTO `nlp_vmail
And replace with:
PHP Code:
INSERT INTO " . TABLE_PREFIX . "nlp_vmail 
Its work!!!
that's great that what I was thing about
I'm going to test it in ur web site

Quote:
Originally Posted by realsumon View Post
i installed that module today but i'm afraid. you guys reply many bug. from me i didn't see any bug. i tired register and i did. can u guy please check. Please i beg u guy.

http://www.amaderforum.com/register.php
It's work fine in ur web site
Reply With Quote
  #171  
Old 12-09-2007, 03:03 PM
vip-q.com's Avatar
vip-q.com vip-q.com is offline
 
Join Date: Oct 2006
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mad@Max U didn't install it !!!!
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 09:48 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.08525 seconds
  • Memory Usage 2,314KB
  • 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
  • (1)bbcode_code
  • (4)bbcode_php
  • (5)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
  • (2)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