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 25 of 25
Search took
0.00
seconds.
Search:
Posts Made By:
clamcrusher
Forum:
vB3 General Discussions
01-27-2005, 09:20 PM
Replies:
2
how to find usergroup
Views:
740
Posted By
clamcrusher
thats it, thanks
thats it, thanks
Forum:
vB3 General Discussions
01-27-2005, 06:35 PM
Replies:
2
how to find usergroup
Views:
740
Posted By
clamcrusher
how to find usergroup
what variable(if any) is the current users usergroup stored in?
basically i want to do something like this
<?php
if ($user['usergroup'] == 'admin') {
// do something
}
Forum:
Modification Requests/Questions (Unpaid)
09-23-2004, 04:21 PM
Replies:
2
Dynamic pages using XMLHttpRequest
Views:
948
Posted By
clamcrusher
bump
bump
Forum:
vB3 Programming Discussions
09-21-2004, 10:25 PM
Replies:
9
What is wrong with my PHP?
Views:
1,101
Posted By
clamcrusher
and also, i beleive you should be using ||...
and also, i beleive you should be using || instead of OR
AND and OR are bitwise operators. If you dont know what those are, you should probably avoid them altogether
use && instead of AND
use...
Forum:
Modification Requests/Questions (Unpaid)
09-21-2004, 10:18 PM
Replies:
3
rewrite help?
Views:
957
Posted By
clamcrusher
you cant stop people from requesting...
you cant stop people from requesting blah.com/index.php
you could do an external redirect using htaccess, but your going to need to modify vbulletin so that all your links dont include the...
Forum:
Modification Requests/Questions (Unpaid)
09-21-2004, 09:55 PM
Replies:
2
Dynamic pages using XMLHttpRequest
Views:
948
Posted By
clamcrusher
and this could even be taken farther, maybe even...
and this could even be taken farther, maybe even prefetching the next page so that when the user is finished reading the current posts, the next 20 posts seems to load near instantly....
Forum:
Modification Requests/Questions (Unpaid)
09-21-2004, 09:53 PM
Replies:
2
Dynamic pages using XMLHttpRequest
Views:
948
Posted By
clamcrusher
Dynamic pages using XMLHttpRequest
Is this something in the works yet?
For a long time ive wanted to make a "module" for vbulletin which would allow users to see the next page in a thread, without having to reload the whole page....
Forum:
vBulletin 2.x Full Releases
08-17-2003, 07:28 PM
Replies:
313
Add "Sponsored by" banners to your forum categories
Views:
63,125
Posted By
clamcrusher
i got it to work finally. vb 2.2.8 2...
i got it to work finally. vb 2.2.8
2 things-the proudly sponsered by text doesnt show up. if the page hesitates to load, you can see the text does show up, but when the image loads it gets placed...
Forum:
Member Archives
08-17-2003, 04:23 AM
Replies:
5
how to undo a query
Views:
612
Posted By
clamcrusher
does this mean it did it? result: ...
does this mean it did it?
result:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /usr/local/psa/home/vhosts/anabolic-alchemy.com/httpdocs/admin/query.php...
Forum:
Member Archives
08-17-2003, 04:01 AM
Replies:
5
how to undo a query
Views:
612
Posted By
clamcrusher
btw im using the hack from here which lets me do...
btw im using the hack from here which lets me do queries from admin cp. think that might be my problem?
Forum:
Member Archives
08-17-2003, 04:00 AM
Replies:
5
how to undo a query
Views:
612
Posted By
clamcrusher
:( it does this for all of them Database...
:( it does this for all of them
Database error in vBulletin Control Panel 2.2.8:
Invalid SQL: ALTER TABLE 'forum' DROP 'sponsorname'
mysql error: You have an error in your SQL syntax near...
Forum:
Member Archives
08-16-2003, 07:27 PM
Replies:
5
how to undo a query
Views:
612
Posted By
clamcrusher
how to undo a query
i ran some queries and i dont like the hack. how do i undo those queries?
i assume i just run another query?
these are the ones which need to be undone:
ALTER TABLE forum ADD sponsorname...
Forum:
vBulletin 2.x Full Releases
08-16-2003, 06:53 PM
Replies:
78
vb Sponsors
Views:
18,740
Posted By
clamcrusher
ok when i try to make new forums i see the fields...
ok when i try to make new forums i see the fields now. but i cant make a new forum cause when i try and save it it gives this error:
Database error in vBulletin Control Panel 2.2.8:
Invalid...
Forum:
vBulletin 2.x Full Releases
08-14-2003, 06:25 PM
Replies:
78
vb Sponsors
Views:
18,740
Posted By
clamcrusher
when i try and run the last query: ALTER...
when i try and run the last query:
ALTER TABLE forum ADD sponsorclicks MEDIUMINT(10) not null default '0' AFTER sponsorviews;
it sais this:
Database error in vBulletin Control Panel 2.2.8:...
Forum:
Member Archives
08-07-2003, 11:15 PM
Replies:
2
$bburl how to change
Views:
1,005
Posted By
clamcrusher
lol, man, right under my nose :) thx bro.
lol, man, right under my nose :)
thx bro.
Forum:
Member Archives
08-07-2003, 10:40 PM
Replies:
2
$bburl how to change
Views:
1,005
Posted By
clamcrusher
$bburl how to change
on my board for some reason none of the email links work. what i mean is when the board sends out an email with a link, such as to complete registration, or pm notification etc.... none of the links...
Forum:
vBulletin 2.x Full Releases
08-01-2003, 04:42 AM
Replies:
201
Sig Editor
Views:
34,730
Posted By
clamcrusher
in my postbit template i tried to follow the text...
in my postbit template i tried to follow the text instructions and where to place the java. i run 2.2.8
in his example it supposed to look like this:
<p align="right"><smallfont><a...
Forum:
Member Archives
08-01-2003, 02:15 AM
Replies:
2
help with a parse error
Views:
554
Posted By
clamcrusher
thx bud. fixed it :)
thx bud. fixed it :)
Forum:
Member Archives
07-29-2003, 02:17 PM
Replies:
2
help with a parse error
Views:
554
Posted By
clamcrusher
help with a parse error
i installed the away message hack and it works. 1 problem i have though is when i go into admin cp and try and find, edit or look up users, i get this error when i click find user etc...
here is...
Forum:
vBulletin 2.x Full Releases
07-29-2003, 08:02 AM
Replies:
423
Away message for users
Views:
58,604
Posted By
clamcrusher
ok new problem. fixed the above and now when...
ok new problem.
fixed the above and now when i try and use admin cp to view a user, or edit a user, or find away users etc....it gives the same error code.
Parse error: parse error, unexpected...
Forum:
vBulletin 2.x Full Releases
07-28-2003, 12:45 AM
Replies:
423
Away message for users
Views:
58,604
Posted By
clamcrusher
nevermind birdie501 already solved it on page 14
nevermind birdie501 already solved it on page 14
Forum:
vBulletin 2.x Full Releases
07-28-2003, 12:07 AM
Replies:
423
Away message for users
Views:
58,604
Posted By
clamcrusher
i get this error: Parse error: parse error,...
i get this error:
Parse error: parse error, unexpected T_ELSE in /usr/local/psa/home/vhosts/chemical-conversions.com/httpdocs/member.php on line 1387
heres my code:
btw-the last "else{"...
Forum:
vB3 General Discussions
07-27-2003, 11:03 PM
Replies:
3
how to run a query?
Views:
890
Posted By
clamcrusher
awesome :) thanks!
awesome :) thanks!
Forum:
vB3 General Discussions
07-27-2003, 10:57 PM
Replies:
3
how to run a query?
Views:
890
Posted By
clamcrusher
how to run a query?
im new to hacking. ive installed prob 15 hacks so far but some of them tell me to run a query or to upload a .php file into my admin folder and run it or follow the instructions. i have no clue how...
Forum:
vBulletin 2.x Beta Releases
07-24-2003, 08:16 PM
Replies:
60
Have Googlebot Crawl EVERYTHING (theoretically)
Views:
31,465
Posted By
clamcrusher
will this allow googlebot to read forums you have...
will this allow googlebot to read forums you have set to private, like for example a forum i made that only mods and admins can view? what is talked about in there i dont want shared.
also i heard...
Showing results 1 to 25 of 25
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
09:25 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.03140 seconds
Memory Usage
2,028KB
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
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(24)
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.0006
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(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(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(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(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(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(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(5, 0, 1,''); -> cached fperms for forum 5
(unspecified) fetch_permissions(5, 0, 1,''); -> cached fperms for forum 5
FULLTEXT Search
php_sapi_name(): fpm-fcgi