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 4
1
2
3
>
Last
»
Showing results 1 to 25 of 87
Search took
0.00
seconds.
Search:
Posts Made By:
freakyshiat
Forum:
Modification Requests/Questions (Unpaid)
10-08-2005, 06:26 PM
Replies:
3
Help with porting over latest postid/threadid
Views:
911
Posted By
freakyshiat
woohoo!!! thank you all :)
woohoo!!! thank you all :)
Forum:
Modification Requests/Questions (Unpaid)
10-08-2005, 05:01 AM
Replies:
3
Help with porting over latest postid/threadid
Views:
911
Posted By
freakyshiat
Help with porting over latest postid/threadid
I need to port over the latest threadid/postid on index page from 3.0.x to 3.5.x. The code below worked fine in 3.0.x, can someone help me port it to 3.5.x? I can via paypal, please pm me.
...
Forum:
vB3 General Discussions
10-03-2005, 07:49 AM
Replies:
7
How to disallow guest can't view Topic until to login to Forum?
Views:
2,094
Posted By
freakyshiat
try this if ($vbulletin->userinfo[userid] ==...
try this
if ($vbulletin->userinfo[userid] == 0)
{
print_no_permission();
}
Forum:
vB3 General Discussions
05-09-2005, 03:49 AM
Replies:
0
Need a very simple php image uploader
Views:
834
Posted By
freakyshiat
Need a very simple php image uploader
..that lets me allow certain vb usergroups to upload, and not others. Something as simple as this...
http://www.celerondude.com/index.php?a=s&id=1
It just needs to do uploads based on...
Forum:
vBulletin 3.0 Full Releases
03-30-2005, 07:02 AM
Replies:
28
Custom Quick Links
Views:
6,582
Posted By
freakyshiat
how can I use conditionals to let specific...
how can I use conditionals to let specific usergroups access the quick links? I dont want to do it at the navbar level (people can manually type in the direct link), I would like profile.php to check...
Forum:
vBulletin 3.0 Full Releases
07-06-2004, 08:34 PM
Replies:
267
VB3 MicroStats
Views:
42,832
Posted By
freakyshiat
Is it possible to add the hostname at the bottom?...
Is it possible to add the hostname at the bottom? I am running mutiple web servers, it would help me out :)
Forum:
vBulletin 3.0 Full Releases
06-29-2004, 01:06 AM
Replies:
229
SigmaChat Complete Integration & Authentication
Views:
43,467
Posted By
freakyshiat
I am having a weird problem. I bought a Platinum...
I am having a weird problem. I bought a Platinum account and everything seems fine as far as chatting goes. But while the chat popup is launched, if I click on my forums and read any threads, there...
Forum:
Modification Requests/Questions (Unpaid)
03-29-2004, 03:04 PM
Replies:
2
Latest threadid, postid and memberid on index page
Views:
850
Posted By
freakyshiat
Thank You :)
Thank You :)
Forum:
Modification Requests/Questions (Unpaid)
03-29-2004, 02:37 PM
Replies:
2
Latest threadid, postid and memberid on index page
Views:
850
Posted By
freakyshiat
Latest threadid, postid and memberid on index page
The hack above worked for vb2.x, I am trying to get it to work on my vb 3.x board. Id like to add latest member id to that list. Can anyone help? :)
Forum:
vBulletin 3.0 Full Releases
02-13-2004, 02:35 PM
Replies:
78
Quick Thread hack (like quick reply, on forumdisplay!)
Views:
18,008
Posted By
freakyshiat
this is not working for me. I have rechecked it...
this is not working for me. I have rechecked it over and over. Is it working for anyone?
Forum:
Modification Requests/Questions (Unpaid)
10-27-2002, 06:20 AM
Replies:
25
Guests cannot view threads
Views:
3,122
Posted By
freakyshiat
I need to restric usergroup 0 and 4. How can i...
I need to restric usergroup 0 and 4.
How can i change this to add 0 and 4?
if ($bbuserinfo[userid]==0) {
show_nopermission();
}
Forum:
vBulletin 2.x Full Releases
10-20-2002, 06:27 AM
Replies:
42
Username Alias Hack
Views:
7,898
Posted By
freakyshiat
No problems at all in my hacked 2.2.8, good job
No problems at all in my hacked 2.2.8, good job
Forum:
vBulletin 2.x Full Releases
10-07-2002, 05:16 AM
Replies:
64
Number of online users in header / footer!
Views:
11,084
Posted By
freakyshiat
[QUOTE]Originally posted by Link14716 ...
[QUOTE]Originally posted by Link14716
phpinclude is not a page. phpinclude is included in all pages! ;)
Forum:
vBulletin 2.x Full Releases
10-06-2002, 08:07 PM
Replies:
64
Number of online users in header / footer!
Views:
11,084
Posted By
freakyshiat
Is there a way to include that code in...
Is there a way to include that code in forumdisplay.php and not phpinclude?
Forum:
vBulletin 2.x Full Releases
10-06-2002, 06:20 PM
Replies:
942
vbMicroStats: page load time, queries, GZIP and PHP version
Views:
142,109
Posted By
freakyshiat
Running great on 2.2.8 Have one questions,...
Running great on 2.2.8
Have one questions, is it possible to put the server load in regular display, not admin? I want the server load visible at all times, not just admin
Forum:
vBulletin 2.x Full Releases
07-14-2002, 06:50 PM
Replies:
174
Improved Thread Preview Hack
Views:
32,360
Posted By
freakyshiat
I made these changes in search.php also but...
I made these changes in search.php also but doesnt work, it still ignores any text between "[" and "]"
Applying those changes in forumdisplay worked fine. any ideas?
Forum:
vBulletin 2.x Beta Releases
07-10-2002, 05:31 PM
Replies:
73
Multiple Quotes
Views:
12,560
Posted By
freakyshiat
when quoting a post that either has '<' or '>' it...
when quoting a post that either has '<' or '>' it replaces those characters with '<' and '>'
is that a bug?
Forum:
vBulletin 2.x Full Releases
07-10-2002, 04:52 PM
Replies:
174
Improved Thread Preview Hack
Views:
32,360
Posted By
freakyshiat
In the instructions > the threadpreview search...
In the instructions > the threadpreview search .txt file > at the very bottom in the template change part, its missing a $ before fppreview
Didnt read the whole thread to see if anyone else...
Forum:
Modification Requests/Questions (Unpaid)
07-06-2002, 07:52 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
thats ok, thanks for your help... I think...
thats ok, thanks for your help... I think 'number_format' needs to be in there somewhere....I dunno :)
Forum:
Modification Requests/Questions (Unpaid)
07-06-2002, 07:08 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
wow, great work guys ; just what i wanted. Now...
wow, great work guys ; just what i wanted.
Now one last thing.....for example my last postid is 4758632 ; how is it possible to make it appear like 4,758,632? :)
thanks again, great work :)
Forum:
Modification Requests/Questions (Unpaid)
07-05-2002, 08:28 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
yeah i fixed the sessionhash but no go :p ...
yeah i fixed the sessionhash but no go :p
thanks for helping me...and if you do get it working, tell me how to do the postid also if u have time :)
thanks again
Forum:
Modification Requests/Questions (Unpaid)
07-05-2002, 08:19 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
:p I fixed the error but no go :p
:p
I fixed the error but no go :p
Forum:
Modification Requests/Questions (Unpaid)
07-05-2002, 08:16 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
Zzed thanks for the help, but yeah I just want...
Zzed thanks for the help, but yeah I just want the number ; the latest threadid and postid.
g-force2k2, I added the new code but when I add the $lastthread in forumhome, no number comes up ; index...
Forum:
Modification Requests/Questions (Unpaid)
07-05-2002, 06:22 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
yeah u have the right idea but its generating a...
yeah u have the right idea but its generating a blank index page when I add your code :)
Forum:
Modification Requests/Questions (Unpaid)
07-05-2002, 05:25 PM
Replies:
23
Latest post id and thread id on index page
Views:
2,128
Posted By
freakyshiat
theres a hack that counts the posts in a thread,...
theres a hack that counts the posts in a thread, like what is installed at this site ; I guess I need a simple database query that will grab the latest post and thread id and output that on the index...
Showing results 1 to 25 of 87
Page 1 of 4
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
08:53 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.02220 seconds
Memory Usage
2,041KB
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.0019
(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
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
(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(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
(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
(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
(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