The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 16 of 16
Search took
0.00
seconds.
Search:
Posts Made By:
mudpyr8
Forum:
Modification Requests/Questions (Unpaid)
11-17-2004, 12:02 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
Thanks. My dice code was already working under...
Thanks. My dice code was already working under phpbb and I've ported it over using the BBCode that calls PHP mod for VB.
The dice roller you linked to doesn't handle, as far as I can tell, open...
Forum:
vBulletin 3.0 Full Releases
04-13-2004, 03:08 PM
Replies:
47
BB Code Functions
Views:
16,949
Posted By
mudpyr8
VeloCD, thanks. I got it working and it is...
VeloCD, thanks. I got it working and it is superb. A couple of things:
1. In your install notes, steps 49 & 50 refer to 'allowsmilie". It should be 'allowsmilies'.
2. It reevaluates on edit of...
Forum:
vBulletin 3.0 Full Releases
04-07-2004, 11:19 PM
Replies:
51
Dice Roll for vB3
Views:
20,203
Posted By
mudpyr8
I posted my code so you could play with it if you...
I posted my code so you could play with it if you want. I'm waiting for VeloCD to finish his bbcode admincp before I integrate it.
http://www.tekhed.com/dice/
Forum:
vBulletin 3.0 Full Releases
03-31-2004, 11:44 AM
Replies:
47
BB Code Functions
Views:
16,949
Posted By
mudpyr8
wcbryant: I think you can. You would just have to...
wcbryant: I think you can. You would just have to write a php function that wraps the bbcode param in the javascript:
insert message here would then wrap "insert message here" in the javascript.
Forum:
vBulletin 3.0 Full Releases
03-31-2004, 11:41 AM
Replies:
47
BB Code Functions
Views:
16,949
Posted By
mudpyr8
One control that might be necessary is the...
One control that might be necessary is the ability to prohibit the use of a particular code in a signature. BBCodes are normally allowed in signatures, but someone who puts [power] into their sig, or...
Forum:
vBulletin 3.0 Full Releases
03-31-2004, 01:05 AM
Replies:
47
BB Code Functions
Views:
16,949
Posted By
mudpyr8
Big kudos to VeloCD for doing this hack. He was...
Big kudos to VeloCD for doing this hack. He was willing to write the code after an initial request I made for my dice roller. I like to have the ability for members to roll dice in my forums, but I...
Forum:
Modification Requests/Questions (Unpaid)
03-31-2004, 12:59 AM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
Well, here is the die roller:...
Well, here is the die roller: http://www.tekhed.com/dice/
I won't keep it up forever, but you can try it. The output in the table is what I would return from the function.
Thanks for all of...
Forum:
Modification Requests/Questions (Unpaid)
03-28-2004, 11:17 AM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
For the dice roller I definitely would not want...
For the dice roller I definitely would not want it to refresh every time, only generate a result the first time. Having an option would be great, even if it was part of the function definition and...
Forum:
vBulletin 3.0 Full Releases
03-28-2004, 11:09 AM
Replies:
51
Dice Roll for vB3
Views:
20,203
Posted By
mudpyr8
Just a different approach, I guess. My code...
Just a different approach, I guess. My code allows for multiple rolls per post, which is convenient, but you either have to disallow editing or establish a convention that any message that has rolls...
Forum:
Modification Requests/Questions (Unpaid)
03-26-2004, 02:08 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
Thank you VeloCD. This is a hack I have been...
Thank you VeloCD. This is a hack I have been thinking about for a while to facilitate a number of other hacks I have in mind (besides dice rollers). I was always frustrated with the amount of effort...
Forum:
vBulletin 3.0 Full Releases
03-26-2004, 02:01 PM
Replies:
51
Dice Roll for vB3
Views:
20,203
Posted By
mudpyr8
Well, if I get a bad roll why not just delete the...
Well, if I get a bad roll why not just delete the whole message and then roll again in a new message?
What about multiple rolls in a single message?
Forum:
Modification Requests/Questions (Unpaid)
03-25-2004, 06:39 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
That would rock on toast and be very useful for...
That would rock on toast and be very useful for many other things.
Thanks. I look forward to the hack, and I am in no rush.
Forum:
Modification Requests/Questions (Unpaid)
03-25-2004, 05:25 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
Correct. Examples: 5d6 Returns (1...
Correct. Examples:
5d6
Returns (1 STUN/pt, 0 BODY for 1s, 1 BODY for 2-5, 2 BODY for 6):
5 + 1 + 2 + 6 + 6
STUN = 20
BODY = 6
Forum:
Modification Requests/Questions (Unpaid)
03-25-2004, 05:10 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
That definitely looks to be the simplest. ...
That definitely looks to be the simplest.
What would I pass to dice_function_that_returns_string() so that the {option} and {param} data gets sent?
Also, would I then just put my code in a...
Forum:
Modification Requests/Questions (Unpaid)
03-25-2004, 04:18 PM
Replies:
15
BBCode that calls PHP
Views:
3,550
Posted By
mudpyr8
BBCode that calls PHP
I'm going to convert my dice hack over from phpbb to vB. It's a very comprehensive dice mod that has been very useful to me (and well tested).
Is there any way to use the BBCode Manager in the...
Forum:
vBulletin 3.0 Full Releases
03-25-2004, 04:14 PM
Replies:
51
Dice Roll for vB3
Views:
20,203
Posted By
mudpyr8
I'll take a look at this. I have a custom dice...
I'll take a look at this. I have a custom dice roller I wrote for phpbb. It handled Hero dice (STUN/BODY), Deadlands, Open Ending, and others. It worked great in phpbb, but I am new to vB so I just...
Showing results 1 to 16 of 16
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
06:16 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01316 seconds
Memory Usage
1,968KB
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)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(16)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(40)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.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/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0004
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
FULLTEXT Search
php_sapi_name(): fpm-fcgi