![]() |
|
|||||||
| CjOverkill General Discussion and Support CjOverkill general discussion and support. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hy, it's my 1st time and it's hurting so...
![]() well, I'd like to use cjoverkill to include the generated code in a right box in my main site now this is my index.php: Code:
<?php //include("/home/xxxxx/public_html/in.php"); ?>
<?php include ("toplist///template00.templ"); ?>
and it's my template code: Code:
##link1##<br> ##link2##<br> ##link3##<br> ##link4##<br> ##link5##<br> ##link6##<br> ##link7##<br> ##link8##<br> ##link9##<br> ##link1##<br> ##link10##<br> ##link11##<br> ##link12##<br> ##link13##<br> http://www.sesso-gratis.info/index.php where is the hack? thanks |
|
#2
|
|||
|
|||
|
Try this
in.php include (first line of your index.php page): <?php include ("in.php"); ?> toplist include (any place you want the toplist to appear on the index.php or some other page): <?php include ("toplist/template1.html"); ?> |
|
#3
|
|||
|
|||
|
ok, it's working fine now (I suppose...) and now I have some admin question:
- how to disable Autodisabled trade? - why toplist output doesn't want to stay inside the scheme of full page? I explain, in any case the toplist is show on the left top of the page, even if I write it inside a sidebar html code? see this page to check it http://www.sesso-gratis.info/page.php?page=tradelist (not public page, the public page is http://www.sesso-gratis.info ) on left-top it shows toplist output to make it looking fine, I have to show toplist output in an iframe and embed it in right column html code hope it's clear
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|