Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter digimedia

    (@digimedia)

    I 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!

    Thread Starter digimedia

    (@digimedia)

    Not 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 #

    Thread Starter digimedia

    (@digimedia)

    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

    Thread Starter digimedia

    (@digimedia)

    I am only asking an example of my code
    how to insert

    include(“in.php”);

    Put code in between backticks. – ???

    Thread Starter digimedia

    (@digimedia)

    I 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>

    Thread Starter digimedia

    (@digimedia)

    Thank U
    but where to put? to which file?
    could U please write example with tags?

Viewing 6 replies - 1 through 6 (of 6 total)