Mega Font Download$9.99
Related Searches:Mewsoft Auction V3.0 Mewsoft Auction v3.0 NulledUpdated.zip Mewsoft Free Mewsoft Auction Mewsoft Auction Download Mewsoft V3.0 V3.0 Auction
Name: Mewsoft Auction v3.0 NulledUpdated Size: 607 KB Type: Compressed (zipped) Folder Date modified: 8/19/2008 8:25 PM Date created: 11/15/2002 2:02 AM Date accessed: 11/15/2002 2:02 AM
0 * * * * /usr/local/plesk/apache/vhosts/mewsoft.com/cgi-bin/auction/autoclose.cgi
Mewsoft Software Installation Instructions-----------------------------------------------------------#==========================================================# Mewsoft #----------------------------------------------------------# Program Name : Mewsoft Auction Software# Program Version : 3.0# Program Author : Elsheshtawy, Ahmed Amin.# Home Page : http://www.drizware.com# Nullified By : TNO (T)he (N)ameless (O)ne#----------------------------------------------------------# s © 2001 Mewsoft. all rights reserved by drizware.com as a reseller.#==========================================================# This software license prohibits selling, giving away, or otherwise distributing # the source code for any of the scripts contained in this SOFTWARE PRODUCT,# either in full or any subpart thereof. Nor may you use this source code, in full or # any subpart thereof, to create derivative works or as part of another program # that you either sell, give away, or otherwise distribute via any method.You must# not (a) reverse assemble, reverse compile, decode the Software or attempt to # ascertain the source code by any means, to create derivative works by modifying # the source code to include as part of another program that you either sell, give# away, or otherwise distribute via any method, or modify the source code in a way# that the Software looks and performs other functions that it was not designed to; # (b) remove, change or bypass any or Software protection statements # embedded in the Software; or (c) provide bureau services or use the Software in# or for any other company or other legal entity.#==========================================================# ___ ___ ___ ____ _______# |/ /| | / // / | / / | |# | / / | | / / / / | | | | |# | / / | |-| / / / / |___ | | |-| |# | // | | / / / / | | | | |# | | |___ // // ___| /___/ | |##==========================================================
This file contains the installation instructions for Mewsoft Auction Software.-------------------------------------------------------------------------------------------------
Quick Guide-----------------
1. Unzip the file "auction.zip".2. Edit the first line of all *.cgi files to point to location of Perl on your server.3. Rename *.cgi to *.pl if your server requires the .pl extension for Perl scripts(or to any other extension).4. Edit the file "path.setup" with any text editor and the file "autoclose.cgi"5. Transfere all files and directories with the same directory structure on your computer.6. Change permissions on all files and directories.7. Run the Admin program from your web browser and setup the program configuration.8. Run the auction program from your broswer.9. Register as a user and test the program settings.10. If you have any problems contact Mewsoft Support.11. Congratulations.
Details of the installation instructions============================
1. Unzip the file "auction.zip".---------------------------------Place the file "auction.zip" in any directory on your computer and then unzip it. The unzipped directory structure isthe same structure of the program as it should installed on your server. The file unzip under two main directroies as follows:unzip directory/cgi-bin/auction /html/auctionThe directory /cgi-bin/auction and all its subdirectories and files should be transferred to your server cgidirectory. The directory /html/auction and all its subdirectories and files should be transferred to your server non cgi directory (also called documents directory or html directory or root directory).
2. Edit the first line of all *.cgi files to point to location of Perl on your server.--------------------------------------------------------------------------------------Open all *.cgi files only with any text editor and change the first line only in each file to point to perl location on your server. Normally it should be one of the following:
#!/usr/bin/perl#!/usr/local/bin/perl#!/usr/local/bin/perl5#!C:/perl/bin/perl.exe -w
If you do not know where perl is located, ask you system adminstarator, or if you have a Telnet you may run these commands to find where is perl located as well as sendmail program only if your are on a unix server:
which perl5whereis perl5
also for the mail program location:
which sendmailwhereis sendmail
Remember to insert "#!" in front of the perl location directory as follows:#!/usr/user/perl
You can also download the free script file "testserver.cgi" from our site and install it on your server, it will display all your server information.
3. Rename *.cgi to *.pl if your server requires the .pl extension for Perl scripts(or to any other extension).---------------------------------------------------------------------------------------------The executable files comes with *.cgi extension only. This is the extension required on most servers for executable files. If your server requires Perl programs to use the ".pl" extension or any other extension, you should rename *.cgi files to *.pl.
4. Edit the file "path.setup" with any text editor and the file "autoclose.cgi"---------------------------------------------------------------------------------------------Open the file "path.setup" with any text editor or notepad and edit these four variables in the file:Set the variable "$Program_CGI_Directory" to your server CGI Directory Path$Program_CGI_Directory="/www/mewsoft/cgi-bin/auction";
Set the variable "CGI Directory URL" to your system URL to the cgi-bin directory$Program_CGI_Directory_URL="http://www.drizware.com/cgi-bin/auction";
Set the variable "$Program_HTML_Directory" to your server htdoc (html) directory$Program_HTML_Directory="/www/mewsoft/auction";
Set the variable "$Program_HTML_Directory_URL" to your server htdoc (html) directory URL$Program_HTML_Directory_URL="http://www.drizware.com/auction";
Now Open the file "autoclose.cgi" with your text editor, look for the line that looks likethis at the top part of the file:
#Set this variable to point to the directory"auction" on your cgi-bin directory $Program_CGI_Directory="/home/www/mewsoft/cgi-bin/auction";
Edit this variable $Program_CGI_D.irectory also to point to your auction directoryon your server cgi-bin directory
5. Transfere all files and directories with the same directory structure on your computer.------------------------------------------------------------------------------------------These instructions assume that you have FTP access to the server and that you have some basic knowledge ofhow to use an FTP program to go to different directories on your site, create directories when necessary,and to upload files to your server. If you do not have this basic knowledge, we recommend getting an FTPprogram such as WS_FTP (http://www.drizware.com/), CuteFTP (http://www.drizware.com/), BulletProof FTP (http://www.drizware.com/), or FTP Voyager (http://www.drizware.com/ , the best) and reading its documentation thoroughly in order to learn how to use such programs.
When uploading all of the text files for the software, be sure to set your FTP program to transfer in ASCII mode (the graphics files, such as those ending in ".gif" and ".jpg", should be transferred in Binary mode).The scripts, Templates, Language files and setup files will NOT work properly if you transfer it in binary mode.
If your FTP program allows you to transfer the directory and all its subdirectories (such as FTP Voyager, BulletProof FTP) then you can in one step transfer all the /cgi-bin/auction directory and all its subdirectoriesand files to your cgi directory and also in one step transfer /html/auction and all its subdirectoriesand files to your html directory, in this case you can scip to the next step.
Use any FTP program to connect to your server. Then, change directory to your "cgi-bin" directory and create the following subdirectories
auctionauction/dataauction/data/archiveauction/data/customauction/data/databaseauction/data/database/archiveauction/data/database/itemsauction/data/database/maillistsauction/data/exportauction/data/itemsauction/data/languageauction/data/language/Englishauction/data/lockauction/data/maillistsauction/data/secureauction/data/tempauction/data/templates
Important note, when creating the language directory "auction/data/language/English", use the first lettercaptalized for the language name "English". You will be able to create other languages from the admin menus.
Now change directory to your document directory(your HTML directory or non CGI directory), and then create the following subdirectories:
auctionauction/backupauction/imagesauction/upload
Now transfere the files from your computer to the corresponding directories on your server.Transfere all *.cgi, *.pm, *.setup, and *.txt files in ASCII mode.Transfere all other files in Binary mode.here is the directory structure tree as it should be:
cgi-bin directory:
/cgi-bin/ |-auction | |-custom |-data |-archive |-custom |-database |-archive |-items |-maillists |-export |-items |-language |-English |-lock |-maillists |-secure |-temp |-templates
html direcory:
/html/ |-auction |-backup |-images |-upload
6. Change permissions on all files and directories.---------------------------------------------------
Setting permissions is the very important for the program to run correctly. Changing files permissions is different from operating system to onther. Here is the a comparison between Unix and Windows permissions values and meaning:
Unix Permissions values:===================================================Owner Group Other----------------------------------------------------Read (4) Read (4) Read (4)Write (2) Write (2) Write (2)Execute (1) Execute (1) Execute (1) =====================================================
If you are on a Unix server, use your FTP program to change files and directories permissions.You may also set permissions from your Telnet program, log into your server using "chmod" command.Here are the required permissions on each directory and file:
The cgi directory:
auction (unix : 0755, windows executable)auction/data (unix : 0777, windows writable)auction/data/archive (unix : 0777, windows writable)auction/data/custom (unix : 0777, windows writable)auction/data/database (unix : 0777, windows writable)auction/data/database/archive (unix : 0777, windows writable)auction/data/database/items (unix : 0777, windows writable)auction/data/database/maillists (unix : 0777, windows writable)auction/data/export (unix : 0777, windows writable)auction/data/items (unix : 0777, windows writable)auction/data/language (unix : 0777, windows writable)auction/data/language/English (unix : 0777, windows writable)auction/data/lock (unix : 0777, windows writable)auction/data/maillists (unix : 0777, windows writable)auction/data/secure (unix : 0777, windows writable)auction/data/temp (unix : 0777, windows writable)auction/data/templates (unix : 0777, windows writable)
The HTML directory:
auction (unix : 0755, windows executable)auction/backup (unix : 0777, windows writable)auction/images (unix : 0755, windows executable)auction/upload (unix : 0777, windows writable)
Now change permissions for files in the cgi-directory/auction to (755) using FTP or Telnet,/cgi-bin/auction> chmod 755 *.cgi, *.pm
Change permissions for files in all subdirectories under the data directory to writables files (777):auction/data/custom/ chmod 777 *.pmauction/data/ chmod 777 *.*auction/data/archive/ chmod 777 *.*auction/data/database/ chmod 777 *.*auction/data/items/ chmod 777 *.*auction/data/language/ chmod 777 *.*auction/data/language/English/ chmod 777 *.*auction/data/maillists/chmod 777 *.*auction/data/temp/chmod 777 *.*auction/data/templates/chmod 777 *.*
Most subdirectories are empty at the installation time, these directories will be used later by the program.
7. Run the Admin program from your web browser and setup the program configuration.----------------------------------------------------------------------------------Now before you go further, you need to know if the following perl modules installed on your server or not.If not installed, you need to install first:I)- perl module "DB_File"2)- perl module "cwd"3)-perl module "File:Copy"
To help you determine if these modules installed or not, run the program "testserver.cgi" from your web browser,this file is available with the auction package in the same cgi files directory.
Now you have done a great gob. If you have carefully followed all of the instructions above, you are now readyto start the admin program to complete the program confoguration and installation. Please point your browser to the URL of the "admin.cgi" file as follows:
http://www.drizware.com/cgi-bin/auction/admin.cgi
where "www.drizware.com" would be replaced by your actual domain name. Please note that if you renamedthe "admin.cgi" file to "admin.pl" or to any other name, you would need to adjust this URL accordingly. Only each time you run the admin program you need to login as the system admin, the default login "User ID"is "admin", and the default password is "admin". Change these login information once you login for your system security.
If the "admin" program runs now, the great gob, the remaining part is very easy. You should see now the adminprogram main menu.
From the admin menu run the "Configuration" utility by clicking on "Configuration". Change all path's and URL'sto point to your server and all other information. These information are very important to run the "auction.cgi"program and all the auction software.
The next step is from the admin menu also to set the default language for the auction program to start properly.To do so, click on "Language Manager" from the admin main menu, then set the default language to "English"by selecting the "English" language and click on "Submit", then click on "Initialize languages".
The last step in the configuration is loading the default database, defalut categories and configuration.To do so, from the admin main menu, click on "Database", from the database menu click on "Load System Database From The ASCII Backup", this will do all the job for you.
Now if everything done as it should be you have finished the installation.
8. Run the auction program from your broswer.---------------------------------------------
If you finished all the previous installation steps correctly, you will be able to run the auction program from your browser. To to so, please point your browser to the "auction.cgi" program on your server as follows:
http://www.drizware.com/cgi-bin/auction/auction.cgi
where "www.drizware.com" would be replaced by your actual domain name. Please note that if you renamedthe "auction.cgi" file to "auction.pl" or to any other name, you would need to adjust this URL accordingly.
If the program run and you see the main categories page, the congratulations, and thanks for this great gob.
9. Register as a user and test the program settings.---------------------------------------------------Now the program is runing, but to make sure that all the installation process completed correctly, you need to testall the program functions. To to so, Please register as a user and test every single function as it requires the useto do. For example, submit it, edit your registration information, create auction Alerts, check the emails sent out.This will help you detect any problems with the program installation, for example, files not transfered in the correctmode, permisssions not set, directories not created. To automate the process of resubmitting and closing the items seethe online manual for installing the program "autoclose.cgi" as a cronjob using your unix crontab program or similarutilities on Windows systems.
10. If you have any problems contact Mewsoft Support.---------------------------------------------------In case you were unable to complete the installation process succefully, please contact the Mewsoft technicalsupport at "support@drizware.com" or visit Mewsoft website at "http://www.drizware.com".
11. Congratulations.---------------------------Congratulations for purchasing the Mewsoft auction software and thank you for your bussines.-------------------------------------------------------------------------------------------------
Best regards,Elsheshtawy, Ahmed A.Mewsoft Presidenthttp://www.drizware.cominfo@drizware.comFAX: 1-(865)-946-5287 (USA)June 15, 2000Update for version 3.00 March 12, 2001
Mewsoft2521 Kingston Pike, 310Knoxville, TN 37919U.S.A
----------------------End of installation File------------------------------------------------------------------------
Mewsoft Software Nullification Information-----------------------------------------------------------
#==========================================================# Mewsoft #----------------------------------------------------------# Program Name : Mewsoft Auction Software# Program Version : 3.0# Program Author : Elsheshtawy, Ahmed Amin.# Home Page : http://www.drizware.com# Nullified By : TNO (T)he (N)ameless (O)ne#----------------------------------------------------------# s © 2001 Mewsoft. all rights reserved by drizware.com as a reseller.#==========================================================
This software used 4 very basic callback features which have course been removed.
1. The first thing altered was all the links to http://www.drizware.com. All these links have now been prefixed with https://www.drizware.com/o/_i: which means you can safely click through to the vendors website without risking your ip/domain showing up in any of their refer logs.
2. Secondly 3 of the scripts were calling on a total of 4 images from the vendors website. Now rather then have the images called through safeweb I have directed them to be called from your local image directory instead. There is no need for you to obtain these offending images as they have already been downloaded and are packaged with this nullified distribution.
3. Thirdly, when clicking "upgrade" in your Admistration Control Panel the following information was sent to mewsoft and pre-entered into their upgrade form:
a) Your FTP Domain Name/IP b) The Absolute Path To Your CGI Directory c) The URL To Your CGI Directory d) The Absolute Path To Your HTML Directory e) The URL To Your HTML Directory f) Your Server Path To Perl g) The Software To Install h) The Installation Type
All this information with the exceptions of f, g and h (which are harmless) have now been changed to "Data Submission Blocked By: TNO". This is to ensure that mewsoft know nothing of your configurations if you ever decide to go to their upgrade site.
4. Finally, and the scariest of them all the following code has been removed:
sub s{my($p,$o,$u);my(@drizware.comm','e','w','s','o','f','t','.','c','o','m','/','c','g','i','-','b','i','n','/','u','p','g','r','a','d','e','/','u','s','e','r','s','.','c','g','i');$u=join("", @drizware.comre not counted to be of any significant value so the top part of this code in (-) is actually "http://www.drizware.com/cgi-bin/upgrade/users.cgi" The bottom part of this code is the information being recorded by mewsoft and can be translated as follows:
a) Your Admistration User ID b) Your Administration Password c) Your Domain Name d) The Main Program Name e) The Administrators Name f) The Administrators Program Name g) The URL To Your Administration Script h) Absoloute Path To Your CGI Directory i) The URL Of Your CGI Directory j) Absolute Path To Your HTML Directory k) The URL To Your HTML Directory This information is not just recorded on installation it is recorded every single time you login to your administration panel. Which means no matter how many times you change your username and password mewsoft will know it and will be able to access your admin panel anytime they like and for those who have used this software they will know that it is capable of storing customers personal details and debit/credit card information!
This to me is a complete breach of privacy and in most countries against the law. It is a scary thought to think that out of mewsoft's thousands of genuine and paying clients they have global access to every single one of their installations. A scary thought !!!
You on the other hand have no worries because if you are reading this then you have in your possesion a 100% fully nullified version that mewsoft will never know about #:)
Enjoy, TNO
--------------End Of Nullification Information------------------------------------------------------------------------
SSI Include Demo
auction/cgi-bin/auction/accountmgr.pmauction/cgi-bin/auction/admin.cgiauction/cgi-bin/auction/announcements.pmauction/cgi-bin/auction/auction.cgiauction/cgi-bin/auction/autoclose.cgiauction/cgi-bin/auction/bidding.pmauction/cgi-bin/auction/bidfind.pmauction/cgi-bin/auction/catmanager.pmauction/cgi-bin/auction/ccverify.pmauction/cgi-bin/auction/configuration.pmauction/cgi-bin/auction/contact.pmauction/cgi-bin/auction/countdown.pmauction/cgi-bin/auction/cron.txtauction/cgi-bin/auction/custom.pmauction/cgi-bin/auction/dbmanagar.pmauction/cgi-bin/auction/displaylist.pmauction/cgi-bin/auction/displaymain.pmauction/cgi-bin/auction/displaymgr.pmauction/cgi-bin/auction/editor.pmauction/cgi-bin/auction/editprofile.pmauction/cgi-bin/auction/emailfriend.pmauction/cgi-bin/auction/feedback.pmauction/cgi-bin/auction/general.pmauction/cgi-bin/auction/http_lib.pmauction/cgi-bin/auction/index.shtmlauction/cgi-bin/auction/install.txtauction/cgi-bin/auction/language.pmauction/cgi-bin/auction/license.txtauction/cgi-bin/auction/login.pmauction/cgi-bin/auction/maillib.pmauction/cgi-bin/auction/merchant.pmauction/cgi-bin/auction/mewsoft.pmauction/cgi-bin/auction/nullification.txtauction/cgi-bin/auction/path.setupauction/cgi-bin/auction/preview.pmauction/cgi-bin/auction/previewbid.pmauction/cgi-bin/auction/registration.pmauction/cgi-bin/auction/search.pmauction/cgi-bin/auction/speciallist.pmauction/cgi-bin/auction/sproxy.cgiauction/cgi-bin/auction/ssiinterface.pmauction/cgi-bin/auction/ssi_include.txtauction/cgi-bin/auction/style.cssauction/cgi-bin/auction/submititem.pmauction/cgi-bin/auction/testserver.cgiauction/cgi-bin/auction/testserver.pmauction/cgi-bin/auction/timedate.pmauction/cgi-bin/auction/uploadfile.pmauction/cgi-bin/auction/users.pmauction/cgi-bin/auction/viewitem.pmauction/cgi-bin/auction/xitems.pmauction/cgi-bin/auction/data/index.shtmlauction/cgi-bin/auction/data/archive/index.shtmlauction/cgi-bin/auction/data/custom/index.shtmlauction/cgi-bin/auction/data/database/index.shtmlauction/cgi-bin/auction/data/database/archive/index.shtmlauction/cgi-bin/auction/data/database/items/index.shtmlauction/cgi-bin/auction/data/database/maillists/index.shtmlauction/cgi-bin/auction/data/export/index.shtmlauction/cgi-bin/auction/data/items/index.shtmlauction/cgi-bin/auction/data/language/index.shtmlauction/cgi-bin/auction/data/language/English/aboutus.pmauction/cgi-bin/auction/data/language/English/accesslock.pmauction/cgi-bin/auction/data/language/English/accountmgr.pmauction/cgi-bin/auction/data/language/English/announcements.pmauction/cgi-bin/auction/data/language/English/bidding.pmauction/cgi-bin/auction/data/language/English/categories.pmauction/cgi-bin/auction/data/language/English/contact.pmauction/cgi-bin/auction/data/language/English/custom.pmauction/cgi-bin/auction/data/language/English/editprofile.pmauction/cgi-bin/auction/data/language/English/emailauction.pmauction/cgi-bin/auction/data/language/English/feedback.pmauction/cgi-bin/auction/data/language/English/general.pmauction/cgi-bin/auction/data/language/English/help.pmauction/cgi-bin/auction/data/language/English/helppages.pmauction/cgi-bin/auction/data/language/English/index.shtmlauction/cgi-bin/auction/data/language/English/login.pmauction/cgi-bin/auction/data/language/English/preferences.pmauction/cgi-bin/auction/data/language/English/previewitem.pmauction/cgi-bin/auction/data/language/English/privacypolicy.pmauction/cgi-bin/auction/data/language/English/registration.pmauction/cgi-bin/auction/data/language/English/searchtips.pmauction/cgi-bin/auction/data/language/English/setlanguage.pmauction/cgi-bin/auction/data/language/English/speciallist.pmauction/cgi-bin/auction/data/language/English/submititem.pmauction/cgi-bin/auction/data/language/English/uploadfile.pmauction/cgi-bin/auction/data/language/English/useragreement.pmauction/cgi-bin/auction/data/language/English/viewitem.pmauction/cgi-bin/auction/data/lock/index.shtmlauction/cgi-bin/auction/data/maillists/index.shtmlauction/cgi-bin/auction/data/secure/index.shtmlauction/cgi-bin/auction/data/temp/index.shtmlauction/cgi-bin/auction/data/templates/aboutus.htmlauction/cgi-bin/auction/data/templates/accountactivity.htmlauction/cgi-bin/auction/data/templates/accountmgr.htmlauction/cgi-bin/auction/data/templates/accountoverview.htmlauction/cgi-bin/auction/data/templates/allcategories.htmlauction/cgi-bin/auction/data/templates/announcements.htmlauction/cgi-bin/auction/data/templates/bidhistory.htmlauction/cgi-bin/auction/data/templates/category.htmlauction/cgi-bin/auction/data/templates/contact.htmlauction/cgi-bin/auction/data/templates/editprofile.htmlauction/cgi-bin/auction/data/templates/emailauction.htmlauction/cgi-bin/auction/data/templates/feedback.htmlauction/cgi-bin/auction/data/templates/forgotlogin.htmlauction/cgi-bin/auction/data/templates/frontpage.htmlauction/cgi-bin/auction/data/templates/general.htmlauction/cgi-bin/auction/data/templates/help.htmlauction/cgi-bin/auction/data/templates/helppages.htmlauction/cgi-bin/auction/data/templates/index.shtmlauction/cgi-bin/auction/data/templates/listingpage.htmlauction/cgi-bin/auction/data/templates/login.htmlauction/cgi-bin/auction/data/templates/previewbid.htmlauction/cgi-bin/auction/data/templates/previewitem.htmlauction/cgi-bin/auction/data/templates/privacypolicy.htmlauction/cgi-bin/auction/data/templates/registration.htmlauction/cgi-bin/auction/data/templates/search.htmlauction/cgi-bin/auction/data/templates/searchtips.htmlauction/cgi-bin/auction/data/templates/setlanguage.htmlauction/cgi-bin/auction/data/templates/submititem.htmlauction/cgi-bin/auction/data/templates/ticker.htmlauction/cgi-bin/auction/data/templates/uploadfile.htmlauction/cgi-bin/auction/data/templates/useragreement.htmlauction/cgi-bin/auction/data/templates/viewalertme.htmlauction/cgi-bin/auction/data/templates/viewfeedback.htmlauction/cgi-bin/auction/data/templates/viewitem.htmlauction/html/auction/index.shtmlauction/html/auction/initspell.htmauction/html/auction/spellchecker.jsauction/html/auction/testspell.htmauction/html/auction/backup/index.shtmlauction/html/auction/images/405.gifauction/html/auction/images/407.gifauction/html/auction/images/414.gifauction/html/auction/images/415.gifauction/html/auction/images/417.gifauction/html/auction/images/anniver
Price: $0.00