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 23 of 23
Search took
0.00
seconds.
Search:
Posts Made By:
DeMuro1
Forum:
vB3 Programming Discussions
07-17-2003, 07:17 PM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
no errors. once I click the upload button it...
no errors. once I click the upload button it just sort of reloads the page it's really anoying. it also says opening:......some page info here..... at the very bottom of the screen. I'll try what...
Forum:
vB3 Programming Discussions
07-17-2003, 09:59 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
ok so I have the script loaded onto my server as...
ok so I have the script loaded onto my server as a .php file. That part works really well. It even seems to upload the imagebut when I check the desired directory I get nothing. is it possible...
Forum:
vB3 Programming Discussions
07-17-2003, 07:59 AM
Replies:
1
Bold Italic Underline buttons
Views:
740
Posted By
DeMuro1
Bold Italic Underline buttons
so I'm struggling through making an easily updateable website. My aim is to make no HTML knowledge needed. Kind of reinvent the wheel.
Anyway, I want buttons like the ones that in the post...
Forum:
vB3 Programming Discussions
07-13-2003, 04:59 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
ok so I'm having problems making this work. Any...
ok so I'm having problems making this work. Any suggestions? Do I perhaps need to enter a password somewhere? ANy help would again be greatly helpful
Forum:
vB3 Programming Discussions
07-10-2003, 08:32 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
last question I hope if I modify this line ...
last question I hope
if I modify this line
&& $userfile_type == "image/jpg"
to read
&& $userfile_type == "image/file type I want"
can I upload any type of file?
and if I add succesive...
Forum:
vB3 Programming Discussions
07-09-2003, 07:48 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
I swear you guys have got to be the smartest lot...
I swear you guys have got to be the smartest lot in the universe. I so from your info anime loo I know how to do everything else I want.
Thank you all so very much
I am extremely greatful
Forum:
vB3 Programming Discussions
07-09-2003, 06:17 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
wow holy smokes that's great. I might have a few...
wow holy smokes that's great. I might have a few questions about this a little later but that's great thanks a million
time for questions now.....I just can't deprioritize this
ok so this I...
Forum:
vB3 Programming Discussions
07-07-2003, 06:59 PM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
my question as well. any help here would be...
my question as well. any help here would be greatly appreciated
Forum:
vB3 Programming Discussions
07-07-2003, 06:55 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
how would I go about setting up a directory that...
how would I go about setting up a directory that I could load into? I thought about just making the MySQL point to a folder but I don'r quite know how to do it.. Any suggestion would be greatlt...
Forum:
vB3 Programming Discussions
07-07-2003, 06:50 AM
Replies:
2
user authentication
Views:
1,005
Posted By
DeMuro1
cheers....I thought as much but I wasn't certain...
cheers....I thought as much but I wasn't certain thanks for the help
Forum:
vB3 Programming Discussions
07-01-2003, 08:51 AM
Replies:
2
user authentication
Views:
1,005
Posted By
DeMuro1
user authentication
ok so I'm still pretty fresh to php and MySQL, but I want to do a few things and I'm a little uncertain of a few things so firstly
In this little piece of script, when the database is queired,...
Forum:
vB3 Programming Discussions
07-01-2003, 08:01 AM
Replies:
24
saving images to a MySQL database
Views:
2,816
Posted By
DeMuro1
saving images to a MySQL database
Is it even possible to save images to a MySQL database?
Basically, if someone E-Mails some fan art to website-staffer_1, I'd like them to be able to upload the image to the website. Is this...
Forum:
vB3 Programming Discussions
07-01-2003, 07:55 AM
Replies:
5
How to make a php variable work inside a javascript function?
Views:
1,271
Posted By
DeMuro1
you'd need to code the javascript to output some...
you'd need to code the javascript to output some text.
javascript:
If (some condition met)
{
echo(<? $phpvariable >)
}
else
{
Forum:
vB3 Programming Discussions
05-23-2003, 08:35 PM
Replies:
1
Sending info to the database
Views:
927
Posted By
DeMuro1
Sending info to the database
So I'm tyring to make my website better. I figure PHP and MySQL are a good way to go, but tutorials on MySQL all talk about a prompt. I have never seen this thing. Could it be that becasue there...
Forum:
vB3 Programming Discussions
05-08-2003, 08:54 AM
Replies:
10
html forms, php, and and (refreshing?) pages
Views:
1,605
Posted By
DeMuro1
is there a tutorial out there that will make my...
is there a tutorial out there that will make my life easy. I see a lot of prompt work. Is this how thinghs are done in MySql?. I mean I know where my database is for my boards but those are really...
Forum:
vB3 Programming Discussions
05-06-2003, 08:19 AM
Replies:
10
html forms, php, and and (refreshing?) pages
Views:
1,605
Posted By
DeMuro1
How important is extensive MySql Knowledge in...
How important is extensive MySql Knowledge in making a database for my Web-site? is there something that will just give me the basics of what I need. PHP seems easy enough but MySql seems to be an...
Forum:
vB3 Programming Discussions
05-02-2003, 09:49 PM
Replies:
10
html forms, php, and and (refreshing?) pages
Views:
1,605
Posted By
DeMuro1
Yeah I forgot about the == instead of just the = ...
Yeah I forgot about the == instead of just the = thanks though. Black vivi again thanks for the feedback. I pretty much had it figured out though. I'm trying to teach myself how to save and make...
Forum:
vB3 Programming Discussions
04-29-2003, 02:22 PM
Replies:
3
Help me with forms please!
Views:
1,020
Posted By
DeMuro1
not unless you're running your form as a type of...
not unless you're running your form as a type of applet or application. Maybe javascript. As far as php I don't think it can do that
as for your first request....I just asked the same question...
Forum:
vB3 Programming Discussions
04-28-2003, 07:02 AM
Replies:
10
html forms, php, and and (refreshing?) pages
Views:
1,605
Posted By
DeMuro1
Black Vivi you are the man. Again you help me...
Black Vivi you are the man. Again you help me out. Thanks a million.
I have one more question.
If the html form is in one document and the php is in another one how do I call the variable...
Forum:
vB3 Programming Discussions
04-27-2003, 09:41 AM
Replies:
10
html forms, php, and and (refreshing?) pages
Views:
1,605
Posted By
DeMuro1
html forms, php, and and (refreshing?) pages
here's my basic deal. I have a pulldown menu at the top of a page. I want to select an item on the pulldown and then have that open more fields below based on the selected item in the pulldown...
Forum:
vB3 Programming Discussions
04-23-2003, 09:39 AM
Replies:
4
Saving to a text file with PHP
Views:
966
Posted By
DeMuro1
WOW....thanks, I really appreciate it
WOW....thanks, I really appreciate it
Forum:
vB3 Programming Discussions
04-21-2003, 03:05 AM
Replies:
4
Saving to a text file with PHP
Views:
966
Posted By
DeMuro1
wow thanks. I actually want it so people can...
wow thanks. I actually want it so people can enter plain text into an html form and have the text saved onto a page. I'd then call the newly created page so I could use it on my website.
...
Forum:
vB3 Programming Discussions
04-18-2003, 05:01 PM
Replies:
4
Saving to a text file with PHP
Views:
966
Posted By
DeMuro1
Saving to a text file with PHP
I have a little php knowledge and I don't even know if this is possible. Can you use an html form to type in text and then have php save it to a text file or something easily accessed by a site...
Showing results 1 to 23 of 23
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
03:23 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.01869 seconds
Memory Usage
2,012KB
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
(23)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(37)
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(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(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(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(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