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 ... 4 5 6 7 8 
Information Exchange (Read 3699 times)
mars
eAuction Expert
Tester
***
Offline

I love Perl

Posts: 149

Re: Information Exchange
Reply #15 - 08/02/05 at 19:27:14
 
Dieter,
I think I resolved the quirky bidding issue I mentioned in my previous posting.
I posted a new test item, bid against it and all seems normal.
Below are the changes I made in sub proc_bid.
I know more sub routines need to be modified but not sure which ones remain so I will wait for your next steps.

Regards,

mars/mars22
-----------------------------------------------

I went to 'sub proc_bid' and added
   my $location;
   to the header of 'sub proc_bid'

I then:
    - searched 'sub proc_bid' for every instance of Code:

   (
       $title,
       $reserve,
       $inc,
       $desc,
       $image,
       $start_time,
       $close_time,
       $clicks,
       @bids
   ) = @item;

               
And replaced it with Code:

   (
       $title,
       $reserve,
       $inc,
       $desc,
       $image,
       $start_time,
       $close_time,
  $location,
       $clicks,
       @bids
   ) = @item;
Back to top
 
 


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

Dipl. Paranoiac ®

Posts: 1162
Germany
Gender: male
Re: Information Exchange
Reply #16 - 08/02/05 at 20:40:54
 
Yes - that's OK  Smiley
Now you have to check the content of 'sub disp_list'
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
mars
eAuction Expert
Tester
***
Offline

I love Perl

Posts: 149

Re: Information Exchange
Reply #17 - 08/02/05 at 21:06:25
 
Dieter,

I have done the following in sub disp_list

Changed the header from:
sub disp_list {
   my $itm_cnt = 0;
   my $line_cnt = 0;
   my $page_cnt = 0;
   my $found = 0;
   my $dest = undef;
   my $ret_val = 1;
   my @allfiles = ();

TO::

sub disp_list {
   my $itm_cnt = 0;
   my $line_cnt = 0;
   my $page_cnt = 0;
   my $found = 0;
   my $dest = undef;
   my $ret_val = 1;
   my @allfiles = ();
my $location;

And I changed::
                   (
                       $title,
                       $reserve,
                       $inc,
                       $desc,
                       $image,
                       $start_time,
                       $close_time,
                       undef,
                       @bids
                   ) = @{read_item_file($cat, $item)};

 TO::
                   (
                       $title,
                       $reserve,
                       $inc,
                       $desc,
                       $image,
                       $start_time,
                       $close_time,
                   $location,
                       undef,
                       @bids
                   ) = @{read_item_file($cat, $ite[red]m)};

I am not clear on what this sub rountine is supposed to do, but I uploaded the file with these modifications and it seems fine. Have I missed anything that needs attention in sub disp_list?

The bidding is acting funny again. In the "more TOP Items" all of the test Items I posted indicate  they each have at least One bid made when they actually have none. Also, if I place a bid that equals the buy-it-now price, the bid shows in the bid history table and the Information table displays the correct number of bids (1) but the "more TOP Items" table shows 2 bids having been placed.



I still cannot bring up any files in "My Auction-Center" yet. I guess that will be addressed with modifications to disp_closed_item somehow.

Regards,

mars/mars22
Back to top
 
 


Advertising
View Profile   IP Logged
Pages: 1 ... 4 5 6 7 8 


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