vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBookie - vBulletin Betting Hack (https://vborg.vbsupport.ru/showthread.php?t=65844)

nonet 08-22-2005 04:47 PM

Okay gang, I'm stumped. I've read through all 44 pages of this thread and still cannot get past my issue. When I create a new thread the option to post a new event does not appear. I know I can hear it already....double check your template edits. Here is what I've done so far.

1. Triple checked EVERY single file myself. I even hired a coder of SL to double check my work. No issues EVERY file was changed correctly.

2. I reverted all templates just for the heck of it.

3. Ran the installer again except for DB changes.

4. Checked usergroup permissions to be certain Admin can create, edit and bet on events.

5. checked phrases clicked edit on each one and resaved.

At this point I'm open to any ideas.

Andreas 08-22-2005 05:00 PM

Check your File- and Template Edits and Permissions :)

Or drop me a PM with a FTP/ACP Login.

subnet_rx 08-22-2005 07:43 PM

How is everyone handling football or other games that might have sports odds like "Win by 3"?

Andreas 08-22-2005 08:54 PM

Attention

Another SQL Injection Leak
Code:

In vbookie.php
FIND
----------------------------------------
if((int)$v > 0)
{
----------------------------------------

BELOW that ADD
----------------------------------------
$k = intval($k);
$v = intval($v);               
----------------------------------------


TTG 08-22-2005 09:07 PM

thanks for the quick update Kirby

TTG 08-22-2005 09:11 PM

Quote:

Originally Posted by nonet
Okay gang, I'm stumped. I've read through all 44 pages of this thread and still cannot get past my issue. When I create a new thread the option to post a new event does not appear. I know I can hear it already....double check your template edits. Here is what I've done so far.

1. Triple checked EVERY single file myself. I even hired a coder of SL to double check my work. No issues EVERY file was changed correctly.

2. I reverted all templates just for the heck of it.

3. Ran the installer again except for DB changes.

4. Checked usergroup permissions to be certain Admin can create, edit and bet on events.

5. checked phrases clicked edit on each one and resaved.

At this point I'm open to any ideas.

Try creating a new usergroup "vBookie admins", with obviously permissions to create vbookie events .. add yourself into the 'Additional Usergroups' and then try making a vbookie event.

michaelsilvia 08-22-2005 09:49 PM

Will this work with 3.0.7.? Thanks!

Mike

subnet_rx 08-23-2005 03:35 PM

Quote:

Originally Posted by TTG
Try creating a new usergroup "vBookie admins", with obviously permissions to create vbookie events .. add yourself into the 'Additional Usergroups' and then try making a vbookie event.

I'd also look at your forum permissions, that's where I got tripped up. I checked the group permissions ten times, but never set the forum permissions to allow the creation of an event.



I see in the instructions, that it's possible to restrict events to certain groups. Is this on a per event basis? Is it possible to setup leagues for NFL and College seperately with seperate groups and events for each?

subnet_rx 08-23-2005 03:36 PM

Quote:

Originally Posted by michaelsilvia
Will this work with 3.0.7.? Thanks!

Mike

yes, it will.

Steelersfan 08-23-2005 03:44 PM

Will this work on 3.0.8?

I have tried to run the installer (haven't even got to the edits yet) and it will install the templates and phrases but when it gets to database I get:

Database error in vBulletin 3.0.8:

Invalid SQL:
CREATE TABLE vbookie_groups (
group_id SMALLINT UNSIGNED DEFAULT '1' AUTO_INCREMENT NOT NULL PRIMARY KEY,
group_title VARCHAR(255) NOT NULL
) TYPE=MyISAM

mysql error: Invalid default value for 'group_id'

mysql error number: 1067

Any ideas?


All times are GMT. The time now is 09:12 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.01692 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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