The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Image Verification
I am wanting to duplicate the register.php page script to add it on my front page. I would ask for about 3 / 4 fiellds then they click submit, sort of a quick register. But I searched the vB files and couldn't find the Image Verification images.
I basically wanted to "re-create" the images to make them smaller to fit into my page better. Can anyone explain how the Image Verification images work, and where they are? |
#2
|
|||
|
|||
No one know?
|
#3
|
|||
|
|||
I'm pretty sure vB uses GD to generate the image on the fly.
So you wouldnt be able to find it in your images directory, To change the size just jump into your styles and templates editor in your control panel, select the register template under edit tempaltes and look for the line Code:
<td rowspan="2"><img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" /></td> |
#4
|
||||
|
||||
If that squeezes up you're image too much, so that it's not readable, you might try changing the settings in the php file.
The image is made in image.php, you can change this for example: PHP Code:
|
#5
|
|||
|
|||
Ahh thats what i was looking for Colin Thats two in one night you've done it You're a machine!
|
#6
|
||||
|
||||
I have the advantage of it not being night here
|
#7
|
|||
|
|||
Thank you I'll try this out.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|