digimedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsI did this yesterday 3 times 🙂 thought U bring fresh idea, anyway
its… not working.
Now installed CGI trade script… works fine!So WP PHP and some other PHPs scripts not working together…
thanks for fast replies, macmanx!
Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsNot working like that…
The best that I can tell you to do right now is to put <?php include(“in.php”); ?> after </title> in your Header Template. If you want a more exact example, you will have to post your blog’s URL.Posted: 2005-10-12 17:23:56 #
Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsThank 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.phpand 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
Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsI am only asking an example of my code
how to insertinclude(“in.php”);
Put code in between
backticks. – ???Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsI am sorry I dont understand U…
this is the code I have to insert:
include(“in.php”);please write example with my code for header temp and where exactly to insert.
do U mean like this?
<title><?php include(“in.php”); ?></title>Forum: Fixing WordPress
In reply to: php stats traffic trade script problemsThank U
but where to put? to which file?
could U please write example with tags?