Nous sommes en train de développer un site de ventes aux enchères ( DealGates.fr ).
Nous avons créer des modules, reposant pricnipalement sur du javascript, qui permettent d'afficher dans une page perso,un phpnuke ou un phpbb les enchères actives d'un utilisateur lambda.
Le code ressemble à ceci :
Code : Tout sélectionner
<script type="text/javascript">
<!--
// Deal Gates Auction's - Distant News Feeder
// User Identification
var user_ID = "1"; // Please put your User ID Number here, It was provided in your confirmation registration email.
// TABLE
var table_width = "100%"; // % or px
var table_border = "0"; // in pixel without the "px" attributes
var table_cellspacing = "0"; // in pixel without the "px" attributes
var table_cellpadding = "0"; // in pixel without the "px" attributes
var table_bordercolor = "#666666"; // eg. #FFFFFF, #666666, etc...
var table_style = ""; // eg. "border:2px inset",border:2px outset,border:2px solid, etc...
// Size of the IFRAME
var iframe_width = "100%"; // % or px
var iframe_height = "350px"; // % or px
// If your website design structure allows it, you can add these optional TABs
var advanced_search = "1"; // 0 for off and 1 for activate Ending Soon TAB
var ending_soon = "0"; // 0 for off and 1 for activate Ending Soon TAB
var latest_auctions = "1"; // 0 for off and 1 for activate Latest Auctions TAB
//-->
</script>
<script type="text/javascript" src="http://www.dealgates.com/feed/deal_auction_feed.js.php"></script>
Je vous remercie d'avance.
Cordialement
Deal Gates Team