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 18
1
2
3
11
>
Last
»
Showing results 1 to 25 of 427
Search took
0.02
seconds.
Search:
Posts Made By:
miz
Forum:
vB3 Programming Discussions
04-08-2005, 02:46 PM
Replies:
3
PHP file into combo box
Views:
1,029
Posted By
miz
simplly add a template and fetech with the...
simplly add a template and fetech with the currect functions
and on template use right html
and thats all
Forum:
vBulletin 3.0 Full Releases
04-08-2005, 09:58 AM
Replies:
265
VbTeams/Clubs Hack
Views:
51,948
Posted By
miz
LEFT JOIN user ON(teams.teamid = user.teamid) ...
LEFT JOIN user ON(teams.teamid = user.teamid)
change to :
LEFT JOIN user AS user ON(teams.teamid = user.teamid)
Forum:
vB3 Programming Discussions
04-01-2005, 03:51 PM
Replies:
3
css qustion
Views:
972
Posted By
miz
so how can i set max-width on iE ? also on...
so how can i set max-width on iE ?
also on IE its not get width
its just get higer - i want it to get width
cuse i show some text with this...
and the text is changes from thread to thread
Forum:
vB3 Programming Discussions
04-01-2005, 07:54 AM
Replies:
3
css qustion
Views:
972
Posted By
miz
css qustion
ok guys
i edited abit the vbulletin menu to add to it diffrent style
so this is how code looks
<div class="vbmenu_popup" id="info_$thread[threadid]_menu" style="display:none; padding: 4px 4px...
Forum:
vB3 Programming Discussions
03-31-2005, 04:49 PM
Replies:
1
vbulletin_menu.js help
Views:
1,130
Posted By
miz
bump bump again and again
bump
bump again
and again
Forum:
vB3 Programming Discussions
03-27-2005, 12:09 AM
Replies:
5
mysql error number: 1146
Views:
2,246
Posted By
miz
on the file itself
on the file itself
Forum:
vB3 Programming Discussions
03-26-2005, 11:40 PM
Replies:
5
mysql error number: 1146
Views:
2,246
Posted By
miz
change FROM user AS user LEFT JOIN...
change
FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid =
user.userid) INNER JOIN...
Forum:
vB3 Programming Discussions
03-26-2005, 10:04 PM
Replies:
15
help please - forum is going wrong
Views:
1,691
Posted By
miz
boofo will be pissed when he will see your last...
boofo will be pissed when he will see your last post ;)
edit the post
any cod put under php/code tags and its will be better if u will give a link to hack instead of posting it here
Forum:
vB3 Programming Discussions
03-26-2005, 09:03 PM
Replies:
1
vbulletin_menu.js help
Views:
1,130
Posted By
miz
vbulletin_menu.js help
hey guys i have tried modify this file so instead of onclik it will use onmouseover
to do so
on line 413
i changed :
controlobj.onclick = vbmenu_eventhandler_click;
Forum:
vBulletin 3.0 Full Releases
03-15-2005, 01:22 PM
Replies:
265
VbTeams/Clubs Hack
Views:
51,948
Posted By
miz
peeps like is the exscat reason i dont post the...
peeps like is the exscat reason i dont post the fix's and updates.
i had bugs on the table prefix cuse i simply dont use it
you say my coding sux so you have 2 options right now
or code for...
Forum:
vB3 General Discussions
03-11-2005, 04:01 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
if there isnt a winner so under award1 you got 0 ...
if there isnt a winner so under award1 you got 0
so in the useraward table you got all userid's that on board
and under award1 you got 0
so for exsample
userid : 5
award1 : 0
Forum:
vB3 General Discussions
03-11-2005, 02:24 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
well then it shows as USERID : 54 AWARD1 :...
well then it shows as
USERID : 54
AWARD1 : 0
same for all users
Forum:
vB3 General Discussions
03-10-2005, 05:54 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
what about it >
what about it >
Forum:
vB3 General Discussions
03-10-2005, 05:25 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
when i run the script with run now button its...
when i run the script with run now button its work perfect
and when i click on run now its get logged
but else its just not working.
script working great as script
but on corn its not get...
Forum:
vB3 General Discussions
03-09-2005, 04:10 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
ok here is the info of the file ...
ok
here is the info of the file
scoreboardupdate.php
=================
error_reporting(E_ALL & ~E_NOTICE);
if (!is_object($DB_site))
{
Forum:
vB3 General Discussions
03-09-2005, 03:53 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
bump please help... not supuse to be that...
bump
please help... not supuse to be that hard
Forum:
vB3 General Discussions
03-06-2005, 04:24 PM
Replies:
2
Help please! ( schreenshot inside )
Views:
729
Posted By
miz
like the first will be sticky and second forum...
like the first will be sticky and second forum announcments ...
you can edit it on threadbit template
Forum:
vB3 General Discussions
03-06-2005, 04:12 PM
Replies:
13
Corn Problem, please help
Views:
1,327
Posted By
miz
Corn Problem, please help
ok i made a script the delete info from some table,
now i added it to corn in admin cp to run every 1st of month
its apper like that
30 0 1 * *
now the problem is that its never run :(
Forum:
vB3 Programming Discussions
03-05-2005, 03:15 PM
Replies:
1
Problem - please help
Views:
758
Posted By
miz
Problem - please help
ok i will start with that
i UNINSTALLED THE AWARDS hack
since then my site not working
all of pharse or abselutly gone
my templates ++++ed up
when tring to login to board i get this error
...
Forum:
vBulletin 3.0 Full Releases
03-03-2005, 03:22 PM
Replies:
265
VbTeams/Clubs Hack
Views:
51,948
Posted By
miz
well you, the forumid is auto selected by your...
well you, the forumid is auto selected by your team, you dont need forumid of the forum as you cannot axx it from anyother page (all of premission denied you getting)
you can find your team forum...
Forum:
vBulletin 3.0 Full Releases
02-25-2005, 11:07 AM
Replies:
265
VbTeams/Clubs Hack
Views:
51,948
Posted By
miz
i did asked for premission and you agreed , to...
i did asked for premission and you agreed , to bad you cant remember cuse i still got your answer in my pm flooder...
Forum:
Community Lounge
02-22-2005, 01:56 PM
Replies:
2
VB-Ibot . what do you think about it ?
Views:
979
Posted By
miz
VB-Ibot . what do you think about it ?
hey guys..
this days, im working on new-old project
this project is a complete bot written in php
means that no need of eggdrop, mirc or anything else. only php
now i allready started to code the...
Forum:
vB3 Programming Discussions
02-21-2005, 08:08 PM
Replies:
8
Uploading big files (300 megs +)
Views:
1,248
Posted By
miz
set_time_limit(0); can slove the problem i...
set_time_limit(0);
can slove the problem i think
but its will be sucks any way
heh
Forum:
vB3 Programming Discussions
02-21-2005, 08:07 PM
Replies:
2
restricting access to unregistered members
Views:
1,050
Posted By
miz
include("./global.php"); // checking...
include("./global.php");
// checking premissions
if (!$bbuserinfo['userid'])
{
eval("dooutput(\"".gettemplate("chat_error")."\");");
die;
}
Forum:
vB3 Programming Discussions
02-21-2005, 08:03 PM
Replies:
4
Merge userid databases
Views:
938
Posted By
miz
upgrade script ???
upgrade script ???
Showing results 1 to 25 of 427
Page 1 of 18
1
2
3
11
>
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
07:26 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.03800 seconds
Memory Usage
2,070KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(28)
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.0151
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(33, 0, 1,''); -> cached fperms for forum 33
(unspecified) fetch_permissions(33, 0, 1,''); -> cached fperms for forum 33
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(15, 0, 1,''); -> cached fperms for forum 15
(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(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi