Posts tagged upload
WHAT DOES THIS SCRIPTING MEAN AND WHENEVER I UPLOAD IT TO MY WEBPAGE IT DOESNT WORK PLEASE HELP?
Nov 18th
Question by The questionaire:
What does this scripting mean and whenever I upload it to my webpage it doesnt work please help?
Configuration Section
# Edit these variables!
local %config;
# The Base Directory. We need an
# absolute path for the base directory.
# Include the trailing slash. THIS SHOULD
# NOT BE WEB-ACCESSIBLE!
$ config{‘basepath’} = ‘/home/hahnfld/auctiondata/’;
# Shut Auction Directory
# This is where shut auction items are stored.
# Leave this blank if you do not want to store
# shut auctions. It can potentially take
# up quite a bit of disk space.
$ config{‘closedir’} = ‘closed’;
# User Registration Directory
# This is where user registrations are stored.
# Leave this blank if you do not want to
# require registration. It can potentially
# take up quite a bit of disk space.
$ config{‘regdir’} = ‘reg’;
# List each directory and its associated
# category name. These directories should
# be subdirectories of the base directory.
%category = (
computer => ‘Computer Hardware and Software’,
elec => ‘Consumer Electronics’,
other => ‘Other Junk’,
);
# This is the password for deleting auction
# items.
$ config{‘adminpass’} = ‘auction’;
# You need to assign either a mail program or
# a mail host so confirmation e-mails can
# be sent out.
# Leave one commented and one uncommented.
#
# YOU NEED EITHER A MAIL PROGRAM
# $ config{‘mailprog’} = ‘/usr/lib/sendmail -t’;
#
# OR YOU NEED A MAIL HOST (SMTP)
$ config{‘mailhost’} = ‘localhost’;
# This line should be your e-mail address
$ config{‘admin_address’} = ‘nobody@yourhost.com’;
# This line should point to the URL of
# your server. It will be used for sending
# “you have been outbid” e-mail. The script
# name and auction will be appended to the
# end automatically, so DO NOT use a trailing
# slash. If you do not want to send outbid
# e-mail, leave this blank.
$ config{‘scripturl’} = ‘www.your.host.com’;
# This will let you define colors for the
# tables that are generated and the
# other page colors. The default colors
# create a nice “professional” look. Must
# be in hex format.
$ config{‘colortablehead’} = ‘#BBBBBB’;
$ config{‘colortablebody’} = ‘#EEEEEE’;
# Site Name (will appear at the top of each page)
$ config{‘sitename’} = ‘Your Site Name Here’;
# You can configure your own header which will
# be appended to the top of each page.
$ config{‘header’} =< <"EOF";
|
$ config{‘sitename’} Online Auction |
EOF
# You can configure your own footer which will
# be appended to the bottom of each page.
# Even though not required, a link back to
# everysoft.com will help to support future
# development.
$ config{‘footer’} =< <"EOF";
EOF
# Sniper Protection… How many minutes
# past last bid to hold auction. If auctions
# should close at exactly closing time, set
# to zero.
$ config{‘aftermin’} = 5;
# File locking enabled? Should be 1 (yes)
# for most systems, but set to 0 (no) if you
# are getting flock errors or the script
# crashes.
$ config{‘flock’} = 1;
# User Posting Enabled- 1=yes 0=no
$ config{‘newokay’} = 1;
Read More >>
PHOTO UPLOADING SCRIPT (ALLOWING VISITORS TO MY SITE TO UPLOAD IMAGES)?
Oct 16th
Question by parlanchina:
Photo uploading script (allowing visitors to my site to upload images)?
I want to put a pic uploading script on my website that will grant visitors to my site to upload their pics to my site. do you know any script or program that can do that?
Read More >>
Q&A: HI, I I NEED A PHP SCRIPT TO DESIGN A WEBSITE WERE PEOPLE CAN UPLOAD IMAGES AND VOTE?
Sep 28th
Question by irina:
Hi, I i need a php script to design a website were people can upload images and vote?
Its more like a contest, whoever wins gets a contract with a t-shirt company. But for this, people need to be able to upload the art and everyone should be able to vote for their favs.
This is for a private celebration so i cannot use google images or something like that, does anyone know of a php script that I can use?
Read More >>
HOW TO UPLOAD IMAGE TO MY WEB SITE THROUGH HTML FORMS USING A SCRIPT?
Aug 4th
Question by emtee:
How to upload image to my web site through html forms using a script?
i need a form to upload images to my website. i have looked around for examples that do not work. please help anyone!
Read More >>
HOW DOES ONE UPLOAD PHP SCRIPT TO A GODADDY HOSTED WEBSITE?
Apr 22nd
Question by brentie:
how does one upload php script to a godaddy hosted website?
baught two different readymade scripts for a website im building…..and i downloaded the scripts into my ftp client and im wondering now what, because its not showing up when i pull up the webpage.
Read More >>
HOW TO UPLOAD MY WEBSITE (SCRIPT IS HTML) FREE?
Mar 7th
Question by Mastoo:
How to upload my website (script is html) FREE?
Domain name is NOT compulsory URL will work for me. EASY way pleaseeeeeee
Read More >>
Q&A: HOW CAN I UPLOAD A SCRIPT FOLDER TO MY SITE?
Jan 30th

Question by ʎʞɔoɹ:
How can I upload a script folder to my site?
Do I have to upload each file one-by-one to the root folder through the File Manager on cPanel, or is there an easier way? The script is a lot of files in several different folders. Doing it one-by-one seems like it would take all day. Thanks.
Read More >>








