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 3
1
2
3
>
Showing results 1 to 25 of 68
Search took
0.00
seconds.
Search:
Posts Made By:
PlymWS
Forum:
vBulletin 3.7 Add-ons
07-30-2008, 08:37 PM
Replies:
45
Moderators Functions -
Moderate New User Registrations (ModCP Option)
Views:
15,916
Posted By
PlymWS
I installed this and do not get a notification...
I installed this and do not get a notification when a new user registers. I have superadmin and verify email set to yes etc ...
What's wrong ? It's a new, clean 3.7.2 install
Forum:
vBulletin 3.7 Add-ons
07-29-2008, 12:01 PM
Replies:
55
End-User Options -
PB Usergroup Choice on registration
Views:
20,554
Posted By
PlymWS
Could this be coded so that instead of manually...
Could this be coded so that instead of manually entering the usergroupids in the ACP the script could look in the database for publically joinable groups and then output them in the list ?
I've...
Forum:
vBulletin 3.8 Add-ons
07-22-2008, 04:26 PM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
I use MySQL 5 with the 3.x and 4.x compatibility...
I use MySQL 5 with the 3.x and 4.x compatibility libraries and my TS and this plugin work fine for me.
Forum:
vB3 General Discussions
07-19-2008, 04:17 PM
Replies:
0
[HDI] Change the way sub-forums are displayed on forumhome
Views:
584
Posted By
PlymWS
[HDI] Change the way sub-forums are displayed on forumhome
I have my board setup like this :
MAIN CATEGORY
-CATEGORY 1
--SUBFORUM1 of CAT 1
--SUBFORUM2 of CAT 1
-CATEGORY2
--SUBFORUM1 of CAT2
--SUBFORUM2 of CAT2
Forum:
vBulletin 3.6 Add-ons
05-25-2008, 07:30 AM
Replies:
444
Major Additions -
vBMS : vBulletin Mail System
Views:
114,981
Posted By
PlymWS
To remove the email link from the navbar you need...
To remove the email link from the navbar you need to edit the navbar template and comment out the email section.
I have found a couple of problems as well.
Firstly when I send an email using...
Forum:
vBulletin 3.6 Add-ons
05-24-2008, 09:36 AM
Replies:
638
Moderators Functions -
Force Users to Read a Thread
Views:
177,060
Posted By
PlymWS
I uninstalled an older version to upgrade to the...
I uninstalled an older version to upgrade to the latest but now if I force a thread nothing happens. If I put in a thread to be forced I get the Saved Sucessfully message but the information doesn't...
Forum:
vBulletin 3.6 Add-ons
04-19-2008, 01:15 PM
Replies:
490
Miscellaneous Hacks -
Ultimate Side Columns
Views:
186,085
Posted By
PlymWS
I've searched through the entire thread but I...
I've searched through the entire thread but I can't find an answer to this :
I want to include and external RSS feed in my side columns. I would need to retireve the latest 5 items from the feed...
Forum:
vB3 Programming Discussions
04-14-2008, 04:01 PM
Replies:
0
How could I print a table from an array in VB
Views:
653
Posted By
PlymWS
How could I print a table from an array in VB
I am trying to achieve the following :
I want perform
$db->query_read("SELECT value1, value2, value3 FROM table ORDER BY value1 ASC");
and then output the results on a VB formatted page in...
Forum:
vBulletin 3.6 Add-ons
04-02-2008, 12:02 PM
Replies:
331
Integration with vBulletin -
vbWiki Standard - vBulletin+MediaWiki integration
Views:
119,885
Posted By
PlymWS
The table is broken in Firefox. The main text...
The table is broken in Firefox. The main text area extends past the boundaries of the style. This is not replicated in IE7. Has anyone else got this problem ?
Forum:
vBulletin 3.6 Add-ons
03-22-2008, 02:43 PM
Replies:
406
Add-On Releases -
Mobile Device Style Assignment
Views:
115,262
Posted By
PlymWS
Installed and worked first time. Fantastic mod. ...
Installed and worked first time. Fantastic mod. Thx.
Forum:
Modification Graveyard
03-10-2008, 04:39 PM
Replies:
33
Dark Fantasy
Views:
10,678
Posted By
PlymWS
I love this theme. Would it be possible to get...
I love this theme. Would it be possible to get an Admin CP theme to match this one too ?
Forum:
vBulletin 3.8 Add-ons
03-06-2008, 07:48 AM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
I have done the opposite :) I went into...
I have done the opposite :) I went into phpMyAdmin and used the MD5 function on a plain text password to create a hashed pass. This then works fine. Now to get it to do this automatically with all...
Forum:
vBulletin 3.8 Add-ons
03-06-2008, 07:32 AM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
I followed that and got the correct mysql output...
I followed that and got the correct mysql output from the command prompt.
The passwords from the hack are still stored in plain text though and this means they don't connect to the server. I have...
Forum:
vBulletin 3.8 Add-ons
03-05-2008, 07:08 PM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
I'm pretty sure this is to do with the way MySQL...
I'm pretty sure this is to do with the way MySQL 5 hashes passwords. Just to make sure if someone could post me their TS install folder, minus server.ini and server.log so I can try with that I...
Forum:
vBulletin 3.8 Add-ons
03-05-2008, 06:09 PM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
There's MD5 hashing on my passwords for some...
There's MD5 hashing on my passwords for some reason. Possibly a change in MySQL 5.
Forum:
vBulletin 3.8 Add-ons
03-05-2008, 05:15 PM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
If I create a user through the TS backend, the...
If I create a user through the TS backend, the user is added to the MySQL DB fine. The password is hashed as it's not the same as the plain text.
If I create a user through the hack that user...
Forum:
vBulletin 3.8 Add-ons
03-05-2008, 04:33 PM
Replies:
322
Integration with vBulletin -
gTeamSpeak - TeamSpeak User Management
Views:
112,169
Posted By
PlymWS
I have a slight problem with this hack. I...
I have a slight problem with this hack.
I have my TS server running with a MySQL Db fine. The tables are present and when I use the hack to create a user the data is inserted correctly into the...
Forum:
vB3 Programming Discussions
02-27-2008, 09:55 PM
Replies:
2
Help comparing a table value to a variable
Views:
695
Posted By
PlymWS
I knew this would be an easy solution !! Thanks !
I knew this would be an easy solution !! Thanks !
Forum:
vB3 Programming Discussions
02-27-2008, 12:26 PM
Replies:
2
Help comparing a table value to a variable
Views:
695
Posted By
PlymWS
Help comparing a table value to a variable
I am trying to get a value from the VB database and compare it to a string submitted in a form.
The custom form takes an input from a form ($name). I want to compare $name, which will be an...
Forum:
vB3 Programming Discussions
11-01-2007, 11:47 AM
Replies:
1
Looking for help integrating custom pages to VB
Views:
801
Posted By
PlymWS
Looking for help integrating custom pages to VB
Hi,
I'm running VB 3.6.7PL1 and want to integrate a script I have written into my installation.
The script consists of 5 pages which are written in PHP. I want to integrate them so that they...
Forum:
vBulletin 3.6 Add-ons
10-05-2007, 11:36 AM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,998
Posted By
PlymWS
What's the line you've added to search.php ? I...
What's the line you've added to search.php ? I have already modified my search.php so I would need to modify the file for this hack myself.
Forum:
vBulletin 3.6 Add-ons
10-05-2007, 11:35 AM
Replies:
364
Forum Display Enhancements -
Thread Thumbnail
Views:
81,998
Posted By
PlymWS
Err, no. It parses the attachments in each...
Err, no. It parses the attachments in each thread and produces uses the first attachments thumbnail as the thread thumbnail.
Forum:
vBulletin 3.5 Add-ons
09-18-2007, 08:18 AM
Replies:
676
Inferno Quiz v2.2
Views:
145,674
Posted By
PlymWS
So I take it there's no way to display images in...
So I take it there's no way to display images in a quiz then ? Although the BBCode will create a clickable link I would prefer to see images on my quizes. Is there noone who can alter the way...
Forum:
vBulletin 3.6 Add-ons
08-30-2007, 02:32 PM
Replies:
118
New Posting Features -
AJAX Preview For New Thread / Reply
Views:
26,371
Posted By
PlymWS
Great work. I would install this but I need my...
Great work. I would install this but I need my previews to also include any attachments in the preview as well.
Forum:
vB3 General Discussions
08-30-2007, 02:10 PM
Replies:
2
Viewing error message seen by users
Views:
803
Posted By
PlymWS
I have the correct permission set. The stop sign...
I have the correct permission set. The stop sign shows the relevant error message but the warning sign ( /!\ ) only shows "Viewing error message".
Is there a way to have the alt text of warnings...
Showing results 1 to 25 of 68
Page 1 of 3
1
2
3
>
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:08 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.01797 seconds
Memory Usage
2,049KB
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
(57)
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.0014
(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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