The auction tag has no wiki summary.
0
votes
0answers
16 views
Curl Auth at http://auctions.yahoo.co.jp/
I have a problem. On the local computer authentication works, and on the VPS hosting wants and asks captcha.
Cookie file is being written.
If you upload a local cookie to the server, then you are ...
1
vote
2answers
23 views
Payment service that allows third-party commission
I want to make an auction like platform where a user can put a product for selling and another user can buy it from him. I want the transaction process to be between the seller and the buyer only, but ...
-2
votes
0answers
48 views
For Auction site should I use Wordpress Or Codeigniter? [closed]
What is the Best approach for creating an auction site. Should I use Built CMS like WORDPRESS or should I use PHP Frameworks Like CodeIgniter.
Wordpress seem to have several theme built which I can ...
0
votes
0answers
9 views
Auction System using PayPal
I'm building an auction system, want to validate if this PayPal pattern is appropriate
After each bid, we request a PayPal Authorization (via API - DoExpressCheckout).
If the user has a previously ...
0
votes
2answers
56 views
Simple Auction system in C - tips?
I wrote this program in C for a small auction system using information gathered from a file. The auction system should store bids, apply starting bids/minimum increase bids to a list, and then display ...
-3
votes
1answer
67 views
Best option for an bulk buying site, Wordpress/Joomla or magento? [closed]
hello i want to create a bulk buying site.
example:
a user will post a product and another user who is interested in buying that product he will bid if the interested users reaches 5 (means 5 users ...
1
vote
2answers
45 views
Google App Engine Live Auction App Server Side update logic
I'm writing a live auction app sort of like proxibid.com. When an item goes on the auction block how would I updated the server if there are no clients connected to drive the app? Lets say an item ...
-1
votes
1answer
31 views
I would need an auction system in little time: google spreadsheet can do this? [closed]
I would like to use the google spreadsheet feature to make an auction where each participant is allowed to put only one price in their available price.
They should be able to sort the prices, but ...
0
votes
1answer
95 views
php mysql pdo auction bidding
I am developing an auction system with a limit or max bid scenario using php mySQL(MyISAM) and PDO, using two tables
auction
Id | title | seller | currentbid | limit(max bid) | dated | ...
-2
votes
1answer
38 views
using microtime to store bids [duplicate]
Trying to store a microtime, every time a user bids according to the local time GMT in database. trying this code below but its just storing as 0000-00-00 00:00:00 in the database.
function ...
1
vote
0answers
87 views
Subscribe to row changes in a database and push if ther is any changes to client
I am building online auction application in asp.net mvc using EF code first, currently I am updating the latest bid amount polling via ajax every 5 seconds. is there any other way I can achieve the ...
0
votes
1answer
67 views
Getting the max bid price for each auction in MYSQL [duplicate]
Possible Duplicate:
Group getting maximum row in group?
So I have a table that holds bids
Having auction_id and bid_price and bidder_id
I need to get a result set that would contain the ...
2
votes
1answer
148 views
Adding auction bids to MySQL table
I am currently working on a simple auction site. I am storing bids in their own MySQL table called 'bids'. I am wondering what is the best way of ensuring that two of the same bids are not submitted ...
2
votes
0answers
230 views
GoDaddy Auctions API Key [closed]
I am trying to using the GoDaddy Auctions API to get the list of domain in the auctions. I am unable to find anyway of obtaining the appropriate API Key form GoDaddy I have emailed them even phoned ...
0
votes
0answers
112 views
quibids & beezid auction best database structures to user
I have read whole article in stackoverflow about auction database strcture but I think which approach is the best
consideration:
How should design database tables which will be flexible for further ...
0
votes
0answers
61 views
any CMS for 1 item auctions?
I'm doing a simple website for a client.
It is an auction website, and the client will be only selling 1 item per week. She needs a basic CMS system as she will be uploading new products on a weekly ...
0
votes
0answers
95 views
existing ruby script for single product multiple seller multiple buyer auction
Have been looking around the search engines for directions to cobble together a script (simple one) that will serve as the backend engine for a site. The function is to allow buyers to bid on a single ...
-2
votes
1answer
56 views
Blocking Invalid Users
I'm developing an online penny auction system on PHP and MySQL. The problem is that the system gives three bids FREE per signup.
Many people register with invalid email accounts like ...
1
vote
1answer
2k views
Having problems getting Javascript to work on SharePoint 2010
I was looking for help last week to get a simple javascript code made for SharePoint 2007 working for SharePoint 2010 and didn't really get a clear answer that i could use where i work unfortunately ...
0
votes
1answer
179 views
SharePoint 2010 auction page in Javascript misbehaving
I need to build an auction site on SharePoint 2010 at work. Our team came across this webpage about posting this javascript into a web part:
...
0
votes
2answers
82 views
Queueing request from the server [Apache]
I have an auction website project, it is now being used for almost 2 months already.
The only problem right now is that, sometimes the request from the client is delayed for 2-3 seconds. Let say ...
0
votes
2answers
435 views
Penny Auction Timer
I have a site here http://jian.comoj.com/
As you can see the timer only runs on the first product. Can someone give me an idea as to how I can let the other 2 product have timer as well? Also I am ...
0
votes
1answer
235 views
Multiple Choice Knapsack Auction
I am desperatly looking for a MCKP solver in Java. I need it to solve an auction like this: 3 bidders, every bidder makes a set of offers for bundles of identical objects. Let's say there are 10 items ...
2
votes
2answers
168 views
php auction taking equal bids which are submitted at same time
i'm developing a website with auctions. I've programmed my own auction system. The auctions run for a specific period of time, and users place their bid. The highest bidder at the ending time wins the ...
-1
votes
3answers
81 views
Another PHP fatal error
Same site, different problem... It worked fine for a couple of minutes, but now I get this...
Fatal error: require() [function.require]: Failed opening required
...
0
votes
3answers
4k views
Unsupported operand type?
I've got to say I am completely clueless in terms of PHP, I know enough to moderate my sites to an acceptable extent. I'm having a bit of trouble with phpauction GPL, whenever I click on one of my ...
0
votes
2answers
330 views
CountDown Timer and constantly refreshing a label
I am doing a Auction site
I need help on creating a countdown timer where when the time reach, the product status will change to close
I just compare the differences of the date.
$ if (!IsPostBack)
...
0
votes
1answer
230 views
post all photo from database (auction system)
I currently writing an auction system for my final year project college. I am not sure how to display multiple photos from the database.
Here the sample display; http://www.pennyauction.com.my/
I ...
0
votes
2answers
339 views
MySQL transactions - Auction bid INSERTs processed in a queue?
I am currently developing an auction website as part of a portfolio project and I have come across an interesting problem which can't seem to resolve.
At the moment I am currently checking the ...
1
vote
1answer
265 views
Using callLater in Twisted to keep track of auction endings
I was wondering if it would be a good idea to use callLater in Twisted to keep track of auction endings. It would be a callLater on the order of 100,000's of seconds, though does that matter? Seems ...
9
votes
5answers
620 views
C# Many instances of a Singleton object
I'm having an issue with the Singleton pattern.
It is really weird, but it looks like there are two or three instances of my Singleton Pattern.
My website, is an actions site, with timers and I'm ...
0
votes
1answer
246 views
Reset Highest unique bid Auction EndDate on Server side
Currently i am working on Highest unique bid Auction site(ASP.NET MVC). Auctions have end date,
Using the jquery count down plugin as timer. once the timer reaches zero and still bid quota is left ...
0
votes
2answers
937 views
Auction site with Django
If one is to build an online auction site using Django, then would it be a good idea to modify an existing CMS? If so, could someone suggest a CMS for the scaffolding?
Thanks
0
votes
1answer
626 views
RoR Auction Bid Timer [closed]
I am looking for advice on how to go about building a timer for a an auction site I'm working on. (like ebay)
I have the auction pages etc created I'm just missing the timer.
Please can you point me ...
1
vote
3answers
1k views
Database design for an auction style website
I'm creating an auction style website where users can bid for items. I've into a bit of confusion regarding the database design when it comes down to projects and bidding features. Initially I thought ...
-1
votes
2answers
293 views
Penny Auction AJAX Security
I'm currently developing a penny auction website to test my ability at programming javascript and using AJAX effectively. However, I have come across the problem of security.
Firstly, I have been ...
0
votes
2answers
880 views
PHP auction script using AJAX
Is it possible to create a auction site in PHP using AJAX to refresh the page once a user has entered a higher amount of money.
I can handle the PHP side of it okay but I was wondering if AJAX can ...
0
votes
1answer
131 views
How to find.Is new record is inserted or not?
I have the trouble to find is any new record is inserted in table.
My problem
I am developing Penny auction site. In my site, I'm updating client side view every second using JQuery ajax.last bidder ...
0
votes
1answer
508 views
RoR auto bidder for penny auction site
1. The environment
I have a RoR penny auction site to which I'd like to add an
autobid feature.
Autobid feature should provide the following functionality:
- user should set a maximum number of ...
3
votes
3answers
1k views
What technology to use for a realtime bidding system?
http://www.bidzinga.com/
http://www.bidbass.com/
Are they using COMET technology?
What do you recommend to use, and probably a simple description on how to implement it using the suggested ...
1
vote
2answers
475 views
Update the database when timer counts down to zero
I have a countdown timer which uses ajax calls to update itself. Something like
<div class="timer5">--:--:--</div>
I want to call a PHP function (only once) using jquery which will ...
9
votes
1answer
548 views
countdown timers on a website question
I am building a penny auction site and I got to the part with timers (i'm using symfony framework). Here I've got a few questions and issues.
So, I have about 10 products on the homepage I need to ...
0
votes
1answer
172 views
Rails: set model attribute using a time reference
1. The environment
I have an Auction model with these attributes:
status:string
close_date:datetime
Status of my auctions must be, automatically, set to 'ended' when Time.now
equals ...
-1
votes
3answers
602 views
bid timer for auction
I need to set up an online auction . I tried with cron for bid timer but i am always getting a message in mail as permission denied.is there any other method to set the bid timer. Any one please help ...
1
vote
1answer
167 views
Mysql select switching rows for every execution
I am developing auto bidding system,There is a tricky scenario. That is, I want select next machine to bid from "table_machine" on each execution of code.
Which means, I am picking bids from active ...
1
vote
8answers
2k views
How Auto bidding works in auction sites
I am having question about Auction website. I am not asking asking entire process,I know thats impossible to answer here . I just need the leads with explanation
Explanation for Autobids booking :-
...
0
votes
1answer
2k views
Best ruby/rails solution to create auction?
We're tired of PHP and we look with hope toward the Ruby. We're noobie in this world.
Is there worked solution or framework for doing auction (like ebay.com) on RoR?
0
votes
2answers
95 views
What is the safe way to do automated emails?
I am in the middle of doing an auction site whereby emails are sent out regularly when people win items, sell items, didn't sell item, etc etc...
Which is the best way to send these emails so they ...
1
vote
4answers
80 views
Triggered PHP processing
I ask a similar question yesterday but it all got confusing and i thought i would start again and try and explain it a bit better..
I am about to design an auction site, much the same as ebay... ...
0
votes
6answers
509 views
mySQL or MSSQL best for auction site? [closed]
I am writing an auction site that could be quite popular with 10's of thousands of items potential.. written in PHP / SQL
Would you say that mySQL would be the wrong way to go ?
I don't want the ...



