eAuction
  Not just another Perl script
Google
Welcome, Guest. Please Login or Register


If you use eAuction a lot and like it or if you make money from eAuction or from eAuction-related activities ...
then the project asks you for a donation in favor of the further development.



The forums are protected by
AccessControl
(written by Dieter Werner)
Click here if you want to check your IP against the most important RBLs of the net.
Click here in order to visite the AccessControl forums.


<< Visit the international e Auction Marketplace >>
Buy and sell PC and Consumer Electronic components






  HomeHelpSearchLoginRegister
 



Pages: 1 2 
Newbie Questions (Read 371 times)
Ronnie
eAuction User
**
Offline

I love Perl

Posts: 15

Newbie Questions
03/27/05 at 16:28:50
 
DieterW - Great script and thats for suggesting that I try it out.

I managed to get the script running and I have a few questions.  

1)   The documentation suggests that the icons be placed in a subfolder under "eAuction."  and the main instruction says to create a "eAuction161" folder.  Do I need tp creat a eAuction folder or change something in the script?  Currently the icons do not appear.

2)    Is there a way to deactive the requirement for the phone number?

3)   I am having some problems because there are quote's in my title and the title seems to be too long.  I tried the escape codes i.e.,  Mom \'N\' Pop\'s but I get an error.  Any suggestions?

4)   I've been working in test mode and the letters apprear on the bottom of the scrren.  Is there away to have the emails sent so I can see how they look.  Also, how does the script know when I leave test mode and go for the real thing?

Thanks for the great script.  You have gotten my excellent rating and I will make a donation after its up and running...Ronnie


Back to top
 
 


Advertising
View Profile   IP Logged
rancynd
eAuction Novice
*
Offline

I love Perl

Posts: 2
Ohio USA
Gender: male
Re: Newbie Questions
Reply #1 - 03/28/05 at 03:16:38
 
Hello Ronnie,

I'm not Dieter but Maybe I can help you a little. When you run the test the eAuction folder is created. There will be a subdirectory called 'auction_pics' in there. Upload the icons (camera.gif & hammer.gif) into the 'auction_pics' folder using binary mode.

As for the requirement for the phone and fax number, open the eConfig.pl file on your computer and look for the sub: Config-Section-02. Scroll down till you see this section

# Set this from 1 to 0 if you don't want to print out
# 'Users Phone-/Fax-Informations'
   $config{'print_phone_fax'}      = 1; # 1 = yes | 0 = no

just change the ($config{'print_phone_fax'} = 1;) 1 to a 0 like it says.

As for your title, look for this section in eConfig.pl:

# Auction Name (will appear at the top of each page)
   $config{'sitename'}              = 'eAuction.com';

Change to look like this:
$config{'sitename'}              = 'yoursitenamehere .com';

As for your emails, in this section of eConfig.pl:

# You need to assign either a mail program or
# a mail host so e-mails can be sent out.
# Configure your MAIL PROGRAM

  $config{'get_mail'}            = 1; # Set this from 1 to 0 if you want to use your own setting  
  $config{'mailprog'}            = '/Your/Path/To/sendmail'; # no additional options please
 
# or Configure your MAIL HOST (SMTP)
   #$config{'mailhost'}      = 'http://YourSMTP-Host';    

Set this up with your information for your mail that you will be using and then register yourself as a user on your auction site and you will receive a confirmation of signup and your password, and you will be able to see the emails that are sent.

If you are using a real web server on the internet be sure and set this section of the eConfig.pl section correctly:

# Set this from 0 to 1 if the script is running with a real Web-Server
   $config{'web_server'}      = 1;

when you make the changes reupload the eConfig.pl and eAuction.pl files making sure to use(ASCll mode)

   - chmod 755 eAuction.pl
   - chmod 644 eConfig161.pl
   - start your browser and type in:
     Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!
 

I am by no means an expert. I have been working with the script and I to have looked for answers and asked questions. Dieter is very knowledgeable and helpful and has created a very fine program. Be sure to send a donation  to him and help in anyway you can. A free program and the programmer's help, support and expertise, I dont think you will find it anywhere else on the web. Hail to Dieter.

I hope I helped answer some of your questions. Good Luck Friend.

Rancynd
Back to top
 
 


Advertising
View Profile   IP Logged
Dieter Werner
Administrator
*****
Offline

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: Newbie Questions
Reply #2 - 03/28/05 at 15:35:38
 
Ronnie   wrote on 03/27/05 at 16:28:50:
1)   The documentation suggests that the icons be placed in a subfolder under "eAuction."  and the main instruction says to create a "eAuction161" folder.  Do I need tp creat a eAuction folder or change something in the script?  Currently the icons do not appear.

The folder 'eAuction' is created by the script.
Search your web directory for eAuction.
Quote:
2)    Is there a way to deactive the requirement for the phone number?

Yes - edit the html code of the register form and edit the sub check_user_data
Quote:
3)   I am having some problems because there are quote's in my title and the title seems to be too long.  I tried the escape codes i.e.,  Mom \'N\' Pop\'s but I get an error.  Any suggestions?

Do this:
$config{'sitename'} = qq|Mom's Auction site|;
or/and
$config{'sitename'} = qq|Mom's very long<br>long long Auction site|;
Quote:
4)   I've been working in test mode and the letters apprear on the bottom of the scrren.  Is there away to have the emails sent so I can see how they look.

If a sendmail prog is installed on your local machine:
$config{'web_server'}      = 1;
Quote:
Also, how does the script know when I leave test mode and go for the real thing?

I don't know - but the script knows Wink
Back to top
 
 

Multimedia file viewing and clickable links are available for registered members only!!  You need to Login or Register!!


Greetings from Germany
Dieter Werner




Advertising
View Profile | WWW   IP Logged
Pages: 1 2 


If you like eAuction, please Rate it.
If you don't like eAuction, please Rate it too.


1 is being poor and 10 is being excellent


EveryScript

ip-location


AccessControl - Members Only