Search for:
Welcome Guest [Login | Register| Register as Seller]
Categories
Shopping Downloads
Checkout Basket
0Items in cart:
$0.00Total:
Mailing List
Subscribe to our mailing list below:
Email:
Resources
DrizWare.com on Facebook
Location: /PHP Scripts





Tight Auctions 31

Related Searches:
Tight Auctions 31
TightAuctions31.zip
Tight
Free Tight Auctions
Tight Auctions Download
Tight 31
31 Auctions

TightAuctions31.zip

Name: TightAuctions31
Size: 606 KB
Type: Compressed (zipped) Folder
Date modified: 8/19/2008 8:26 PM
Date created: 11/15/2002 2:03 AM
Date accessed: 11/15/2002 2:03 AM

distrib 3.1/Readme.txt


The readme is located in the /misc/docs directory. Go there
to read the actual readme file.


distrib 3.1/robots.txt

User-agent: *
Disallow: /cgi-bin
Disallow: /mo_cached_news
Disallow: /forums
Disallow: /MyAccount

distrib 3.1/misc/CategoryAdmin/Readme.txt


Readme for CategoryAdmin

CategoryAdmin allows you to easily manage your categories. The categories
are used for both auctions and classifieds. Note that you should use
CategoryAdmin to setup your categories in the beginning. Until the
import/export scripts are fixed, any current ads may be associated with
different categories. See below for details.

Using CategoryAdmin
-------------------
First you need to set your server name and paths to the import/export scripts.
Do this via going to Edit | Preferences. After setting that up you can use
the File | Import and File | Export commands to import and export your
categories. Use File | Open and File | Save to open and save the category
files locally on your machine.

The "New Root" button creates a new root. To add another category, right-click on
the root node that you wish to create the category underneath and select "Add"
from the context menu. To delete a category (and subcategories, if any), select
"Delete" from the context menu.


FILES YOU'LL NEED TO MODIFY
---------------------------

To get everything running you'll need to appropriately modify the
config.php file and set the variables.

You may also want to setup .htaccess appropriately for /admin and /cat_admin.
NOTE: You'll want to disable .htaccess for /cat_admin when you're using the
CategoryAdmin Windows program since it currently doesn't support authorization
logins. After you're finished with updating the categories then reenable
.htaccess for /cat_admin.

You will also need to temporarily enable the root directory in which the
files are stored to be writeable when updating the categories since it writes
a file that is to be included on the home pages.


NOTE ON CATEGORIES ( applies to the /cat_admin and /misc/CategoryAdmin directories )
------------------------------------------------------------------------------------

These files are used by the CategoryAdmin Windows program to
update the categories. Please note that you should have your
categories updated and all set before you allow users to post
ads on your website. The software currently does not reconcile
changes to the categories. e.g. An ad that was placed in one
category could be placed into another category after the categories
have been updated due to the reassignments of the primary key
CategoryID.

This could easily be fixed to resolve this issue by modifying
the import/export scripts to reassign the foreign key referenced
to a category in the ads tables. I'll probably add this
functionality in the next release but ran out of time for this
version. In the meantime, just setup your categories first
beforehand and keep them fixed unless you can modify the
scripts to fix the problem mentioned.


Feedback and/or Questions
-------------------------

Questions regarding TightAuctions? Your question may have already been
answered, or you can post a new one if it hasn't already been answered.

http://www.drizware.com/forums

You can also send feedback, questions, etc. to tightauctions@drizware.com


Cheers,

TightPrices Team

distrib 3.1/misc/docs/Readme.txt


Readme for TightAuctions

------------------------------------------------------------------------

END-USER LICENSE AGREEMENT

NOTICE TO USER: PLEASE READ THIS CONTRACT CAREFULLY. BY USING ALL OR ANY PORITION OF THE SOFTWARE YOU ACCEPT ALL THE TERMS AND CONDITIONS OF THIS AGREEMENT.

(i) The TightAuctions source code may be modified at the user's risk, but the software
(altered or otherwise) may not be distributed to other entities with the explicit written
permission of TightPrices. In other words, TightAuctions may be modified for your use only.
Under no circumstances may any modified TightAuctions code be distributed unless an explicit
written permission is granted by TightPrices.

(ii) All TightPrices notices within the source code, design templates, software,
etc. must not be modified and remain visible.

(iii) The Redistributable Code is the property of TightPrices and is protected by
law and international treaty provisions. You are not authorized to reproduce and distribute
the Redistributable Code. TightPrices reserves all rights not expressly granted. THE
REDISTRIBUTABLE CODE IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
FITNESS FOR A PARTICULAR PURPOSE. YOU ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE
OF THE REDISTRIBUTABLE CODE. TIGHTPRICES SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER
ARISING OUT OF THE USE OF OR INABILITY TO USE THE REDISTRIBUTABLE CODE, EVEN IF TIGHTPRICES
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


------------------------------------------------------------------------

Overview
--------
Welcome to TightAuctions! The system does auctions and also classifieds.
It provides bidding, placing ads, user account managment, etc. features. It's
written in PHP and currently uses mySQL database for the backend. A Windows
program called CategoryAdmin allows ease of category administration.


DIRECTORIES
-----------

/ - TightAuctions files
/admin - administration files
/cat_admin - category administration (used by the CategoryAdmin program)
/MyAccount - user account management files
/misc/docs - Readme and license agreement.
/misc/sql - SQL table creation file.
/misc/CategoryAdmin - Windows category administration program

Place all of the files and directories retaining their structure in the
/, /admin, /cat_admin onto your web server. E.g. place everything besides
the stuff within the /misc folder.

Setup
-----

1) Copy all of the distributed files to your server except for the /misc directory.

2) Use the "create.sql" file in the /misc/sql directory to create the mySQL tables.

e.g. cat create.sql | mysql [database name]

3) Appropriately modify the variables in the config.php file as described within.

4) Change the return key in usersession.inc for the function getUserSessionKey() to
your own private key for encryption. It can be anything you'd like, but I'd
recommend making it obfuscated to make it hard to guess.

5) Use CategoryAdmin to setup your categories. Note that you'll have to enable
the /cache directory to be writeable using chmod. See the Readme.txt file within
the /misc/CategoryAdmin directory for more information about this program.

6) You'll need to setup a cron tab and run the AuctionEndedNotify.pl PERL script that
will notify users via e-mail when their auction has ended if they are the seller
and the highest bidder.


Feedback and/or Questions
-------------------------

Questions regarding TightAuctions? Your question may have already been
answered, or you can post a new one if it hasn't already been answered.

http://www.drizware.com/forums

You can also send feedback, questions, etc. to tightauctions@drizware.com


Cheers,

TightPrices Team


Files


distrib 3.1/AdExpiration.inc
distrib 3.1/AuctionEndedNotify.pl
distrib 3.1/BidIncrements.inc
distrib 3.1/config.php
distrib 3.1/CurrentPrice.inc
distrib 3.1/dblink.inc
distrib 3.1/footer.inc
distrib 3.1/header.inc
distrib 3.1/index.php
distrib 3.1/LeaveFeedback.php
distrib 3.1/LICENSE.txt
distrib 3.1/logo.gif
distrib 3.1/PreviewAuctionBid.php
distrib 3.1/privatemsgs.inc
distrib 3.1/Readme.txt
distrib 3.1/register.inc
distrib 3.1/register.php
distrib 3.1/registerconfirm.php
distrib 3.1/robots.txt
distrib 3.1/search.php
distrib 3.1/sendmessage.php
distrib 3.1/signin.php
distrib 3.1/square_bullet.gif
distrib 3.1/SubmitAuctionBid.php
distrib 3.1/usersession.inc
distrib 3.1/ViewAuctionAd.php
distrib 3.1/ViewBids.php
distrib 3.1/viewcat.php
distrib 3.1/ViewClassifiedAd.php
distrib 3.1/ViewFeedback.php
distrib 3.1/viewmember.php
distrib 3.1/admin/.htaccess
distrib 3.1/admin/adlist.php
distrib 3.1/admin/expiredlist.php
distrib 3.1/admin/memberlist.php
distrib 3.1/cat_admin/.htaccess
distrib 3.1/cat_admin/categories_export.php
distrib 3.1/cat_admin/categories_import.php
distrib 3.1/cat_admin/update_browse_cat.php
distrib 3.1/cat_admin/update_fullbrowse_cat.php
distrib 3.1/misc/CategoryAdmin/CategoryAdmin.exe
distrib 3.1/misc/CategoryAdmin/Readme.txt
distrib 3.1/misc/docs/LICENSE.txt
distrib 3.1/misc/docs/Readme.txt
distrib 3.1/misc/sql/backup.sh
distrib 3.1/misc/sql/create.sql
distrib 3.1/MyAccount/ChangePassword.php
distrib 3.1/MyAccount/Logout.php
distrib 3.1/MyAccount/ModifyAuctionAd.php
distrib 3.1/MyAccount/ModifyClassifiedAd.php
distrib 3.1/MyAccount/MyAccount.php
distrib 3.1/MyAccount/NewAd.php
distrib 3.1/MyAccount/NewAuctionAd.php
distrib 3.1/MyAccount/NewClassifiedAd.php
distrib 3.1/MyAccount/PreviewAuctionAd.php
distrib 3.1/MyAccount/PrivateMsgs.php
distrib 3.1/MyAccount/SubmitModifyAuctionAd.php
distrib 3.1/MyAccount/SubmitModifyClassifiedAd.php
distrib 3.1/MyAccount/SubmitNewAuctionAd.php
distrib 3.1/MyAccount/SubmitNewClassifiedAd.php
distrib 3.1/MyAccount/UpdateProfile.php
distrib 3.1/MyAccount/ViewMyAds.php
distrib 3.1/MyAccount/ViewMyBids.php
distrib 3.1/MyAccount/ViewPrivateMsg.php

Price: $0.00


Product Code: TightAuctions31
 
Quantity: Download!