User Tools

Site Tools


fast_trade_add

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fast_trade_add [2014/01/29 18:04] (current)
Line 1: Line 1:
 +====== Fast Trade Add ======
 +
 +Allows you to add trade without lots of copy\paste operations. Owners of other trade script, please, add this feature to your scripts.
 +With this easy JS script and very simple data structure it gives you great opportunities. 
 +
 +
 +Here is an example of trader's data:
 +
 +  Domain:trader.com
 +  Url:http://trader.com/
 +  Title:Some Cool Title
 +  Description:Very Cool Description
 +  Nickname:Webmaster
 +  ICQ:1234567
 +  Email:webmaster@trader.com
 +
 +Format
 +  Field name : value
 +<html>
 +<b>Lets see how it works. Script Screen shot</b>
 +
 + <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
 + <script type="text/javascript" src="/video/swfobject.js"></script>
 + <script type="text/javascript">
 + var s1 = new SWFObject("/video/player.swf","ply","900","290","9","#FFFFFF");
 + s1.addParam("allowfullscreen","true");
 + s1.addParam("allowscriptaccess","always");
 + s1.addVariable("file","/video/fta.flv");
 + s1.write("container");
 + </script>
 +
 +</html>
 +
 +
 +
 +Lets say you want to add a trade with another SmartCJ (hope other script will support this feature) site. You can create such data block manually or click on <> in your script and then click 'Copy Site Info'. After that you just have to paste this info in the box and that's all.
 +
 +Lets say you have a trade with A.com at one site and want to copy this to another site. You dont have to copy all fields. Right Click this trader, select 'Copy Trade Info' from menu and paste this info in to the box.
  
fast_trade_add.txt ยท Last modified: 2014/01/29 18:04 (external edit)