vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Quick Register for 3.5.x - Plugin Edition (https://vborg.vbsupport.ru/showthread.php?t=114342)

theChronic 08-16-2006 12:37 AM

Hey i had a quick question, i put this into my standard_error template and I couldn't call it at first (because of some variable issue). I was told to use $GLOBAL[quickregister] which worked.

however, when you fill in the fields and then hit submit, it takes you to a completely blank login.php page.

Could anyone help me out as to why this happens?

Thanks
John

PS the user is also not added

tako 08-16-2006 07:51 AM

it seems working except image verification.

Quote:

Originally Posted by Mr Chad
please say its working with 3.6.0! When i had this running it increased the registration rates by 1000%


filmking 08-22-2006 12:18 AM

image verification not working with 3.6.0

Eric 08-22-2006 02:21 AM

To get image verification to work on 3.6:

Go to the Plugin Manager & find "Quick Register" (it's in the global_start hook). Click on edit and replace everything with:
PHP Code:

if (!$vbulletin->userinfo['userid'] AND $vbulletin->options['quickregister_active'] == 1)
{
    if ((
$vbulletin->options['quickregister_imgver']) AND ($vbulletin->options['regimagecheck'] AND $vbulletin->options['regimagetype']))
    {
        require_once(
DIR '/includes/functions_regimage.php');
        
$imagehash fetch_regimage_hash();
        eval(
'$imagereg = "' fetch_template('imagereg') . '";');
    }
    else
    {
        
$imagereg '';
    }

    
$show['guest'] = true;
    eval(
'$quickregister = "' fetch_template('quick_register') . '";');


Now go to Styles & Templates and edit the quick_register template, find:
PHP Code:

  <if condition="$vboptions['quickregister_imgver'] AND $vboptions['regimagecheck']">
  &
nbsp;<input type="text" class="bginput" name="imagestamp" size="16" onFocus="value=''" value="$vbphrase[quickregister_imagever]maxlength="6" title="$vbphrase[quickregister_imageverhov]/>
      <
input type="hidden" name="imagehash" value="$imagehash/>
    <
img src="image.php?$session[sessionurl]type=regcheck&amp;imagehash=$imagehashalt="$vbphrase[registration_image]width="100" height="30" border="0" />
  </if> 

Replace with:
PHP Code:

<if condition="$imagereg != ''">
<
table border="0" width="75%" align="center">
<
tr>
    <
td>$imagereg</td>
</
tr>
</
table>
</if> 

:)

Screenshot attached :p

gingery 08-25-2006 10:29 PM

Thanks for the fix! :)

Mr Chad 08-27-2006 10:00 PM

Woo

Hot

Mr Chad 08-27-2006 10:12 PM

wow works fine, great! im one step closer, now i have to edit the template back to what i used to have

PassLab.net 08-30-2006 07:52 PM

I have installed this hack and it was working great, but It is not working properly since I have upgraded to 3.6 full version. Image is not showing up. it says vbulletin all the time...

normal register shows the image just fine...

Hope you can help me out, other wise I have to uninstall which I dont want to cause this is very very useful :(



EDIT: I just see it, message number 114

Im sorry, dont get mad :D

CompuForums.org 09-18-2006 12:38 PM

How can I get this to run in vB 3.6.1?

cbr929rrerion 09-19-2006 04:43 AM

I installed this on 3.5 and now I can not get to my forums or anything, I cant log in due to this error, I cant go to admin to disable it either.. now my site is down..

HELP

Code:

Warning: Unknown(/usr/local/pem/vhosts/22474/webspace/httpdocs/includes/functions_regimage.php): failed to open stream: No such file or directory in /global.php(356) : eval()'d code on line 31
Fatal error: (null)(): Failed opening required '/usr/local/pem/vhosts/22474/webspace/httpdocs/includes/functions_regimage.php' (include_path='.:/php/includes') in /usr/local/pem/vhosts/22474/webspace/httpdocs/global.php(356) : eval()'d code on line 31



All times are GMT. The time now is 12:16 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.01681 seconds
  • Memory Usage 1,758KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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