Mega Font Download$9.99
Related Searches:Tight Auctions 31 TightAuctions31.zip Tight Free Tight Auctions Tight Auctions Download Tight 31 31 Auctions
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
The readme is located in the /misc/docs directory. Go thereto read the actual readme file.
User-agent: *Disallow: /cgi-binDisallow: /mo_cached_newsDisallow: /forumsDisallow: /MyAccount
Readme for CategoryAdmin
CategoryAdmin allows you to easily manage your categories. The categoriesare 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 withdifferent 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 usethe File | Import and File | Export commands to import and export your categories. Use File | Open and File | Save to open and save the categoryfiles locally on your machine.
The "New Root" button creates a new root. To add another category, right-click onthe 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 theCategoryAdmin Windows program since it currently doesn't support authorizationlogins. 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 writesa 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 toupdate the categories. Please note that you should have yourcategories updated and all set before you allow users to postads on your website. The software currently does not reconcilechanges to the categories. e.g. An ad that was placed in onecategory could be placed into another category after the categorieshave been updated due to the reassignments of the primary keyCategoryID.
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 thescripts to fix the problem mentioned.
Feedback and/or Questions-------------------------
Questions regarding TightAuctions? Your question may have already beenanswered, 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
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 besidesthe 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.
distrib 3.1/AdExpiration.incdistrib 3.1/AuctionEndedNotify.pldistrib 3.1/BidIncrements.incdistrib 3.1/config.phpdistrib 3.1/CurrentPrice.incdistrib 3.1/dblink.incdistrib 3.1/footer.incdistrib 3.1/header.incdistrib 3.1/index.phpdistrib 3.1/LeaveFeedback.phpdistrib 3.1/LICENSE.txtdistrib 3.1/logo.gifdistrib 3.1/PreviewAuctionBid.phpdistrib 3.1/privatemsgs.incdistrib 3.1/Readme.txtdistrib 3.1/register.incdistrib 3.1/register.phpdistrib 3.1/registerconfirm.phpdistrib 3.1/robots.txtdistrib 3.1/search.phpdistrib 3.1/sendmessage.phpdistrib 3.1/signin.phpdistrib 3.1/square_bullet.gifdistrib 3.1/SubmitAuctionBid.phpdistrib 3.1/usersession.incdistrib 3.1/ViewAuctionAd.phpdistrib 3.1/ViewBids.phpdistrib 3.1/viewcat.phpdistrib 3.1/ViewClassifiedAd.phpdistrib 3.1/ViewFeedback.phpdistrib 3.1/viewmember.phpdistrib 3.1/admin/.htaccessdistrib 3.1/admin/adlist.phpdistrib 3.1/admin/expiredlist.phpdistrib 3.1/admin/memberlist.phpdistrib 3.1/cat_admin/.htaccessdistrib 3.1/cat_admin/categories_export.phpdistrib 3.1/cat_admin/categories_import.phpdistrib 3.1/cat_admin/update_browse_cat.phpdistrib 3.1/cat_admin/update_fullbrowse_cat.phpdistrib 3.1/misc/CategoryAdmin/CategoryAdmin.exedistrib 3.1/misc/CategoryAdmin/Readme.txtdistrib 3.1/misc/docs/LICENSE.txtdistrib 3.1/misc/docs/Readme.txtdistrib 3.1/misc/sql/backup.shdistrib 3.1/misc/sql/create.sqldistrib 3.1/MyAccount/ChangePassword.phpdistrib 3.1/MyAccount/Logout.phpdistrib 3.1/MyAccount/ModifyAuctionAd.phpdistrib 3.1/MyAccount/ModifyClassifiedAd.phpdistrib 3.1/MyAccount/MyAccount.phpdistrib 3.1/MyAccount/NewAd.phpdistrib 3.1/MyAccount/NewAuctionAd.phpdistrib 3.1/MyAccount/NewClassifiedAd.phpdistrib 3.1/MyAccount/PreviewAuctionAd.phpdistrib 3.1/MyAccount/PrivateMsgs.phpdistrib 3.1/MyAccount/SubmitModifyAuctionAd.phpdistrib 3.1/MyAccount/SubmitModifyClassifiedAd.phpdistrib 3.1/MyAccount/SubmitNewAuctionAd.phpdistrib 3.1/MyAccount/SubmitNewClassifiedAd.phpdistrib 3.1/MyAccount/UpdateProfile.phpdistrib 3.1/MyAccount/ViewMyAds.phpdistrib 3.1/MyAccount/ViewMyBids.phpdistrib 3.1/MyAccount/ViewPrivateMsg.php
Price: $0.00