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 93
Search took
0.01
seconds.
Search:
Posts Made By:
mADmAX`
Forum:
vB3 General Discussions
05-18-2003, 12:10 AM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Just make sure you are subscribed here so you get...
Just make sure you are subscribed here so you get the update...shouldnt be long...tonight or tomorrow.
I just wanna make sure I stopped the crazy loop i just had, I dont wanna be responsible for...
Forum:
vB3 General Discussions
05-17-2003, 10:37 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Let me work a few bugs out to where you can edit...
Let me work a few bugs out to where you can edit afterwards, etc. and I will zip it up for you...
Forum:
vB3 General Discussions
05-17-2003, 10:19 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Fixed it, for some reason I guess it dont like...
Fixed it, for some reason I guess it dont like spaces to much and also needs an @ on a few...
Dunno why it only happened with images though /shrug
$filesize=@filesize($getfile);
$filenum =...
Forum:
vB3 General Discussions
05-17-2003, 08:50 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
I took all the verifyid out and all the checks to...
I took all the verifyid out and all the checks to ensure it wasnt it, calling it like this.
/attachments.php?filesid=33
I did something for the hell of it.
I uploaded through my script an...
Forum:
vB3 General Discussions
05-17-2003, 08:41 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
You may be right, I have looked through any of...
You may be right, I have looked through any of the function calls and havent seen anything pointing there, but doesnt mean I haven't overlooked it. Just found it strange that ZIP and TXT files work...
Forum:
vB3 General Discussions
05-17-2003, 08:33 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Its going into another table for a reason that is...
Its going into another table for a reason that is very complicated to explain (short form, be used for something totally different). I have renamed attachment.php to attachments.php. I have also...
Forum:
vB3 General Discussions
05-17-2003, 08:27 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
I have also verified the filedata column and its...
I have also verified the filedata column and its there even though you cant understand the code =P
Forum:
vB3 General Discussions
05-17-2003, 08:24 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
// ###################### Start Upload...
// ###################### Start Upload #######################
if ($action=="uploadfile") {
doformheader("files","douploadfile",1);
maketableheader("Upload a New File");
...
Forum:
vB3 General Discussions
05-17-2003, 08:22 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Its getting added into filedata, or I wouldnt be...
Its getting added into filedata, or I wouldnt be able to get the zip files, txt files :)
Let me post whole thing
Forum:
vB3 General Discussions
05-17-2003, 08:20 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
This is what I have in the upload section for the...
This is what I have in the upload section for the attachment..
$filesize=@filesize($getfile);
$filenum = fopen($getfile,"rb");
$filestuff = fread($filenum,$filesize);
...
Forum:
vB3 General Discussions
05-17-2003, 08:18 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
Yeah I got it that far, it inserts it into the...
Yeah I got it that far, it inserts it into the database...
But when you call from attachments.php like file (above)...
You can get the ZIP files, txt files BUT
On images, it just sits there...
Forum:
vB3 General Discussions
05-17-2003, 07:04 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
NM, figured it out I think... I edited...
NM, figured it out I think...
I edited attachments.php and renamed it to what I want to use to pull those attachments...
It works well with zip files but no so well with images...
It says...
Forum:
vB3 General Discussions
05-17-2003, 06:28 PM
Replies:
23
How to add attachments from control panel?
Views:
2,083
Posted By
mADmAX`
How to add attachments from control panel?
I am trying to add something to the admin control panel to add attachments into the database without going through all the checks. This way (as I am the only admin), I can add attachments without...
Forum:
vB3 Programming Discussions
05-12-2003, 01:35 AM
Replies:
4
While statement not working...
Views:
1,071
Posted By
mADmAX`
I changed a bit but its not quite working...
I changed a bit but its not quite working right...
// ###################### Start #######################
$dwipnavlinkgroups = $DB_site->query("SELECT navlinkgroupid,title,displayorder FROM...
Forum:
vB3 Programming Discussions
05-11-2003, 05:20 PM
Replies:
4
While statement not working...
Views:
1,071
Posted By
mADmAX`
How would you do this query then as its in the...
How would you do this query then as its in the loop that way the navlinks pull under there correct navgroup (which obviously is not working).
Forum:
vB3 Programming Discussions
05-11-2003, 05:01 PM
Replies:
4
While statement not working...
Views:
1,071
Posted By
mADmAX`
While statement not working...
This is what I have inside index.php (of my hack)...
// ###################### Start #######################
$dwipnavlinkgroups = $DB_site->query("SELECT navlinkgroupid,title,displayorder...
Forum:
vB3 Programming Discussions
05-11-2003, 04:54 PM
Replies:
4
How to check version...
Views:
1,313
Posted By
mADmAX`
Thanks, that worked =P Didnt think it was...
Thanks, that worked =P
Didnt think it was that simple. I see checkversion coming to vbulletin.com. Do you know what needs to be inside that or does vbulletin allow me to run that (cause it works...
Forum:
vB3 Programming Discussions
05-11-2003, 06:19 AM
Replies:
4
How to check version...
Views:
1,313
Posted By
mADmAX`
No, I am talking about how vb's admin cp says...
No, I am talking about how vb's admin cp says this...
You are running version xxx
Latest version is xxx
How do you get it to check via the javascript...
I see where it calls vbulletin.com...
Forum:
vBulletin 2.x Full Releases
05-10-2003, 09:25 PM
Replies:
830
TomBot v1.1 vB AI User Bot
Views:
105,825
Posted By
mADmAX`
I CHMOD'ed each aiml file and same thing =\ ...
I CHMOD'ed each aiml file and same thing =\
I can type this in the address bar for example...
http://www.xxxx.com/forums/alice/src/talk.php?vbid=1&input=What%20is%20your%20favorite%20colorr?
...
Forum:
vB3 Programming Discussions
05-10-2003, 04:34 PM
Replies:
4
How to check version...
Views:
1,313
Posted By
mADmAX`
How to check version...
I am working on sort of a hack for vbulletin but will have its own admin control panel. I am trying to figure out how to check the version to see if there is an update, like vbulletin does in the...
Forum:
vBulletin 2.x Full Releases
05-09-2003, 03:55 PM
Replies:
20
Username & Post Decorations Hack
Views:
4,809
Posted By
mADmAX`
I rewrote a little bit of it to do this... ...
I rewrote a little bit of it to do this...
1.) Users to change there colors, etc via the "Edit Profile"
2.) Admins can view/edit each users Colors via the Admin CP.
3.) Few bugs I found fixed
...
Forum:
vBulletin 2.x Full Releases
05-09-2003, 02:34 PM
Replies:
20
Username & Post Decorations Hack
Views:
4,809
Posted By
mADmAX`
Fixed it... ************ ** Step 3 ** ...
Fixed it...
************
** Step 3 **
************
Edit the file admin/function.php
Find the following line:
// do ip adresses
Forum:
vBulletin 2.x Full Releases
05-09-2003, 02:09 PM
Replies:
20
Username & Post Decorations Hack
Views:
4,809
Posted By
mADmAX`
I installed it but no matter who changes "their"...
I installed it but no matter who changes "their" colors, it changes everyones.
If I choose my colors etc for my username, everyones username will appear like that
Forum:
vBulletin 2.x Full Releases
05-09-2003, 01:53 PM
Replies:
20
Username & Post Decorations Hack
Views:
4,809
Posted By
mADmAX`
On step 3: // do ip adresses should be:...
On step 3:
// do ip adresses
should be:
// do ip addresses
:)
Forum:
vBulletin 2.x Full Releases
05-08-2003, 06:50 AM
Replies:
830
TomBot v1.1 vB AI User Bot
Views:
105,825
Posted By
mADmAX`
So does no one know why I get this error? (PHP...
So does no one know why I get this error?
(PHP Version 4.2.3)
DONE LOADING
Inserted 43347 categories into database
It takes 2 mins to post from hitting submit reply and from when it refreshes...
Showing results 1 to 25 of 93
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
04: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.03695 seconds
Memory Usage
2,047KB
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.0043
(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(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(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(4, 0, 1,''); -> cached fperms for forum 4
(unspecified) fetch_permissions(4, 0, 1,''); -> cached fperms for forum 4
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi