vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Online Gaming Recruitment Application System (https://vborg.vbsupport.ru/showthread.php?t=182165)

Gooner 06-12-2008 12:12 PM

Quote:

Originally Posted by Freddie (Post 1547599)
I'm not as good as you in writing Vbulletin hacks but also not so stupid to click a wrong button instead of the correct one :D :D
Joking aside, yes, I'm clicking the "Submit" button but nothing happens but a reload with all fields resetted.
I was taking a look into your XML file and I see there is only a management for the !OnError, so maybe I'm getting some error but is not shown.

I'll try to do some attempts with changes I have in mind, but if you have some suggestion to solve this case I would appreciate it a lot :)

Thanks again.

i think it must be some configuration not correct on your forum or admin panel because the mod itself should submit without a problem on 3.6.x

Freddie 06-12-2008 03:18 PM

Is there any way to get errors shown?

sparkster666 06-12-2008 09:28 PM

I really need this for my Version 3.7.1 site. perhaps some donations would help. I also get this error

Code:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.


Gooner 06-13-2008 08:03 AM

This application system works with 3.6.x at the moment but...... i will get a new license and get 3.7.1 soon and troubleshoot this problem and hopefully have a 3.7.1 version ready... unless another coder gets there before me.... because this is re-usable code.

sweede 06-13-2008 05:42 PM

Very nice.

you really should change
PHP Code:

                foreach($HTTP_POST_VARS as $name => $value)
                {
                    
// Replace {{field_name}} with appropriate value.
                    
$code str_replace("{{" $name "}}"$value$code);
                    
$subject str_replace("{{" $name "}}"$value$subject); 
                    
                    
// Make sure, on error, keep fields filled out.
                    
eval("\$v_$name = \"$value\";");
                } 

though so that it doesnt use the $HTTP_POST_VARS superglobal. (and everywhere else you use the super globals.. and you should use $_REQUEST too btw)

https://vborg.vbsupport.ru/showthread.php?t=98047

Gooner 06-13-2008 05:56 PM

Thanks... but like i said in my OP, i have no time anymore for coding unfortunatly due to MCSE studies.... but please feel free to modify the code and put your own stamp on it and re-publish it... your very welcome to do so.


Quote:

Originally Posted by sweede (Post 1548593)
Very nice.

you really should change
PHP Code:

                foreach($HTTP_POST_VARS as $name => $value)
                {
                    
// Replace {{field_name}} with appropriate value.
                    
$code str_replace("{{" $name "}}"$value$code);
                    
$subject str_replace("{{" $name "}}"$value$subject); 
                    
                    
// Make sure, on error, keep fields filled out.
                    
eval("\$v_$name = \"$value\";");
                } 

though so that it doesnt use the $HTTP_POST_VARS superglobal. (and everywhere else you use the super globals.. and you should use $_REQUEST too btw)

https://vborg.vbsupport.ru/showthread.php?t=98047


sweede 06-13-2008 09:47 PM

Quote:

Originally Posted by Gooner (Post 1548601)
Thanks... but like i said in my OP, i have no time anymore for coding unfortunatly due to MCSE studies.... but please feel free to modify the code and put your own stamp on it and re-publish it... your very welcome to do so.


I may do that, i like how you made the app form semi- customizable.

I had throught of creating template blocks that you can export and build a form with the vbulletin options but i for whatever reason couldnt figure out how to make it that dynamic. Using some of how you did it though, i should be able to make it complete and have a truely dynamic form.

Also, seein as how you're an avid MMO'er, you should know by now that no one reads the first post :)

tuaguild 06-13-2008 09:50 PM

i am getting that security token error even with the fix to the templates.

salty 06-18-2008 08:20 AM

I get the following error when I attempt to submit the form....

Code:

Fatal error: Call to undefined function build_forum_counters() in /home/salty/public_html/misc.php(96) : eval()'d code on line 129
how do I fix this?

sweede 06-18-2008 10:44 AM

Salty RS salty?

It would appear that you're using vbb 3.6, which does not contain the function build_forum_counters(). Perhaps the original author mis-marked the forum version requirement for the addon?


All times are GMT. The time now is 09:15 PM.

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.01270 seconds
  • Memory Usage 1,754KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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