tel8618217223380 / ezstats

Automatically exported from code.google.com/p/ezstats
0 stars 0 forks source link

Invision Power Board #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please enter the name of the CMS: IPB (Invision Power Board)

Do you know a download-ressource of the CMS?:
You can try out a DEMO from http://www.invisionpower.com/demo

Original issue reported on code.google.com by DinuH...@gmail.com on 4 Sep 2013 at 9:01

GoogleCodeExporter commented 9 years ago
Hi Dinu!

In the adminpanel of ezStats , choose as CMS plugin the value "default cURL 
method".
Download the file and open it with a text editor. Now modify it that it looks 
like this:

if ( !IN_ACP )
{
    $ch = curl_init("http://yoursite.com/ezStats2/");
    curl_setopt($ch, CURLOPT_HEADER, 0);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 
    $output = curl_exec($ch);
    curl_close($ch);

    /* ezStats Start */
    echo $output;
    /* ezStats End */
}

Create a new page in your IPB installation, and enter this PHP block. That 
should be all.

Regards, ezzemm

Original comment by ezzem...@googlemail.com on 5 Sep 2013 at 5:26

GoogleCodeExporter commented 9 years ago
Hi!

I've released a new Version of ezStats, which supports IPB. Just try it ;)

Regards, ezzemm

Original comment by ezzem...@googlemail.com on 8 Sep 2013 at 3:41