The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBookie for vBulletin 3.5 Details »» | |||||||||||||||||||||||||
vBookie
Introduction This is a Port of the original vBookie Hack created by tdjrico; full credits to him for the idea and the kind permission to port his work A t t e n t i o n This Hack is unsopported and incompatible with vBulletin 3.6+ You are hereby advised to not use it. Please do not ask me about support and/or updates - there will be none. Supporters / CoAuthors Show Your Support
|
Comments |
#1772
|
||||
|
||||
Quote:
thanks. any help? |
#1773
|
|||
|
|||
I have searched the forum but have not found the answer. Do you have a version of vBookie compatibile with vB 3.6.8?
Thank you, Ron |
#1774
|
|||
|
|||
I'm getting this error when I post a new topic and try to make it an event:
Parse error: parse error, unexpected '<' in /home/tealandb/public_html/forums/newthread.php(244) : eval()'d code on line 5 It just posts the topic too, nothing to make an event. |
#1775
|
||||
|
||||
Bump for this question.
|
#1776
|
||||
|
||||
Quote:
It also works just fine in 3.7 (tested with Beta 2, 3 and 4) |
#1777
|
|||
|
|||
Is anybody that is using vbookie with 3.6.x or 3.7 beta having an issue with the forum basically stalling at times, as in will take 2-3 minutes to load a page? I have this happening to me on one forum which happens to use vbookie.
|
#1778
|
||||
|
||||
ya, I "HAD" that issue, but ever since I decided to get rid of the "settled" option from the Dropdown on the Main vBookie page, it has gone away... for some reason (I have not yet troubleshot)... it creates a stuck process on the mysql server ... next time it happens to you, just check out your processes via phpmyadmin and you will see that their is a vbookie process that is eating up 100% of the memory (might be stuck in an infinate loop).. anyway, if you kill that proccess, your site will then speed right back up Then take time to get rid of the settled option in the dropdown box (just edit the vbookie_main template)
|
#1779
|
|||
|
|||
Thanks, Bobster65. This issue has been haunting me for months now, and it was really depressing me to realize that it appeared to be related to vbookie, as it is a very, very popular piece to my forum.
|
#1780
|
||||
|
||||
Quote:
Can you paste the code to remove here? I'd appreciate it, thanks! |
#1781
|
||||
|
||||
Quote:
What this does is prevent members from selecting the SETTLED vbookie items from the drop down so that the system does not lock up. Since doing this, I've not had any site performance issues related to vbookie. Code:
<!-- vbookie welcome -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead" width="40%"><span class="smallfont">$vbphrase[welcome_to_the_bookie]</span></td>
<td class="thead" width="40%"><span class="smallfont">$vbphrase[bookie_news_and_events]</span></td>
</tr>
<tr align="center">
$welcomeblock
<td class="alt1" width="40%" valign="top">$bookienews</td>
</tr>
</table>
<!-- /vbookie welcome -->
<!-- small space -->
<span class="smallfont"><br />
</span>
<!-- /small space -->
<!-- bet items -->
<form action="vbookie.php" method="get">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="thead" colspan="6"><phrase 1="$type">$vbphrase[currently_showing_x_events]</phrase> $vbphrase[switch_to]
<select name="type">
<option value="OPEN">$vbphrase[event_open]</option>
<option value="CLOSED">$vbphrase[event_closed]</option>
<option value="SETTLED">$vbphrase[event_settled]</option>
<option value="ABANDONED">$vbphrase[event_abandoned]</option>
</select>
$vbphrase[events]
<input type="submit" class="button" name="selecttype" accesskey="g" value="Go" style="font-weight:normal" tabindex="1" /></td>
</tr>
<tr align="center">
<td class="thead">$vbphrase[item]</td><td class="thead">$vbphrase[group]</td><td class="thead">$vbphrase[status]</td><td class="thead">$vbphrase[added]</td><td class="thead">$vbphrase[open_until]</td><td class="thead">$vbphrase[payouts_after]</td>
</tr>
$betitembits
</table>
<br />
$pagenav
</form>
<!-- /bet items -->
Code:
<option value="SETTLED">$vbphrase[event_settled]</option> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|