Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-28-2003, 05:53 AM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default My current project, tell me what you think.

As many of you seen, theres some places that uses images to verify stuff like creating a new account and so on, like at pay pal.

I like the idea, a way to prevent automated sign up's, so I decided to write a script and intergrate it with vBulletin and add image verification to account sign ups.

So far you can choose the amount of digits you want it to show and the output of the final image, such as a png or a jpeg. It uses a table on mysql to store the data, when some one goes to register it creates a table to store the hash, the ip, the value thats shown on the image and the time. All the user see's in the hash for example:
imagegen.php?hash=7026a731103d29a7e8de2ff4591df52b

also I have it so after 30 minutes the data gets removed in case they decide ot to sign up or idle, if they idle and return after 30 minutes and refresh the page, the data for the sign up changes.

There will be two image types you can choose from:
1. Each letter(capital and lowercase) and number are seperate images and the script that generates the main image adds them together as one image, this is currently done and is shown in the attachment below.

2. Supply just a background image and then the text will be written over the center of it.

Also im adding support to "distort" the image like adding lines and so on over the top of it.

Tell me what you think.

Also if any one out thats good with graphics and wanna help out with the images, feel free to contact me.
Attached Images
File Type: jpg verification.jpg (29.6 KB, 0 views)
Reply With Quote
  #2  
Old 01-28-2003, 03:16 PM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sounds cool, i have no use for it but its cool regardless.
Reply With Quote
  #3  
Old 01-28-2003, 03:51 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like a very nice hack but again will this be a hack you just leave

- miSt
Reply With Quote
  #4  
Old 01-28-2003, 04:01 PM
rjpa rjpa is offline
 
Join Date: Aug 2002
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I really like it, available anywhere to download??
Reply With Quote
  #5  
Old 01-28-2003, 06:12 PM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by rjpa
I really like it, available anywhere to download??
Im gonna rellease it as soon as i get better images for it, right now the ones shown in the attachment above is for testing, so if any one who wants to help make some simple graphics please pm me.
Reply With Quote
  #6  
Old 01-29-2003, 12:50 AM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Currently it uses the GD library to create the images but im also adding a way to use the image verification without it for those who dont have it or dont wanna use it.
Reply With Quote
  #7  
Old 01-30-2003, 02:58 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are people registering as members of vB forums using automatic methods?
Reply With Quote
  #8  
Old 01-31-2003, 07:37 AM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So far no one has tried on my forums but those with knolegde with php or sother scripting languages could create a script to create multiple accounts and then have it check the email and search it for the link and then activate the account, i create a test php script like that to test this and it prevents it.

Quote:
Originally posted by Erwin
Are people registering as members of vB forums using automatic methods?
On another note, the hack is almost complete, i finished the installer script. The script automaticly creates the templates, the setting group, the setting and the table needed to store the data.
Im also gonna include a text file with what to do incase you dont wanna use the installer, but I made it esier for you with the installer, it adds the setting group and makes it displayid one after the last, so if the last one is 30, the new setting group will be 31, also when you reinstall ir deletes all the old settings, templates, tables and so o and replaces them with new ones.

Ill post a screen shot of the current admin options.
Attached Images
File Type: jpg adminverify.jpg (109.0 KB, 0 views)
Reply With Quote
  #9  
Old 01-31-2003, 03:36 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow lots of options

Are you really going to release this?

Because you said you'd release the multiple attachments hack and never did

- miSt
Reply With Quote
  #10  
Old 02-01-2003, 03:36 AM
Slynderdale Slynderdale is offline
 
Join Date: Mar 2002
Location: New York State
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Mist
Wow lots of options

Are you really going to release this?

Because you said you'd release the multiple attachments hack and never did

- miSt
I'm gonna be releasing the multiple attachment hack after this hack, I put it on hold for the moment because a friend of mine requested this.
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 06:25 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.04540 seconds
  • Memory Usage 2,275KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete