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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 137
Search took
0.02
seconds.
Search:
Posts Made By:
zethon
Forum:
vBulletin.org Site Feedback
06-30-2017, 10:30 PM
Replies:
88
Misc/Other - vBulletin.Org Staff
Views:
22,231
Posted By
zethon
I would like to offer my services to be an admin...
I would like to offer my services to be an admin or moderator! I've been using vBulletin since 2004, written several mods and am pals with a (former) staff member.
Forum:
vBulletin 4.x Add-ons
04-01-2014, 12:43 AM
Replies:
32
Administrative and Maintenance Tools -
Temporary Passwords by BOP5 (Allow admins to login as any user without user password)
Views:
11,731
Posted By
zethon
Joe's mod has saved my message board countless...
Joe's mod has saved my message board countless times and even saved my father's life!
Forum:
vBulletin 3.7 Add-ons
07-12-2013, 10:58 AM
Replies:
1,031
Profile Enhancements -
Invitation System vB 3.7 Gold
Views:
291,136
Posted By
zethon
I was having this same problem. You can fix this...
I was having this same problem. You can fix this by editing the "Invitation User CP" plugin that has the Hook Location of 'profile_start'. Look around line 247 of the code for:
$groups =...
Forum:
vB3 General Discussions
07-14-2010, 07:24 PM
Replies:
3
Instant Messenger Interface for VBulletin
Views:
1,052
Posted By
zethon
Instant Messenger Interface for VBulletin
I have been developing an application/plug-in that allows you to read and post to message boards via IM. Here is a sample chat log between me and the bot I have running for my board:
The...
Forum:
vBulletin 4.x Add-ons
07-14-2010, 07:08 PM
Replies:
82
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
15,770
Posted By
zethon
No, not with this plugin. I suppose I...
No, not with this plugin.
I suppose I should specify more. If you are joining an existing network, the setup time is roughly 2-5 minutes. If you're starting your own network, then it's a...
Forum:
vBulletin 3.8 Add-ons
07-09-2010, 01:17 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
Sounds like the plugin cannot write to the...
Sounds like the plugin cannot write to the packets directories. Make sure that /network/packets/outgoing and /network/packets/incoming both have write access. Do chmod 777 on both, as instructed in...
Forum:
vBulletin 4.x Add-ons
07-09-2010, 11:21 AM
Replies:
82
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
15,770
Posted By
zethon
Each post coming from a remote board has a...
Each post coming from a remote board has a message appended to it stating the originating board. For example, a post from my board to another board may look something like:
Here is a work safe...
Forum:
vBulletin 4.x Add-ons
07-08-2010, 02:04 PM
Replies:
82
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
15,770
Posted By
zethon
I have a few bug fixes which I will post later....
I have a few bug fixes which I will post later. Thank you for logging the issues in the Google Project.
No. But there is an option in the AdminCP to turn on email syncing (or whatever I called...
Forum:
vBulletin 4.x Add-ons
07-05-2010, 11:52 PM
Replies:
82
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
15,770
Posted By
zethon
No one gets redirected. If I'm a member of Board...
No one gets redirected. If I'm a member of Board A and I write a reply, it will show up on Board A as a normal post. Though, on Board B my response will show up like a guest post. Check out the links...
Forum:
vBulletin 4.x Add-ons
07-04-2010, 10:00 PM
Replies:
82
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
15,770
Posted By
zethon
vbNetwork - share forums with other boards
vbNetwork
Summary
This add-on gives you the ability to share forums with other message boards without having to share any database information. The plugin uses webservices to share posts.
...
Forum:
vBulletin 3.8 Add-ons
06-02-2010, 04:04 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
Not dead. Just stagnant. I've put this project up...
Not dead. Just stagnant. I've put this project up on Google Code to help manage bugs and feature requests. If you encounter a bug please enter an issues in the Google Code Issue tracker:...
Forum:
vB4 General Discussions
05-21-2010, 05:35 PM
Replies:
2
CSRF Protection and "The file(s) uploaded were too large to process."
Views:
2,002
Posted By
zethon
Bump? I managed to get this to work by doing...
Bump?
I managed to get this to work by doing $_POST["foo"] = ""; at the start of my script.
Still though, seems awkward to do this.
Forum:
vBulletin 3.8 Add-ons
03-01-2010, 10:00 PM
Replies:
4
Show Thread Enhancements -
Display Random Posts
Views:
2,226
Posted By
zethon
Display Random Posts
Display Random Posts
This mod allows users to browse through posts in a random order, from random threads in random forums, one after another. All forum view permissions are honored when random...
Forum:
vB4 General Discussions
12-20-2009, 12:00 AM
Replies:
2
CSRF Protection and "The file(s) uploaded were too large to process."
Views:
2,002
Posted By
zethon
CSRF Protection and "The file(s) uploaded were too large to process."
I have a plugin that uses a webservice hosted on my vBulletin site. The client posts XML in the request. My script reads the entire POST request and parses it as XML. For example:
$postdata =...
Forum:
vB3 General Discussions
12-15-2009, 08:31 PM
Replies:
0
IM Bot Interface with vBulletin
Views:
491
Posted By
zethon
IM Bot Interface with vBulletin
Hello,
Currently I'm working on this project:
http://code.google.com/p/vbulletinbot/
I'm wondering if there is anyone that would be interested in helping me test this. A few of my users...
Forum:
vBulletin 3.6 Add-ons
10-14-2009, 08:25 PM
Replies:
444
Add-On Releases -
Stock Trader for vBulletin
Views:
91,587
Posted By
zethon
I would be interested to have a copy your data....
I would be interested to have a copy your data. If you can supply me with that, I can take a look.
I've recently come back to this mod and am about to release a version 1.0. Support will be on a...
Forum:
vB3 Programming Discussions
08-17-2009, 08:36 AM
Replies:
3
Template <if> tag
Views:
717
Posted By
zethon
Where is this transformation happening?
Where is this transformation happening?
Forum:
vB3 Programming Discussions
08-16-2009, 09:16 PM
Replies:
3
Template <if> tag
Views:
717
Posted By
zethon
Template <if> tag
I have a personal project going on and I'm trying to develop a template system similar to the one vBulletin uses.
One thing has me stumped. I want to use the <if> tag in my templates, but they...
Forum:
vBulletin 3.8 Add-ons
06-02-2009, 12:08 AM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
I see the problem but I'm not too sure how to fix...
I see the problem but I'm not too sure how to fix it. I'll look into it some more and get back to you. Hopefully before I take this out of Beta.
Forum:
vBulletin 3.8 Add-ons
06-01-2009, 11:55 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
I will add this to my TODO list, but I doubt...
I will add this to my TODO list, but I doubt it'll make it in the initial non-Beta release.
Forum:
vBulletin 3.8 Add-ons
06-01-2009, 05:51 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
That option is not yet supported. I'll add that...
That option is not yet supported. I'll add that option and there are a lot of random phrases I need to add as well. Once that's done, I'll bring the plugin out of Beta. But it's pretty stable as it...
Forum:
vBulletin 3.8 Add-ons
05-29-2009, 01:13 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
Probably not. As long as the option mentioned...
Probably not. As long as the option mentioned above is set appropiately, the vbNetwork plugin should work just fine.
Forum:
vBulletin 3.8 Add-ons
05-25-2009, 02:02 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
Negative. AdminCP -> Usergroup Manager ->...
Negative.
AdminCP -> Usergroup Manager -> Unregistered / Not Logged In -> "Can view Forum"
This option must be set to "Yes" for the plugin to work.
Forum permissions override this setting....
Forum:
vBulletin 3.8 Add-ons
05-25-2009, 04:06 AM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
Negative. Edits do not propagate to network. ...
Negative. Edits do not propagate to network.
There is an option to ban usernames on certain networks in the configuration.
This brings up a good point. If the user signs up with the same...
Forum:
vBulletin 3.8 Add-ons
05-13-2009, 02:40 PM
Replies:
145
Miscellaneous Hacks -
vbNetwork - share forums with other boards
Views:
32,079
Posted By
zethon
All the nodes send and receive packets to and...
All the nodes send and receive packets to and from all the other nodes on the network. There is no "central hub" that distributes packets.
I don't know what this means.
Showing results 1 to 25 of 137
Page 1 of 6
1
2
3
>
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:32 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.02911 seconds
Memory Usage
2,067KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(54)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0077
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi