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...
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
evenmonkeys
Forum:
vBulletin.org Site Feedback
11-25-2017, 04:30 AM
Replies:
1
Feedback - vBorg.org About Page
Views:
1,239
Posted By
evenmonkeys
Feedback - vBorg.org About Page
I was just tinkering around on the site for the first time in a long time and noticed that the About page hasn't been updated in a VERY long time. Thought it could use an update. :p
...
Forum:
vB3 General Discussions
06-17-2013, 06:47 PM
Replies:
2
Usergroup to Moderate New Users?
Views:
670
Posted By
evenmonkeys
Yeah, I figured there wasn't a way to do it...
Yeah, I figured there wasn't a way to do it without assigning someone that way.
Forum:
vB3 General Discussions
06-17-2013, 06:05 PM
Replies:
2
Usergroup to Moderate New Users?
Views:
670
Posted By
evenmonkeys
Usergroup to Moderate New Users?
I want to make a usergroup that is just a registered user, but with the ability to moderate new users and that's it. Is there a way to do that?
Forum:
vB3 General Discussions
05-08-2013, 04:20 AM
Replies:
6
Thread likes
Views:
829
Posted By
evenmonkeys
It's a custom-made modification that vBulletin...
It's a custom-made modification that vBulletin made.
Forum:
vB3 General Discussions
04-01-2013, 01:17 AM
Replies:
4
Custom WOL for index.php
Views:
1,212
Posted By
evenmonkeys
Oh, I didn't mean to type that when I wrote it...
Oh, I didn't mean to type that when I wrote it here. That doesn't work.
Forum:
vB3 General Discussions
03-31-2013, 12:34 AM
Replies:
4
Custom WOL for index.php
Views:
1,212
Posted By
evenmonkeys
Thanks for the reply. It doesn't appear to work...
Thanks for the reply. It doesn't appear to work though. I even tried adding to the first part.if ($filename == 'index.php' && $_REQUEST_['page'] == 'example')This did not work either.
Forum:
vB3 General Discussions
03-26-2013, 04:24 AM
Replies:
4
Custom WOL for index.php
Views:
1,212
Posted By
evenmonkeys
Custom WOL for index.php
Currently, index.php points to "Viewing Forum Index" which is okay. I'd like to know if there's a way to make it so if they're on "index.php?page=example" that it would show "Viewing Page: Example"...
Forum:
vB3 General Discussions
11-26-2012, 04:15 AM
Replies:
6
Can a mod or super mod delete ALL threads and posts? 107k posts!?
Views:
1,584
Posted By
evenmonkeys
I understand the frustration. I've done it...
I understand the frustration. I've done it before, myself. If you can take anything positive from this at all.. it'd be to either limit the authorization of such actions via permissions.
Forum:
vB3 General Discussions
11-25-2012, 08:05 PM
Replies:
6
Can a mod or super mod delete ALL threads and posts? 107k posts!?
Views:
1,584
Posted By
evenmonkeys
If this super moderator has access to thread and...
If this super moderator has access to thread and post pruning, which I believe all super moderators do, they have the ability to wipe your entire forum of threads and posts. This is why it is very...
Forum:
vB3 General Discussions
11-15-2012, 12:04 AM
Replies:
8
Fake Quick Reply for Guests
Views:
1,601
Posted By
evenmonkeys
Just to throw it out there, that might not be the...
Just to throw it out there, that might not be the best way to go about it. Let's say someone spent some time writing out a thoughtful post for their first post, and they get sent to your registration...
Forum:
vB3 General Discussions
09-24-2012, 02:49 AM
Replies:
4
Custom WOL for a Specific Mod
Views:
685
Posted By
evenmonkeys
Ohhhhh. Very nice! Thank you! I didn't think...
Ohhhhh. Very nice! Thank you! I didn't think about checking another condition.
Forum:
vB3 General Discussions
09-22-2012, 01:19 AM
Replies:
4
Custom WOL for a Specific Mod
Views:
685
Posted By
evenmonkeys
Does that still work the same way for existing...
Does that still work the same way for existing locations? For instance, "index.php" already points to "Viewing Forum Index." Can I force "index.php?page=something" to point to "Viewing Something...
Forum:
vB3 General Discussions
09-15-2012, 12:26 AM
Replies:
4
Custom WOL for a Specific Mod
Views:
685
Posted By
evenmonkeys
Custom WOL for a Specific Mod
I'm trying to figure out a way to create a WOL option for a modification that already exists: https://vborg.vbsupport.ru/showthread.php?t=92203
Dream made a plugin that just tells...
Forum:
vB3 General Discussions
08-05-2012, 08:21 PM
Replies:
1
I want to put restrictions on PM's and signatures
Views:
404
Posted By
evenmonkeys
Easiest way to control this would be to use the...
Easiest way to control this would be to use the Usergroup Promotions feature. You would have two usergroups, one for people below 15 posts, and one for people that have become users with privileges....
Forum:
vB3 General Discussions
07-31-2012, 02:25 AM
Replies:
8
Custom Variable in Postbit
Views:
1,312
Posted By
evenmonkeys
Well, I guess what has me confused.. is that if I...
Well, I guess what has me confused.. is that if I were to pull out everything in my plugin and change the entire thing to one line of code:$variable = $post['userid'];This will actually show that...
Forum:
vB3 General Discussions
07-30-2012, 04:55 AM
Replies:
8
Custom Variable in Postbit
Views:
1,312
Posted By
evenmonkeys
Plugin: postbit_display_start $gameuserid =...
Plugin: postbit_display_start
$gameuserid = $post['userid'];
$player_sql = $vbulletin->db->query("SELECT * FROM gametable WHERE userid = '$gameuserid'");
$player =...
Forum:
vB3 General Discussions
07-29-2012, 04:45 AM
Replies:
8
Custom Variable in Postbit
Views:
1,312
Posted By
evenmonkeys
I made a table for a game on my forum. In that...
I made a table for a game on my forum. In that table is a score for each user. I want to display that score on the postbit. I can't figure it out.
Forum:
vB3 General Discussions
07-29-2012, 03:38 AM
Replies:
8
Custom Variable in Postbit
Views:
1,312
Posted By
evenmonkeys
Still trying to figure this out. -_-;
Still trying to figure this out. -_-;
Forum:
vB3 General Discussions
07-27-2012, 04:17 AM
Replies:
8
Custom Variable in Postbit
Views:
1,312
Posted By
evenmonkeys
Custom Variable in Postbit
I want to make a plugin, place a variable in it, and call it in "postbit_legacy". I can't figure out the plugin hook I use. I tried "postbit_display_start" but it didn't work. It actually broke my...
Forum:
vB3 General Discussions
07-26-2012, 04:16 AM
Replies:
2
Increase the height of quick reply editor
Views:
776
Posted By
evenmonkeys
You have a couple of different options. If...
You have a couple of different options.
If you want to edit php files, it's in your forum/includes folder labeled "functions_editor.php" and you can search for "$editor_height" to find it. You'll...
Forum:
vB3 General Discussions
07-20-2012, 03:49 AM
Replies:
2
Queries on Custom Pages with Multiple Results
Views:
625
Posted By
evenmonkeys
You are easily the most helpful person I have...
You are easily the most helpful person I have ever dealt with on this website. No credit taken away from the others that have helped me.. but you are awesome.
Thank you so much. Works perfectly.
Forum:
vB3 General Discussions
07-19-2012, 01:47 AM
Replies:
2
Queries on Custom Pages with Multiple Results
Views:
625
Posted By
evenmonkeys
Queries on Custom Pages with Multiple Results
I know that the answer exists somewhere.. I just have no idea what I should be searching for.
I have a custom table with userids, win and losses for a game I made. I want to display these results...
Forum:
vB3 General Discussions
07-08-2012, 07:42 PM
Replies:
9
Running Quick PHP in a Template Via Plugin
Views:
971
Posted By
evenmonkeys
Awesome. Thank you. I see what I'm not doing...
Awesome. Thank you. I see what I'm not doing correctly. I just had to change the hook location. Appreciate the help, kh99.
Forum:
vB3 General Discussions
07-07-2012, 01:36 PM
Replies:
9
Running Quick PHP in a Template Via Plugin
Views:
971
Posted By
evenmonkeys
I guess that makes sense. I'm modifying 4...
I guess that makes sense.
I'm modifying 4 templates:
forumhome_forumbit_level1_nopost
forumhome_forumbit_level1_post
forumhome_forumbit_level2_nopost
forumhome_forumbit_level2_post
Forum:
vB3 General Discussions
07-07-2012, 01:18 PM
Replies:
9
Running Quick PHP in a Template Via Plugin
Views:
971
Posted By
evenmonkeys
Right. But it doesn't work. I put $variable and...
Right. But it doesn't work. I put $variable and it shows nothing. I pull up the source and it's like it's not even there.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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:48 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.02428 seconds
Memory Usage
2,074KB
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)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0105
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
FULLTEXT Search
php_sapi_name(): fpm-fcgi