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 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
milla da killa
Forum:
vB3 Programming Discussions
08-28-2010, 08:37 PM
Replies:
4
Userid into an interval
Views:
937
Posted By
milla da killa
Of course if it ever gets that popular I'll add...
Of course if it ever gets that popular I'll add in an extra zero, but for the moment I don't think it's necessary. Also thanks, I'll go try this out now.
--------------- Added 1283033226 at...
Forum:
vB3 Programming Discussions
08-28-2010, 04:52 PM
Replies:
4
Userid into an interval
Views:
937
Posted By
milla da killa
function servicenumber($userstring) { if...
function servicenumber($userstring)
{
if ($userid < 10) {
$userstring = "000" . $userid;
}
if ($userid < 100) {
$userstring = "00" . $userid;
}
if ($userid < 1000) {
$userstring = "0" ....
Forum:
vB3 Programming Discussions
08-28-2010, 04:00 PM
Replies:
4
Userid into an interval
Views:
937
Posted By
milla da killa
Userid into an interval
Working on a code for a clan website which would assign each member a service number, even though this should be simple, I simply cannot get it to work. The plan was originally to take the user's id...
Forum:
vBulletin 3.6 Add-ons
10-09-2008, 10:03 PM
Replies:
3,528
Major Additions -
Casino (w/ 10 player poker)
Views:
736,172
Posted By
milla da killa
Is there a way to set up more Texas Hold'em...
Is there a way to set up more Texas Hold'em tables? With different blinds?
Forum:
vB3 Design and Graphics Discussions
09-13-2008, 12:42 AM
Replies:
2
Template problem?
Views:
950
Posted By
milla da killa
Nevermind, I cleared my cookies and works now. I...
Nevermind, I cleared my cookies and works now. I feel stupid, lol.
Forum:
vB3 Design and Graphics Discussions
09-13-2008, 12:36 AM
Replies:
2
Template problem?
Views:
950
Posted By
milla da killa
Template problem?
I just recently added a new template. I set it to the default and set it so members can change it. However, upon logging in I found myself at the default template. I didn't find an issue with this at...
Forum:
vBulletin 3 Articles
09-01-2008, 09:39 PM
Replies:
128
[How-to] Add more tabs to the vB 3.7 profile pages
Views:
56,233
Posted By
milla da killa
$blocklist = array_merge($blocklist, array( ...
$blocklist = array_merge($blocklist, array(
'playlist' => array(
'class' => 'Playlist',
'title' => 'Playlist',
'hook_location' => 'profile_left_last'
)
));
class...
Forum:
vB3 General Discussions
08-28-2008, 09:24 PM
Replies:
1
New Posts?
Views:
615
Posted By
milla da killa
New Posts?
I was wondering if its possible to make it so that for certain forums their new posts won't appear in the new posts section. Meaning if I go to make a post in a certain forum, it won't appear when a...
Forum:
vBulletin 3.7 Add-ons
08-21-2008, 02:26 PM
Replies:
1,143
Major Additions -
vBCredits - Ultimate Points System
Views:
329,251
Posted By
milla da killa
Is there a possible add on for this so that...
Is there a possible add on for this so that members can give their money to a charity account which daily distriutes money to poorer members?
Forum:
ibProArcade Archive
08-20-2008, 01:53 PM
Replies:
2
VBAdvanced/CPMS and IbProArcade
Views:
1,235
Posted By
milla da killa
Go to Template -> navigation/breadcrumb ->...
Go to Template -> navigation/breadcrumb -> navbar. Find where you added the link and enter the complete path. This happens when CMPS is installed in a seperate directory.
Forum:
vBulletin 3.5 Add-ons
08-20-2008, 12:10 PM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
548,140
Posted By
milla da killa
That's because you didn't change the usergroup...
That's because you didn't change the usergroup permissions or didn't follow the incredibly basic instructions.
Forum:
vBulletin 3.7 Add-ons
08-13-2008, 06:18 AM
Replies:
1,143
Major Additions -
vBCredits - Ultimate Points System
Views:
329,251
Posted By
milla da killa
I haven't installed it yet, from what I've been...
I haven't installed it yet, from what I've been told you simply do the 3.6 changes.
Forum:
vBulletin 4.x Add-ons
08-11-2008, 07:05 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,232
Posted By
milla da killa
Thanks, found it.
Thanks, found it.
Forum:
vBulletin 3.5 Add-ons
08-11-2008, 07:03 AM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
548,140
Posted By
milla da killa
Thanks a bunch. =D
Thanks a bunch. =D
Forum:
vBulletin 4.x Add-ons
08-11-2008, 04:03 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,232
Posted By
milla da killa
You could possibly have it that they would be...
You could possibly have it that they would be promoted after so many threads or posts.
Forum:
vBulletin 3.5 Add-ons
08-11-2008, 04:01 AM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
548,140
Posted By
milla da killa
Will it work with vbCredits though?
Will it work with vbCredits though?
Forum:
vBulletin 4.x Add-ons
08-11-2008, 02:12 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,232
Posted By
milla da killa
Nevermind, fixed. lol, I had misplaced something...
Nevermind, fixed. lol, I had misplaced something in the CybChatbox. Anyways, any way to get this to work with VbCredits?
Forum:
vBulletin 3.7 Add-ons
08-11-2008, 12:18 AM
Replies:
1,143
Major Additions -
vBCredits - Ultimate Points System
Views:
329,251
Posted By
milla da killa
Awesome hack. How can i get this to work twith...
Awesome hack. How can i get this to work twith IbProArcade and Vbookie for my 3.7.2 forum?
Also for those saying it does not have a shop, try IShop. Works fine with vbCredits and it's a very nice...
Forum:
vBulletin 3.5 Add-ons
08-10-2008, 09:47 PM
Replies:
2,436
vBookie for vBulletin 3.5
Views:
548,140
Posted By
milla da killa
Is vBookie compatible with 3.7.2? IF so what...
Is vBookie compatible with 3.7.2? IF so what changes do I have to make? Also does it work with vbCredits?
Forum:
vBulletin 3.7 Add-ons
08-10-2008, 08:34 AM
Replies:
125
Mini Mods -
Corner Peeler {2}
Views:
30,903
Posted By
milla da killa
Wow, although I won't be installing I have to say...
Wow, although I won't be installing I have to say this looks simply awesome. Great job.
Forum:
vBulletin 4.x Add-ons
08-08-2008, 10:59 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,340,232
Posted By
milla da killa
You don't need to add after <td...
You don't need to add after <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>, you can add that section where you would like the link to appear.
...
Forum:
vBulletin 3.7 Add-ons
08-08-2008, 07:14 AM
Replies:
1,244
Chat Modifications -
Cyb - ChatBox
Views:
410,257
Posted By
milla da killa
For anyone still having issues with vBA and Cyb...
For anyone still having issues with vBA and Cyb Chat, Cyb Chat won't work with vBA if vBA is located in another directory than your forums.
Forum:
vBulletin 3.5 Add-ons
07-16-2008, 06:39 PM
Replies:
840
IShop - Simple, Flexible, and Integrateable.
Views:
152,244
Posted By
milla da killa
Ok, got this to work with vB 3.7.2. Issue found. ...
Ok, got this to work with vB 3.7.2. Issue found.
In memberinfo_block_statistics
Find
<if condition="$prepared['homepage']">
<li><span class="shade">$vbphrase[home_page]:</span> <a...
Forum:
vBulletin 3.5 Add-ons
07-16-2008, 03:38 PM
Replies:
840
IShop - Simple, Flexible, and Integrateable.
Views:
152,244
Posted By
milla da killa
This may have been asked before, but is this...
This may have been asked before, but is this compatible with 3.7.2? If so, are there any changes I must make or any differences with the instructions?
Forum:
vB3 Programming Discussions
07-16-2008, 12:58 PM
Replies:
1
Help With Mogulus
Views:
659
Posted By
milla da killa
Help With Mogulus
Ok, we're running vB 3.7.2 RC1, and I'm trying to get a module working which will display our mogulus channel. I'm adding the module via vB CMPS. I have tried wrapping it with html BB tags and such....
Showing results 1 to 25 of 25
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
02:11 AM
.
-- 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.01686 seconds
Memory Usage
2,021KB
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
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(51)
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.0007
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(187, 0, 1,''); -> cached fperms for forum 187
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(174, 0, 1,''); -> cached fperms for forum 174
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi