vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

DS MrSinister 11-23-2005 02:06 PM

THe problem i am having is on the settled bet page. I have 3 pages of settled bets. when i click on page 2 to view the page it takes me back to the main page of vbookie.

how would i make it do this

Code:

vbookie.php?type=SETTLED&selecttype=Gotype&page=2
and not this

Code:

vbookie.php?do=main&type=type
if need a linkto check it out here you go

http://www.sinisterslair.com/forums/vbookie.php

test
test

johon 11-24-2005 08:48 AM

Quote:

Originally Posted by Andreas
@johon
Umm, there shouldn't be hardcoded text.
If there is, please point it out and it will be fixed.

OK, I translated the phrases yesterday and it works great, just some minor things, where it seems that variables are used instead of phrases.

Just take a look at the screenshots...

It's not absolutley necessary, but if I can change this too, it would be great.

Greetz

Jo

Acido 11-26-2005 07:01 PM

Quote:

Originally Posted by Andreas
I'll take a look at that max bet stuff.

If Help, the code to limit max amount for bets is in this post:
https://vborg.vbsupport.ru/showpost....&postcount=389

I'm also interested in having that code working on vbookie for vb 3.5 :)

Thanx in Advance

ahennings 11-26-2005 08:29 PM

<font color="Blue">Looks fantastic. Only problem, I go to set permissions in ACP, usergroup, administrator, to all yes and click update. I got back and check them same permissions and they are all set to no. What am I doing wrong?</font>

Andreas 11-26-2005 08:42 PM

You installed it incorrectly.

Acido 11-26-2005 08:47 PM

Quote:

Originally Posted by ahennings
Looks fantastic. Only problem, I go to set permissions in ACP, usergroup, administrator, to all yes and click update. I got back and check them same permissions and they are all set to no. What am I doing wrong?

I had same problem.
You need rebuild bitfields. To do that run from your admincp panel this link:
http://yoursite/yourforumfolder/admincp/index.php?do=buildbitfields

All fine after ;)

ahennings 11-26-2005 10:13 PM

<font color="Blue">Thanks a million Acido, works perfect now!! </font>

ahennings 11-26-2005 11:10 PM

<font color="Blue">One more question please!
Where do you add bets? I have admin set to all yes, and can't seem to find out where you add and moderate bets.</font>

DS MrSinister 11-26-2005 11:55 PM

look for Additional Options when you make a post.

Rabbitoh Warren 11-27-2005 12:14 AM

Quote:

Originally Posted by ahennings
One more question please!
Where do you add bets? I have admin set to all yes, and can't seem to find out where you add and moderate bets.

Answered here: https://vborg.vbsupport.ru/showpost....&postcount=292

ahennings 11-27-2005 12:25 AM

Ahhhh, yes. :o Thank You kindly my friend!!

lifesourcerec 11-28-2005 08:09 PM

the xml script is not working, so does anything have the manual way in text to add all the tables, etc? I can understand some in the xml file, but some I can't figure out.

khan3332 11-29-2005 08:02 PM

anyone know how to uninstall the old vBookie for v3.0?!?!

ahennings 11-29-2005 09:25 PM

Can someone please tell me how to settle the bets. I can't find it anywhere.

Thank You in advance!

samu2 11-29-2005 09:56 PM

Warning: Unknown(/home/saml/public_html/forum/includes/functions_vbookie.php): failed to open stream: No such file or directory in /showthread.php(96) : eval()'d code on line 1

Fatal error: (null)(): Failed opening required '/home/saml/public_html/forum/includes/functions_vbookie.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/saml/public_html/forum/showthread.php(96) : eval()'d code on line 1

what does that mean? thanks

samu2 11-29-2005 10:09 PM

got that sorted,however when I go to post a new thread it has no option to post a bookie event

samu2 11-29-2005 10:13 PM

Ok I set the permissions however they all go back to no straight after

Andreas 11-30-2005 12:50 AM

@lifesourcerec
The product XML works just fine.

@khan3332
Reverse the installation instruction (eg. if a table was added - drop it, if a template was added - delete it, if a field was added - drop it, etc.)

@ahennings
In the Thread.

@samu2
You installed it incorrectly

@johon
Please report those issues to the bugtracker, thank you.

rb290 12-01-2005 07:14 PM

is there a fix for the "Win!" thats missing?

Rabbitoh Warren 12-01-2005 07:31 PM

Quote:

Originally Posted by rb290
is there a fix for the "Win!" thats missing?

Yes, search the thread and you'll find the answer to that one.

trackpads 12-01-2005 08:23 PM

Quote:

Originally Posted by Rabbitoh Warren
Yes, search the thread and you'll find the answer to that one.

Hey!

I love this hack, for vb 3.0 we had a mod to it that limited the bets to a max bet. can this be done in this version?

Thanks!

lifesourcerec 12-02-2005 02:43 AM

Quote:

Originally Posted by Andreas
@lifesourcerec
The product XML works just fine.

Not for me. Tried 15 times so far and it makes a blank plugin and doesn't modify the database. I looked in the XML and then looked in phpMyAdmin and it didn't do anything to the database like it suppose to.

rb290 12-02-2005 03:32 AM

Quote:

Originally Posted by plateau
meaning that:

<if condition="$outcome[option_pays]=='Y'">
$vbphrase[win]
<else />
&nbsp;
</if>

doesnt run properly.

Quote:

Originally Posted by Andreas
It does, just the Phrase is in the wrong Phrasegroup.

As a temporary solution, create a Phrase win in Phrasegroup Showthread

what do I do here ?

AzHousePro 12-02-2005 04:08 AM

If I had vBookie installed prior to upgrading to 3.5.1 (so there are already fields in the user database for vBucks), will installing this version kill the vBucks totals for all the users now?

Did that make sense?

Mike

Andreas 12-02-2005 04:28 AM

Quote:

Originally Posted by lifesourcerec
Not for me. Tried 15 times so far and it makes a blank plugin and doesn't modify the database. I looked in the XML and then looked in phpMyAdmin and it didn't do anything to the database like it suppose to.

Then you are most likely doing smth. wrong.
Blank plugins are usually a symptom of trying to import a product xml as a plugin xml with pre-final versions of vBulletin 3.5

lifesourcerec 12-03-2005 12:51 AM

Quote:

Originally Posted by Andreas
Then you are most likely doing smth. wrong.
Blank plugins are usually a symptom of trying to import a product xml as a plugin xml with pre-final versions of vBulletin 3.5

that sounds right, so how do i suppose to import it?

rb290 12-03-2005 05:10 AM

so for the Phase thing to add the missing WIN!
i go to phrase manager, then add new phrase, then choose Show Thread as phrase type and vBulletin as the Product, then what do I put for Varname and inside the Text?

Mastar 12-03-2005 05:55 PM

I've installed, I see the settings in the usergroup, have vb bookie on the forum but How do I add an event?? Don't see a setting for that!

ConKien 12-04-2005 12:48 AM

Quote:

vBookie does not have any built-in facility to integrate with any other store hacks, it's a very simple job to hack vBookie itself to integrate it with any store/points system you care to use.
Do you plan to make this mod integrate with the paid supscription teak it a lil. so we can use it to charge people with real money/product? Like create a different amount of subcription name

Bet 1: $5
Bet 2: $10
and so on

When a user try to bet, they have to buy a "supscription". The owner of the board get the small percentage of the bet!

Just a though, it will be benefit for the site owner to pay for the host :)

rb290 12-04-2005 01:41 AM

Quote:

Originally Posted by Mastar
I've installed, I see the settings in the usergroup, have vb bookie on the forum but How do I add an event?? Don't see a setting for that!

create a new thread, then at the bottom it says add a vbookie event with this thread, something like that, its same as adding a poll

rb290 12-04-2005 01:42 AM

Quote:

Originally Posted by rb290
so for the Phase thing to add the missing WIN!
i go to phrase manager, then add new phrase, then choose Show Thread as phrase type and vBulletin as the Product, then what do I put for Varname and inside the Text?

^^^^^
anyone know

mclark2112 12-04-2005 03:44 PM

Can there be an option added to copy a previous event? We do racing bets and there are 20 racers per event, the racers are generaly the same. Just hate having to type the whole thing in each time...

EasyTarget 12-05-2005 12:35 AM

good idea clark

Mastar 12-05-2005 01:00 AM

The vb bookie option in newthread (Post a vBookie Event
Yes, post a vBookie Event with this thread) doesn't show in vb 3.51, any ideas?

rb290 12-05-2005 08:46 PM

Quote:

Originally Posted by rb290
so for the Phase thing to add the missing WIN!
i go to phrase manager, then add new phrase, then choose Show Thread as phrase type and vBulletin as the Product, then what do I put for Varname and inside the Text?

CAN ANYONE HELP PLEASE ! lol
trying to fix the WIN! that doesnt display

Andreas 12-06-2005 06:06 AM

The fix is posted somewhere above in the Thread, you just have to add the missing phrase.

Mastar 12-06-2005 12:26 PM

Quote:

Originally Posted by Mastar
The vb bookie option in newthread (Post a vBookie Event
Yes, post a vBookie Event with this thread) doesn't show in vb 3.51, any ideas?

http://show.imagehosting.us/show/980..._-1_980180.JPG

Andreas 12-06-2005 01:17 PM

Check your Template edits.

zachlee 12-06-2005 02:06 PM

I just got vbookie installed, and I can allready tell it will be a huge success for my site. One problem I can see happening, will be users losing all their credits.

Will there be a way in the future for a user to 'earn' vcash credits back? For example 1 post = 1 vcash credit.

Just an idea.

-Zach

rb290 12-06-2005 08:31 PM

tried to add win phrase...

The varname you specified for this phrase is invalid. You may only include a-z, A-Z, 0-9, and _ (underscore).


All times are GMT. The time now is 05:53 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.02970 seconds
  • Memory Usage 1,824KB
  • 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
  • (16)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
  • (40)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