Thank You very much for fast replies! great support team!
I have wordpress DEFAULT wordpress theme and header is defaulgh ( so U have those files already :)
wp-content/themes/default/header.php
and this is a part of readme file about the code I need to insert:
---------------------------------------------------------
-Your main page needs to end with .shtml or .php. The main page is where the trades are gonna send the hits to. Most people use index.shtml
-For SSI (.shtml) Add this line in the header part of the main page html code :
<!--#include file="in.php"-->
-For PHP (.php) Add this line in the header part of the main page html code :
include("in.php");
-If you installed the script to a subfolder of your main page, use this instead of the one above:
for SSI:
<!--#include file="foldername/in.php"-->
for PHP:
$cju_dr = getcwd();
chdir($cju_dr . "/foldername");
include("in.php");
chdir($cju_dr);
----------------------------------------------------------
and here full info and the script ZIP http://www.cjultra.com