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 54
Search took
0.00
seconds.
Search:
Posts Made By:
Pikok
Forum:
vBulletin 3.0 Beta Releases
03-30-2004, 07:49 PM
Replies:
7
[Released] - Server Abuse Resister
Views:
3,159
Posted By
Pikok
Look in "includes/vbiplogger.php" and...
Look in "includes/vbiplogger.php" and find..$iplog_access_filename = $iplog_tempdir . $iplog_script . "_" . $iplog_access_filename;
Add this below:if ($iplog_script=='arcade.php')
{
$iplog_wait =...
Forum:
vBulletin 3.0 Full Releases
03-28-2004, 05:32 AM
Replies:
288
vB Affiliates v.2
Views:
60,808
Posted By
Pikok
You're missing " . TABLE_PREFIX ." in all the...
You're missing " . TABLE_PREFIX ." in all the files. You're doing a great job on this one so far.. Keep up the great work! ;)
Forum:
vBulletin 3.0 Full Releases
03-23-2004, 07:08 PM
Replies:
109
Vb3 Affiliate Hack
Views:
22,130
Posted By
Pikok
You could either put the code into the script...
You could either put the code into the script itself to remove the old IPs from the database or setup a cron to run daily too. That way they wouldn't be taken up wasted space. ;)
Looking good so...
Forum:
vBulletin 3.0 Full Releases
03-23-2004, 07:40 AM
Replies:
109
Vb3 Affiliate Hack
Views:
22,130
Posted By
Pikok
You need to modify it so that the the visitors IP...
You need to modify it so that the the visitors IP get logged in the datavase along with the date so that they can't keep rating, clicking through, etc. the same site over-and-over-and-over.. ...
Forum:
vBulletin 3.0 Full Releases
03-17-2004, 12:20 AM
Replies:
58
Post Icons - drop down list (good for lots of icons!)
Views:
28,383
Posted By
Pikok
Why not use this in...
Why not use this in includes/functions_newpost.php: if ($seliconid == $iconid)
{
if ($show['dropdownicons'])
{
$iconselect = " selected";
}
else
{
$iconchecked =...
Forum:
vBulletin 3.0 Full Releases
03-14-2004, 05:57 AM
Replies:
34
[VB3-RC2] vBRedirect v1.1 - Redirect to external pages with your banner above
Views:
7,927
Posted By
Pikok
In redirect.php find:if ($rdr == '') { ...
In redirect.php find:if ($rdr == '')
{
eval(print_standard_error('error_redirect'));
}And Replace With:// Get Host Name From URL
preg_match("/^(http:\/\/)?([^\/]+)/i", $rdr, $matches);...
Forum:
vBulletin 3.0 Full Releases
03-12-2004, 06:20 AM
Replies:
180
[vbcron] Automatic database backup [v1.3]
Views:
44,574
Posted By
Pikok
There has to be someone on your site at the time...
There has to be someone on your site at the time it's set to run or it won't run until the next time someone visits.. Also, only one script's run each time, even if more than one are waiting to be...
Forum:
vBulletin 3.0 Full Releases
03-11-2004, 07:19 PM
Replies:
133
News Box v5.1
Views:
41,720
Posted By
Pikok
Put the news part in a conditional that check the...
Put the news part in a conditional that check the browser and have it do whatever you want for different browsers.<if condition="is_browser('safari')">
// Stuff For Safari Here
<else />
// Stuff...
Forum:
vBulletin 3.0 Full Releases
03-04-2004, 10:06 AM
Replies:
180
[vbcron] Automatic database backup [v1.3]
Views:
44,574
Posted By
Pikok
I think you should be able to do that with this.....
I think you should be able to do that with this..
// now execute the backup
exec('mysqldump --add-drop-table -h' .DB_HOST. ' -u' .DB_USER. ' -p' .DB_PASSWORD. ' ' .DB_NAME. ' 2>' .DUMP_PATH. '/'...
Forum:
Modification Requests/Questions (Unpaid)
02-16-2004, 09:15 AM
Replies:
11
male / female hack
Views:
1,991
Posted By
Pikok
This should work.. New Custom Field ...
This should work..
New Custom Field
Create a custom field in the AdminCP and take note of the field number. You can set it as radio buttons or a drop-down menu.. It's your preference. Either...
Forum:
vBulletin 2.x Full Releases
11-23-2003, 05:28 PM
Replies:
224
welcome/login panel on non-vB page
Views:
38,858
Posted By
Pikok
login box is under the header image i'm running...
login box is under the header image
i'm running a script for the hits and whos online yes, and they're using the same mysql db
Forum:
vBulletin 2.x Full Releases
11-23-2003, 04:07 PM
Replies:
224
welcome/login panel on non-vB page
Views:
38,858
Posted By
Pikok
Hi, i'm getting this error on the bottom of my...
Hi, i'm getting this error on the bottom of my main page after fully installing and configuring this hack:
Warning: mysql_query(): 17 is not a valid MySQL-Link resource in...
Forum:
vB3 General Discussions
11-15-2003, 11:27 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
that doesn't seem to help...:x
that doesn't seem to help...:x
Forum:
vB3 General Discussions
11-15-2003, 11:25 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
argh :D
argh :D
Forum:
vB3 General Discussions
11-15-2003, 11:15 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
sorry, had some trouble with adding the image
sorry, had some trouble with adding the image
Forum:
vB3 General Discussions
11-15-2003, 11:12 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
the effect when i use this code: <tr...
the effect when i use this code:
<tr align="center">
<td bgcolor="{firstaltcolor}" colspan="2" align="left">
<table cellpadding="0" cellspacing="0" border="0"><tr>
<td valign="top"><img...
Forum:
vB3 General Discussions
11-15-2003, 11:03 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
You're mistaking me there...I only want it to...
You're mistaking me there...I only want it to show up in the forum name with forum description cell, not the other cells...and to cover the entire cell :s
Forum:
vB3 General Discussions
11-15-2003, 10:55 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
i tried that but then the image has the length of...
i tried that but then the image has the length of the forum description and doesn't cover the whole cell...
this is what i adjusted:
<tr align="center">
<td bgcolor="{firstaltcolor}"...
Forum:
vB3 General Discussions
11-15-2003, 10:45 AM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
i still cant see to find the template...anyone...
i still cant see to find the template...anyone help me with this?
Forum:
vB3 General Discussions
11-14-2003, 10:06 PM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
question: in what template do i put this code? :s
question: in what template do i put this code? :s
Forum:
vB3 General Discussions
11-14-2003, 10:02 PM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
hold on...i'll try it :)
hold on...i'll try it :)
Forum:
vB3 General Discussions
11-14-2003, 09:57 PM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
yeh, but care to explain a bit more please?
yeh, but care to explain a bit more please?
Forum:
vB3 General Discussions
11-14-2003, 09:54 PM
Replies:
20
forumhome background image
Views:
2,822
Posted By
Pikok
forumhome background image
So i would like to configure a background image in each cell where the forumname is...but i've looked everywhere in the templates and i can't seem to find it
this is the effect i would like to...
Forum:
vBulletin 2.x Full Releases
08-02-2003, 04:38 AM
Replies:
126
Quick Edit! -Edit posts directly from within the thread itself
Views:
23,506
Posted By
Pikok
thanks, I added the whole code where the...
thanks, I added the whole code where the $quickedit was right under the $signature and it works fine :)
Forum:
vBulletin 2.x Full Releases
08-02-2003, 04:23 AM
Replies:
28
Auto resizing of avatars
Views:
6,462
Posted By
Pikok
I'm running linux on my server, and they're...
I'm running linux on my server, and they're saying they support everything except some, but as you'd suppose. Linux isnt there!
Showing results 1 to 25 of 54
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:06 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.06743 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.0011
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(unspecified) fetch_permissions(34, 0, 1,''); -> cached fperms for forum 34
(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(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(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(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(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(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(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi