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.03
seconds.
Search:
Posts Made By:
RLShare
Forum:
vBulletin.org Site Feedback
09-14-2009, 03:49 AM
Replies:
40
Concerned about another quarantine email I received. Does vB.org just not give a damn
Views:
4,339
Posted By
RLShare
Yes, no one 'gives a damn' about VB.org but you....
Yes, no one 'gives a damn' about VB.org but you. All these people voluntarily devote their time and effort maintaining this place because they do not 'give a damn' about it or the other members here....
Forum:
vBulletin.org Site Feedback
09-14-2009, 02:07 AM
Replies:
40
Concerned about another quarantine email I received. Does vB.org just not give a damn
Views:
4,339
Posted By
RLShare
You are the one being the most condescending and...
You are the one being the most condescending and obnoxious in this thread. How can you expect anyone to take you or any suggestion you make seriously? Your personality overshadows any relevance your...
Forum:
Community Reviews
09-07-2009, 06:21 AM
Replies:
4
New SECTalk.com
Views:
997
Posted By
RLShare
Attached is a screenshot, top is FF and bottom is...
Attached is a screenshot, top is FF and bottom is in IE.
Forum:
Community Reviews
09-05-2009, 03:59 AM
Replies:
4
New SECTalk.com
Views:
997
Posted By
RLShare
I like everything but you need to restructure and...
I like everything but you need to restructure and move your navbits. They mess up the structure of that section of the page when you're viewing a thread at 1024x768 resolution and that is still a...
Forum:
Community Reviews
09-04-2009, 04:02 PM
Replies:
51
ManlyStuff.com - The Re Launch!
Views:
6,379
Posted By
RLShare
Your page has a vertical scrollbar no matter what...
Your page has a vertical scrollbar no matter what resolution the page is viewed with. That is rather annoying. I am guessing it is caused by your footer since it is the only thing to stretch the...
Forum:
Modification Requests/Questions (Unpaid)
08-30-2009, 03:28 AM
Replies:
5
Does Vbulletin have a Download type hack?
Views:
1,111
Posted By
RLShare
VB.org uses the built in attachment system. I...
VB.org uses the built in attachment system. I mean of course it has customizations to the overall system to count installs and such, but the core is just threads with attachments and the threads get...
Forum:
vB3 General Discussions
08-29-2009, 12:21 PM
Replies:
11
Meta Tag
Views:
842
Posted By
RLShare
If you are using VB, just paste the metatag into...
If you are using VB, just paste the metatag into the 'headinclude' template of your default style. You can delete it after google verifies that it was there, they just want you to verify that the...
Forum:
vB3 Programming Discussions
08-29-2009, 11:04 AM
Replies:
1
Forum permissions based on registration
Views:
469
Posted By
RLShare
You can create 2 different usergroups(one for...
You can create 2 different usergroups(one for each gender), set the forum permissions for each usergroup, and use the mod I created(link in profile) to allow members to choose there usergroup on the...
Forum:
vB3 Programming Discussions
08-29-2009, 10:51 AM
Replies:
12
Load members of certain usergroup only?
Views:
1,434
Posted By
RLShare
In your SQL query, join the 'userfield' table on...
In your SQL query, join the 'userfield' table on the condition 'userfield.userid = user.userid' and then add a WHERE clause to the statement such as 'userfield.fieldxx = whatever'.
Forum:
vB3 Programming Discussions
08-29-2009, 10:44 AM
Replies:
1
using javascript event in options
Views:
748
Posted By
RLShare
It would be easier to help if you stated more...
It would be easier to help if you stated more about what you are trying to do, but....
PHP is a server side language, meaning it is executed on the server itself. It is only executed when a...
Forum:
vB3 Programming Discussions
08-29-2009, 10:37 AM
Replies:
2
IE not centralizing table!
Views:
711
Posted By
RLShare
Try removing the table, put the adsense code...
Try removing the table, put the adsense code directly in the div, set the width of the div to fit the banner size(468px) and set the margin of the div as 'margin:0 auto;' to center the div.
Forum:
Community Lounge
08-29-2009, 12:01 AM
Replies:
20
Most Popular Programming Languages..
Views:
2,258
Posted By
RLShare
<a href="http://lolcode.com/" target="_blank">LOL...
<a href="http://lolcode.com/" target="_blank">LOL Code</a> ftw...........
But as far as that list hmmm...
Scheme is pretty much lisp and I hate them both.
So uh yeah... Stick with Python and...
Forum:
vB3 General Discussions
08-28-2009, 11:46 PM
Replies:
8
Potential Security Issue
Views:
950
Posted By
RLShare
The mod creates a post based on a user...
The mod creates a post based on a user registering, so it naturally attaches the IP of the User registering to the thread created. And since your username is used by the mod to create the thread, the...
Forum:
vB4 General Discussions
08-27-2009, 06:27 AM
Replies:
44
Next Generation Whats Going On Better Than vBulletin 4.1 WGO
Views:
4,250
Posted By
RLShare
I completely agree, I think having content boxes...
I completely agree, I think having content boxes with scrollbars within a page that has a scrollbar is a bad idea.
Really, most uses of scrollbars within pages like this are a bad idea in my...
Forum:
vBulletin Tips & Tricks
08-26-2009, 03:05 AM
Replies:
9
Advice for new people wanting to modify vBulletin
Views:
5,357
Posted By
RLShare
You should also add that you need to be in debug...
You should also add that you need to be in debug mode in order to create new settings/setting groups, add new templates to custom products and etc...
Forum:
vB3 Programming Discussions
08-25-2009, 03:27 PM
Replies:
10
USERCP page
Views:
1,030
Posted By
RLShare
You use php in your custom pages, look at the...
You use php in your custom pages, look at the link Lynne provided. Step one is your php file, you do all php work in that file and then fill the variable $HTML with the html code to display on the...
Forum:
vB3 Programming Discussions
08-23-2009, 10:06 PM
Replies:
10
USERCP page
Views:
1,030
Posted By
RLShare
Actually, It is a simple custom page that...
Actually, It is a simple custom page that includes the USERCP menu. There is a template called 'USERCP_SHELL' that has the HTML for the structure of the UserCP(including menu). There is variable...
Forum:
vB3 General Discussions
06-09-2009, 08:42 PM
Replies:
6
Virus?
Views:
717
Posted By
RLShare
Because I have dealt with this twice in the last...
Because I have dealt with this twice in the last couple weeks on others forums.
Forum:
vB3 General Discussions
06-09-2009, 07:53 PM
Replies:
6
Virus?
Views:
717
Posted By
RLShare
I wont visit your site but it has nothing to do...
I wont visit your site but it has nothing to do with google adsense. You have more then likely been hacked and have an iframe hidden in the source of your page somewhere.
These types of attacks...
Forum:
Community Lounge
06-07-2009, 07:05 PM
Replies:
48
Internet Explorer vs. Firefox
Views:
6,622
Posted By
RLShare
lol. IE is the least standards compliant out of...
lol. IE is the least standards compliant out of all the major browsers. Every major release of IE comes with the need for new CSS hacks/tweaks developers have to learn in order to get their sites to...
Forum:
vB3 Programming Discussions
06-06-2009, 04:21 PM
Replies:
37
Is this SQL query correct?
Views:
3,302
Posted By
RLShare
username is set to 'unregistered' when not logged...
username is set to 'unregistered' when not logged in. You should be checking if userid is set to 0 instead.
And if you want a great explanation of joins this article might be of help....
Forum:
vBulletin 3.8 Add-ons
06-03-2009, 05:47 AM
Replies:
57
Social Group and Album Enhancements -
PB Watermark Album Images
Views:
16,302
Posted By
RLShare
I probably did but I have not checked as of yet. ...
I probably did but I have not checked as of yet.
As for the suggestions made I will take them all into account when I get a chance to work on this again. I have been a tied up the last couple...
Forum:
vBulletin 3.8 Add-ons
05-30-2009, 12:07 AM
Replies:
57
Social Group and Album Enhancements -
PB Watermark Album Images
Views:
16,302
Posted By
RLShare
lol.. No problem man, its my mod I expect...
lol.. No problem man, its my mod I expect questions about it. I have actually looked into watermarking attachements in the past when I first created this. I do eventually plan on adding that ability...
Forum:
vBulletin 3.8 Add-ons
05-29-2009, 07:25 PM
Replies:
57
Social Group and Album Enhancements -
PB Watermark Album Images
Views:
16,302
Posted By
RLShare
I understand what you are asking but it would...
I understand what you are asking but it would defeat the purpose of this mod. I could overlay a watermark over the image that is linked but then people could still just hotlink directly to the image...
Forum:
vBulletin 3.8 Add-ons
05-29-2009, 04:21 PM
Replies:
57
Social Group and Album Enhancements -
PB Watermark Album Images
Views:
16,302
Posted By
RLShare
Is this you reporting a problem or is this a...
Is this you reporting a problem or is this a question? It should work for all images, with the exception of animated gifs.
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
11:09 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.02257 seconds
Memory Usage
2,077KB
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
(41)
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.0070
(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(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(unspecified) fetch_permissions(239, 0, 1,''); -> cached fperms for forum 239
(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(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi