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...
Showing results 1 to 19 of 19
Search took
0.00
seconds.
Search:
Posts Made By:
Kratheous
Forum:
Member Archives
05-24-2003, 12:52 AM
Replies:
1
Unresponsive GetPostbit Variable.
Views:
621
Posted By
Kratheous
I still can't figure it out. And, the other...
I still can't figure it out. And, the other discussion forums are a holy mess because people can't submit bug reports, so they do it elsewhere.
Forum:
Member Archives
05-18-2003, 01:40 PM
Replies:
1
Unresponsive GetPostbit Variable.
Views:
621
Posted By
Kratheous
Unresponsive GetPostbit Variable.
Okay... I'm making a bug report hack for a program development on my forums. Anyways, I've made it so that it stores all the extra data needed in the bug report in message with a seperator...
Forum:
vBulletin 2.x Full Releases
01-22-2003, 11:03 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
Yes, at the time I made this hack, I hadn't...
Yes, at the time I made this hack, I hadn't discovered joins... it's actually a few months old... *shrugs* And I must be out of it this week, excuse my lack of full variables. @_@
Forum:
vBulletin 2.x Full Releases
01-21-2003, 05:30 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
I just installed it on a 2.2.9 and it does work....
I just installed it on a 2.2.9 and it does work. No hitches, except the one "array" thing, which has been fixed in the posts above. I can't think of a reason where it shouldn't.
Forum:
vBulletin 2.x Full Releases
01-21-2003, 03:33 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
Yep. Replace: $lastpmstuff[title] ...
Yep.
Replace:
$lastpmstuff[title]
With:
<a href="./private.php?s=$session&action=show&privatemessageid=$lastpmstuff[privatemessageid]">$lastpmstuff[title]</a>
Forum:
vBulletin 2.x Full Releases
01-21-2003, 03:01 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
Hmmm... Indeed. Sorry about that. Other than...
Hmmm... Indeed. Sorry about that.
Other than that, it should've worked. My friend's running it (that's where I got the screenie from.. haven't reinstalled it on my own boards, yet. @_@)
Forum:
vBulletin 2.x Full Releases
01-19-2003, 09:00 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
Screenshot:
Screenshot:
Forum:
vBulletin 2.x Full Releases
01-18-2003, 10:00 PM
Replies:
50
Last PM on Forumhome
Views:
5,792
Posted By
Kratheous
Last PM on Forumhome
This hack will show you last PM you recieved on the forumhome.
Forum:
Member Archives
08-31-2002, 09:52 PM
Replies:
2
Registration and Login
Views:
613
Posted By
Kratheous
2.2.6
2.2.6
Forum:
Member Archives
08-31-2002, 08:37 PM
Replies:
2
Registration and Login
Views:
613
Posted By
Kratheous
Registration and Login
Well, this started happening a while ago, but I kept forgetting to post.
Basically, users register, enter a password, go to login, enter that same password, and it says it isn't correct. So they...
Forum:
Member Archives
08-10-2002, 11:17 PM
Replies:
4
How do I for the following equation for forumdisplay.php (POSTS - THREADS)...
Views:
826
Posted By
Kratheous
Hmmm.. if you wanted to do this for forums on the...
Hmmm.. if you wanted to do this for forums on the main page, you'd edit index.php... I'm assuming you could put
$forum[commentcount] = $forum[threadcount] - $forum[replycount];
in there... I...
Forum:
Member Archives
08-10-2002, 08:12 PM
Replies:
3
Uhmm... a little assistance?
Views:
643
Posted By
Kratheous
Kinda... I used the existing post table,...
Kinda... I used the existing post table, though... I just added extra fields that could be null (for the instances where it's a normal post, and not a submission.
EDIT: Although, vB's new hack...
Forum:
Member Archives
08-10-2002, 08:00 PM
Replies:
3
Uhmm... a little assistance?
Views:
643
Posted By
Kratheous
Here's the template.
Here's the template.
Forum:
Member Archives
08-10-2002, 07:51 PM
Replies:
3
Uhmm... a little assistance?
Views:
643
Posted By
Kratheous
Uhmm... a little assistance?
Okay.... here's my problem... I want to make a database type thing, that can also be forums... now, the database part only uses a few forums.... and the users can only submit to one of them.. (the...
Forum:
Member Archives
05-26-2002, 05:51 AM
Replies:
3
Show Post Help
Views:
558
Posted By
Kratheous
Would there be anything else I have to change?...
Would there be anything else I have to change? I've been trying to fix this all night, and it's not going well...
Oh, and BTW- One of my friends registered, but he hasn't received the e-mail...
Forum:
Member Archives
05-26-2002, 03:11 AM
Replies:
3
Show Post Help
Views:
558
Posted By
Kratheous
Well, I tried something, but it hasn't worked... ...
Well, I tried something, but it hasn't worked...
$getpost=$DB_site->query_first("SELECT postid FROM post WHERE threadid=$thread[threadid] ORDER BY dateline LIMIT 1");
if...
Forum:
Member Archives
05-26-2002, 12:50 AM
Replies:
3
Show Post Help
Views:
558
Posted By
Kratheous
Show Post Help
Okay, in order for a hack I'm working on (that I prolly won't release, as it's very specific to my forums) to work, I need the first post of every topic in 13 specific forums to use a different...
Forum:
Modification Requests/Questions (Unpaid)
05-21-2002, 11:32 PM
Replies:
3
Thread Fields
Views:
987
Posted By
Kratheous
Not trying to be annoying, but this isn't...
Not trying to be annoying, but this isn't something I just want, I need it... And I'm not good enough at PHP to understand vB's coding... Any help would be appreciated.
Forum:
Modification Requests/Questions (Unpaid)
05-16-2002, 08:48 PM
Replies:
3
Thread Fields
Views:
987
Posted By
Kratheous
Thread Fields
I don't know whether this has been asked before, and if it is a hack, please direct me towards it, as I didn't see it...
I need a hack that allows you to add form fields to the Reply, Edit and New...
Showing results 1 to 19 of 19
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
05:50 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.02110 seconds
Memory Usage
1,983KB
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)
post_thanks_navbar_search
(1)
search_results
(19)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(18)
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
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0008
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(unspecified) fetch_permissions(202, 0, 1,''); -> cached fperms for forum 202
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi