BBCLone
Moderator: General Moderators
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
BBCLone
I have tried the BBClone forums, but they didn't answer me..
I have put the bbclone folder in the same folder as my PHP scripts and put this at the bottom of my scripts...
<?php
define("_BBC_PAGE_NAME", "Main BIO Page");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>
P.S. YAY! Post number 100!!!
I have put the bbclone folder in the same folder as my PHP scripts and put this at the bottom of my scripts...
<?php
define("_BBC_PAGE_NAME", "Main BIO Page");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>
P.S. YAY! Post number 100!!!
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
Yeah, http://eckclan.sytes.net/counter/ for the BBClone statistics...
http://eclclan.sytes.net/cgi-bin/pro.php?user=straterra for the code for the statistics.
http://eclclan.sytes.net/cgi-bin/pro.php?user=straterra for the code for the statistics.
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
Oops, typo..
Try these links
http://eckclan.sytes.net/bbclone/ for the counter information
http://eckclan.sytes.net/cgi-bin/pro.php?user=straterra for the code
Try these links
http://eckclan.sytes.net/bbclone/ for the counter information
http://eckclan.sytes.net/cgi-bin/pro.php?user=straterra for the code
- Pyrite
- Forum Regular
- Posts: 769
- Joined: Tue Sep 23, 2003 11:07 pm
- Location: The Republic of Texas
- Contact:
You need to set $BBC_MAINSITE to the right URL man. Set it to http://jit.zapto.org:88/ or whatever.
-
Straterra
- Forum Regular
- Posts: 527
- Joined: Mon Nov 24, 2003 8:46 am
- Location: Indianapolis, Indiana
- Contact:
This is the code added to pro.php (as instructed by BBClone)
Code: Select all
<?php
define("_BBC_PAGE_NAME", "Main BIO Page");
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);
?>