The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||
New Thread/Post Image Verification for Guests
![]() Developer Last Online: Jan 2010 ![]() ![]()
New Thread/Post Image Verification Description: This hack will add new a feature to new posts and new threads. When a guest is posting or making a new thread they will be asked to type in the text displayed in the image provided right of the text box. This image is the same exact kind of image used for image verification in vb's registration(its the exact code so i take no rights to saying the code is mine hehe ![]() ![]() Credits: -original concept ~ AN-net(Antonbomb22; Anthony Scudese) -code ~ vB Team/Jelsoft Requirements: This does not require GD to be on via options or image verficiation to be on for registration. However, this does require GD library ![]() Support Policy: I have the right to deny support to anyone for any reason at any time. Where to Get Support?: -http://www.animationation.net -AIM: Antonbomb22 -email: antonbomb22@animationation.net -this thread Demo: -New Reply Demo -New Thread Demo File Edits(2): ------------------------------------- Open: /forumroot/newthread.php ------------------------------------- Find: PHP Code:
After add: PHP Code:
Find: PHP Code:
Underneath add: PHP Code:
Find: PHP Code:
Underneath add: PHP Code:
Save and upload: /forumroot/newthread.php ------------------------------------- ------------------------------------- Open: /forumroot/newreply.php ------------------------------------- Find: PHP Code:
After add: PHP Code:
Find: PHP Code:
Underneath add: PHP Code:
Find: PHP Code:
Underneath add: PHP Code:
Save and upload: /forumroot/newreply.php ------------------------------------- Template Edits(2): ~~~~~~~~~~~~~~~~~~~~~~~~ Edit template: newreply ~~~~~~~~~~~~~~~~~~~~~~~~ Find: HTML Code:
<tr> <td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr> Underneath add: HTML Code:
<if condition="$show[imageverf]"> <tr> <td class="smallfont" colspan="2">Image Verification Text: <br /><input type="text" class="bginput" name="imagestamp" size="50" maxlength="6" value="$imagestamp" title="$vbphrase[enter_text_image_right]" /><input type="hidden" name="imagehash" value="$imagehash" /></td> <td><img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" /></td> </tr> </if> Save: newreply ~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~ Edit Template: newthread ~~~~~~~~~~~~~~~~~~~~~~~~ Find: HTML Code:
<tr> <td><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1" /></td> <td> </td> <td><img id="display_posticon" src="$selectedicon[src]" alt="$selectedicon[alt]" /></td> </tr> Underneath add: HTML Code:
<if condition="$show[imageverf]"> <tr> <td class="smallfont" colspan="2">Image Verification Text: <br /><input type="text" class="bginput" name="imagestamp" size="50" maxlength="6" value="$imagestamp" title="$vbphrase[enter_text_image_right]" /><input type="hidden" name="imagehash" value="$imagehash" /></td> <td><img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" /></td> </tr> </if> Save: newthread ~~~~~~~~~~~~~~~~~~~~~~~~ I have also attached 3 screenshots ![]() Please click install Supporters / CoAuthors Show Your Support
|
Comments |
#2
|
||||
|
||||
![]()
Can you please put this in a txt file for easier download?
![]() |
#3
|
||||
|
||||
![]()
sure ill do this when i get home from school today
![]() |
#4
|
||||
|
||||
![]() Quote:
|
#5
|
|||
|
|||
![]()
Hey can you have this set for ever odd amount? like every three times or something?
I also would LOVE to have this for private messages |
#6
|
|||
|
|||
![]()
I know it was old but any ideas?
|
#7
|
|||
|
|||
![]()
no ideas on every X post image v pops up? or doing this on private messages?
I have the first part but the second paste I am not sure where to put it (doing myself) for private messages. |
#8
|
||||
|
||||
![]()
Great hack, thanks! Works perfect for my project.
|
#9
|
|||
|
|||
![]()
Anyone have this working for 3.6.X??? This is absolutely perfect for guest forums...
|
#10
|
|||
|
|||
![]()
Good question does this work in 3.5.7?
|
![]() |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|