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)

Lionel 09-27-2004 12:38 AM

Quote:

Originally Posted by Warlord
Did you read the manual?

(Just create a new topic and check the box that reads Yes, post a vBookie Event with this thread, but try the instructions next time ;))

was there a manual? Kindly point it to me. Thanks for answering, but I realized that once I was about to post something.

Warlord 09-29-2004 12:34 AM

Quote:

Originally Posted by Lionel
was there a manual? Kindly point it to me. Thanks for answering, but I realized that once I was about to post something.


Here ya go. :)

(It's also linked to in the installation instructions file.)

The Equivocate 10-01-2004 03:16 AM

For some reason, it's still wanting to use the vBookie points instead of my uShop points. I selected the correct field in the options, but it's still not using uShop points. Any ideas?

The Equivocate 10-01-2004 07:23 PM

Anyone know how to correct this? I think it has something to do with two different databases being used, but I don't know enough about SQL or PHP to fix it. I can't use this hack until I am able to integrate it into uShop - and my site goes live on Monday.

rinkrat 10-01-2004 07:33 PM

Be sure uShop is set for uttpoints too.

The Equivocate 10-02-2004 02:16 AM

Yes, it is set to uttpoints as well...

The Equivocate 10-02-2004 06:16 PM

How can I make sure that vBookie is also set for uttpoints? Would there be any way to change or create a new table to maybe get them to point to the right place?

GamerJunk.net 10-06-2004 04:59 AM

Code:

Parse error: parse error, unexpected ';', expecting ')' in /home/nintenc/public_html/gamestar/f/includes/init.php on line 955
I keep getting that error, and once I fix one line it will screw up another.

GamerJunk.net 10-06-2004 05:03 AM

PHP Code:

// Defined contants used for forum field.
$_FORUMOPTIONS = array(
    
'active'            => 1,
    
'allowposting'      => 2,
    
'cancontainthreads' => 4,
    
'moderatenewpost'   => 8,
    
'moderatenewthread' => 16,
    
'moderateattach'    => 32,
    
'allowbbcode'       => 64,
    
'allowimages'       => 128,
    
'allowhtml'         => 256,
    
'allowsmilies'      => 512,
    
'allowicons'        => 1024,
    
'allowratings'      => 2048,
    
'countposts'        => 4096,
    
'canhavepassword'   => 8192,
    
'indexposts'        => 16384,
    
'styleoverride'     => 32768,
    
'showonforumjump'   => 65536,
    
'warnall'           => 131072,
$_VBOOKIE = array(
    
'active'        => 1,
    
'ucash'            => 2,
    
'cashon'        => 4,
    
'givetopoor'        => 8,
    
'usepetz'        => 16,
$_ARCADE = array(
    
'active'            => 1,
    
'netplay'            => 2,
    
'awardson'            => 4,
    
'quickreg'            => 8,
    
'autoprune'            => 16,
    
'highonly'            => 32,
    
'vbcodeon'            => 64,
    
'imgcodeon'            => 128,
    
'smilieson'            => 256,
    
'allowemail'        => 512,
    
'challengescores'        => 1024,
$_ARCADEUSER = array(
    
'firstvisit'        => 1,
    
'settingschecked'    => 2,
    
'allowchallenges'    => 4,
    
'allowemails'        => 8,
$_GAMESCHECK = array(
    
'active'            => 1,
    
'netplay'            => 2,
    
'playpanel'            => 4,
    
'challenabled'        => 8,
    
'showaward'            => 16,

); 

); is on line 953 so I don't know what to do?

GamerJunk.net 10-06-2004 05:19 AM

[php]// Defined contants used for forum field.
$_FORUMOPTIONS = array(
'active' => 1,
'allowposting' => 2,
'cancontainthreads' => 4,
'moderatenewpost' => 8,
'moderatenewthread' => 16,
'moderateattach' => 32,
'allowbbcode' => 64,
'allowimages' => 128,
'allowhtml' => 256,
'allowsmilies' => 512,
'allowicons' => 1024,
'allowratings' => 2048,
'countposts' => 4096,
'canhavepassword' => 8192,
'indexposts' => 16384,
'styleoverride' => 32768,
'showonforumjump' => 65536,
'warnall' => 131072,
// +++ vBookie
$_VBOOKIE = array(
'active' => 1,
'ucash' => 2,
'cashon' => 4,
'givetopoor' => 8,
'usepetz' => 16
);
// --- vBookie
);
$_ARCADE = array(
'active' => 1,
'netplay' => 2,
'awardson' => 4,
'quickreg' => 8,
'autoprune' => 16,
'highonly' => 32,
'vbcodeon' => 64,
'imgcodeon' => 128,
'smilieson' => 256,
'allowemail' => 512,
'challengescores' => 1024
);

$_ARCADEUSER = array(
'firstvisit' => 1,
'settingschecked' => 2,
'allowchallenges' => 4,
'allowemails' => 8
);

$_GAMESCHECK = array(
'active' => 1,
'netplay' => 2,
'playpanel' => 4,
'challenabled' => 8,
'showaward' => 16
);[/php ok back to the original way it was when I did the hack....before I tried to fix it


All times are GMT. The time now is 11:58 AM.

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