The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
I am sorry I was not asking for that!
But should I keep the define('THIS_SCRIPT', 'register'); or define('THIS_SCRIPT', 'registerxx'); is it safe to change? please explain? |
#12
|
||||
|
||||
You should be able to keep the script named as 'register'
That's only used for conditionals, however if you changed anything that looked like "THIS_SCRIPT == register" to "THIS_SCRIPT == registerxx" then you'll also need to update the define function at the top of the register.php to registerxx Also, you can use a free program such as Crimson Editor, that will search thru all the vBulletin files, for any reference to "register" and tell you the file and line number it appears on, that may help you some as well. After that, I've honestly not much idea if changing the javascript around didn't help |
#13
|
|||
|
|||
Thank you for both the information the Crimson Editor and the
"THIS_SCRIPT == register" that will be a big help in understanding. Now about the session verables or what would be used when the image refreshes its self. registration image or force a refresh on the page it that point when the user selects the link. THANKS Frank H. Shaw |
#14
|
||||
|
||||
These are the lines listed in the source code on that page in regards to the image:
HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_imagereg.js?v=373"></script> <script type="text/javascript"> <!-- vB_AJAX_ImageReg_Init(); //--> </script> |
#15
|
|||
|
|||
This call the image code which I have not touched in any way but what cause the refresh of the image or refresh of the page? What file in the above script did you get this code since this line
vB_AJAX_ImageReg_Init(); is not in register.php file - what file did you get this from if you do not mind me asking? I can only assume itis a return from a function. One could ask is there a place where the link you select on under the image triggers a call to update the image. Also as I said before the refesh of the page {register.php} seems to cause the image to allso change its letters in the image. If i could understand that the place where the register.php calls whet maybe I might be closer to answreing my questions may self. But up to now I do not see where that is happening? THANKS Frank H. Shaw |
#16
|
||||
|
||||
What I posted was what is on my 3.7.3 board page source (I don't have access to yours, so I have to look at mine). Its from the 'humanverify_image' template. (Darn, I just noticed you are using 3.6.8. - just look in your page source near where it says "Refresh Image" and see what is under there.)
(edit: It's the same on my 3.6.8 board.) |
#17
|
|||
|
|||
(edit: It's the same on my 3.6.8 board.)
What source did you find the script you posted? <script type="text/javascript" src="clientscript/vbulletin_ajax_imagereg.js?v=373"></script> <script type="text/javascript"> <!-- vB_AJAX_ImageReg_Init(); //--> </script> Give me the file name so that I can look at the source around the code my self? THANKS |
#18
|
||||
|
||||
It's not in a file, it's in a template:
Quote:
|
#19
|
|||
|
|||
If I have any more questions stay tuned
THANKS For Now! Frank H. Shaw |
#20
|
|||
|
|||
The line 37 in the file includes - md5_sums_vbulletion.php
The following: $md5_sums = array( '/' => array( 'register.php' => 'e789eb3131e27e2cdf90e9c9687f9f86', ), What is happing here and can i change the file to registerxx.php - if i did what woud the impact happen to be ? THANKS Frank H. Shaw |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|