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 58
Search took
0.00
seconds.
Search:
Posts Made By:
nicedreams
Forum:
vBulletin 3.6 Add-ons
08-13-2006, 01:18 PM
Replies:
151
Board Optimization -
vB AJAX Cron
Views:
36,148
Posted By
nicedreams
No, I changed the code like you just did for the...
No, I changed the code like you just did for the update. Starting a link with a / puts it in the home html dir, it does not append it to the current dir.
Jimmy
Forum:
vBulletin 3.6 Add-ons
08-13-2006, 03:55 AM
Replies:
151
Board Optimization -
vB AJAX Cron
Views:
36,148
Posted By
nicedreams
No, I changed the code so the final $_link is...
No, I changed the code so the final $_link is $_link = "/forums/ajax_cron.php"; which would be /home/thep/public_html/forums/ajax_cron.php
Jimmy
Forum:
vBulletin 3.6 Add-ons
08-13-2006, 03:42 AM
Replies:
151
Board Optimization -
vB AJAX Cron
Views:
36,148
Posted By
nicedreams
Well, it shouldn't be too hard to figure out...
Well, it shouldn't be too hard to figure out based on what I said.
It is looking for /home/thep/public_html/goto/all_galleries/ajax_cron.php from...
Forum:
vBulletin 3.6 Add-ons
08-13-2006, 03:31 AM
Replies:
151
Board Optimization -
vB AJAX Cron
Views:
36,148
Posted By
nicedreams
I dropped some code for the link and forumdir and...
I dropped some code for the link and forumdir and changed the link to:
$_link = "/forums/ajax_cron.php";
And that works on all vb pages custom or not for my site.
Jimmy
Forum:
vBulletin 3.6 Add-ons
08-13-2006, 02:32 AM
Replies:
151
Board Optimization -
vB AJAX Cron
Views:
36,148
Posted By
nicedreams
Ok, 2 questions: 1 - How do you correct the...
Ok, 2 questions:
1 - How do you correct the link path to not get file not found errors on custom vb pages.
File does not exist: /home/thep/public_html/goto/all_galleries/ajax_cron.php
2 -...
Forum:
vBulletin 3.5 Add-ons
08-11-2006, 01:20 AM
Replies:
181
AutoPM after addBuddy
Views:
26,561
Posted By
nicedreams
Me neither. I think it has something to do with...
Me neither. I think it has something to do with the pm or datatore.
Jimmy
Forum:
vBulletin 3.5 Add-ons
08-10-2006, 08:06 PM
Replies:
66
Profile Fields in Postbits
Views:
12,172
Posted By
nicedreams
I don't have a table prefix. But change the line...
I don't have a table prefix. But change the line to:
$Query2 = "select text FROM ".TABLE_PREFIX."phrase WHERE" . $wherephrase;
Forum:
vBulletin 3.5 Add-ons
08-09-2006, 02:03 PM
Replies:
66
Profile Fields in Postbits
Views:
12,172
Posted By
nicedreams
Forgot to mention this is in the PB - Postbits...
Forgot to mention this is in the PB - Postbits plugin code under plugins.
Forum:
vBulletin 3.5 Add-ons
08-08-2006, 12:54 PM
Replies:
66
Profile Fields in Postbits
Views:
12,172
Posted By
nicedreams
I fixed it for 3.6.0. This is what I did: ...
I fixed it for 3.6.0. This is what I did:
$Query = "select type, profilefieldid from ".TABLE_PREFIX."profilefield where profilefieldid=".substr($value, 5);
...
Forum:
Modification Graveyard
07-27-2006, 03:19 PM
Replies:
328
Major Additions -
Files Upload Center - Upload Your Files To External Server
Views:
95,059
Posted By
nicedreams
Nice. Works well. I can't wait for the thumb and...
Nice. Works well. I can't wait for the thumb and watermark features.
Jim
Forum:
vBulletin 3.5 Add-ons
04-07-2006, 03:56 PM
Replies:
14
Better Look for Edit Profile
Views:
8,195
Posted By
nicedreams
My extra profile fields do not display like yours...
My extra profile fields do not display like yours did in the default setup. They don't display the title twice and it aligns the drop down menus left. Looks good as default.
Jim
Forum:
vBulletin 3.5 Add-ons
04-06-2006, 02:03 PM
Replies:
429
Spider Watcher
Views:
64,909
Posted By
nicedreams
I got this error overnight: Database error...
I got this error overnight:
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO spider_watcher (nice_bot, bot, ip_address, page, type, info, timestamp) VALUES ('Unknown...
Forum:
vB3 Programming Discussions
03-27-2006, 04:15 PM
Replies:
21
php include for traffic - HOW?
Views:
3,480
Posted By
nicedreams
These last 2 posts do not work for me. I'm on...
These last 2 posts do not work for me. I'm on 3.5.4. Putting the code in a plugin under global_start was a disaster. Froze everything up real fast. When I put it in global_shutdown, that at least...
Forum:
vBulletin 3.7 Add-ons
03-23-2006, 01:17 PM
Replies:
1,989
Major Additions -
PhotoPlog: The Lite Gallery
Views:
639,085
Posted By
nicedreams
Moderate This Group's Files isn't set to yes for...
Moderate This Group's Files isn't set to yes for usergroups is it? If there are any pictures in the moderate files section on admin, then that would it.
jim
Forum:
vBulletin 3.5 Add-ons
03-22-2006, 06:17 PM
Replies:
123
Private Message Quick Reply
Views:
22,824
Posted By
nicedreams
what about the smilies box? Can that be added? ...
what about the smilies box? Can that be added?
Jim
Forum:
vBulletin 3.5 Add-ons
03-20-2006, 10:48 PM
Replies:
66
Profile Fields in Postbits
Views:
12,172
Posted By
nicedreams
I was able to change the plugin to allow multiple...
I was able to change the plugin to allow multiple selection checkboxes and show all the values and not the number value. Here's the code I used in the PB - Postbits plugin under...
Forum:
vBulletin 3.5 Add-ons
03-20-2006, 06:04 PM
Replies:
50
ZH - Hits counters for your site
Views:
8,461
Posted By
nicedreams
There is no <td> and </td> around your <img src>...
There is no <td> and </td> around your <img src> statement. No end tag in the image.
Not sure why there is a </a> tag.
No closing </tr> and </table> tag at the end.
And it should be...
Forum:
vBulletin 3.5 Add-ons
03-19-2006, 10:28 PM
Replies:
50
ZH - Hits counters for your site
Views:
8,461
Posted By
nicedreams
The html for the table is coded wrong. Missing...
The html for the table is coded wrong. Missing some td and table tags. And it is being placed in an incorrect spot in the template.
Jim
Forum:
vBulletin 3.5 Add-ons
03-18-2006, 05:24 PM
Replies:
160
GTCustom Pages - Create Custom Pages With Ease
Views:
57,884
Posted By
nicedreams
in the gtcustom page templates jim
in the gtcustom page templates
jim
Forum:
vBulletin 3.7 Add-ons
03-10-2006, 10:32 PM
Replies:
1,989
Major Additions -
PhotoPlog: The Lite Gallery
Views:
639,085
Posted By
nicedreams
Search is still not working in 2.0.2 Jim
Search is still not working in 2.0.2
Jim
Forum:
vBulletin 3.7 Add-ons
03-10-2006, 12:56 AM
Replies:
1,989
Major Additions -
PhotoPlog: The Lite Gallery
Views:
639,085
Posted By
nicedreams
Ok, that fixed the delete db error. I found...
Ok, that fixed the delete db error.
I found another problem. The search feature is no longer working in this version. The template is at least missing the closing form tag. I added it, but it...
Forum:
vBulletin 3.7 Add-ons
03-09-2006, 03:39 PM
Replies:
1,989
Major Additions -
PhotoPlog: The Lite Gallery
Views:
639,085
Posted By
nicedreams
Bug in the last version posted: Database...
Bug in the last version posted:
Database error in vBulletin 3.5.4:
Invalid SQL:
DELETE FROM photoplog_ratecomment
WHERE fileid = 228
AND photoplog_fileuploads.moderate = 0;
...
Forum:
vB3 General Discussions
03-05-2006, 04:54 PM
Replies:
1
How do I the link target in showthread?
Views:
652
Posted By
nicedreams
How do I the link target in showthread?
How or where do I change the target window for links that are in a post? Currently, all links open new windows for any link in someone's post. I would like it to open in the current window instead.
...
Forum:
vBulletin 3.5 Add-ons
03-02-2006, 02:22 PM
Replies:
160
GTCustom Pages - Create Custom Pages With Ease
Views:
57,884
Posted By
nicedreams
Thanks, figured it out. Works good. Jim
Thanks, figured it out. Works good.
Jim
Forum:
vBulletin 3.5 Add-ons
03-01-2006, 12:07 AM
Replies:
160
GTCustom Pages - Create Custom Pages With Ease
Views:
57,884
Posted By
nicedreams
Can you give more info on this? I can't figure...
Can you give more info on this? I can't figure out what to do.
Jim
Showing results 1 to 25 of 58
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
06:21 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.01698 seconds
Memory Usage
2,035KB
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
(71)
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.0012
(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(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(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(113, 0, 1,''); -> cached fperms for forum 113
(unspecified) fetch_permissions(113, 0, 1,''); -> cached fperms for forum 113
(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(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
(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(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi