View Full Version : include
geenstijl
30th December 2008, 06:08 PM
How i can i include my entry,s pages in pivot>>
the <!--#include file="in.php" --> not couting in my pivot enty,s
while help this include ("/home/admin/domains/mysite.com/public_html/in.php"); or somthing???
ICEFIRE
30th December 2008, 08:21 PM
If you are using php pages then use the php include.
include ("in.php");
or
include ("/full/path/to/in.php");
If you are using shtml pages then probably you will have to use the full path because seems you are using some multipage CMS.
geenstijl
30th December 2008, 08:30 PM
If you are using php pages then use the php include.
include ("in.php");
or
include ("/full/path/to/in.php");
If you are using shtml pages then probably you will have to use the full path because seems you are using some multipage CMS.
Yes tnx for your response
("/home/admin/domains/mysite.com/public_html/in.php"); works fine and counting my in hits but
now all my pages are blanko :(
this now the code
// First line defense.
include ("/home/admin/domains/site.com/public_html/n.php");
ICEFIRE
31st December 2008, 10:30 AM
Shouldn't it be:
// First line defense.
include ("/home/admin/domains/site.com/public_html/in.php");
you seem toinclude n.php instead of in.php unless it's a typo.
geenstijl
31st December 2008, 02:13 PM
Shouldn't it be:
// First line defense.
include ("/home/admin/domains/site.com/public_html/in.php");
you seem toinclude n.php instead of in.php unless it's a typo.
include ("/home/admin/domains/site.com/public_html/in.php"); yeah same problem my entry,s are blanko:(
ICEFIRE
31st December 2008, 06:36 PM
Can you please provide and URL where I can see what CMS are you using?
Perhaps it's something CMS related that must be tweaked.
geenstijl
1st January 2009, 02:02 PM
Can you please provide and URL where I can see what CMS are you using?
Perhaps it's something CMS related that must be tweaked.
I ussing the pivot script http://www.pivotlog.net/
Ans here is e de page,s wherei have problems http://www.pornoamateurs.be/pivot/entry.php?id=10320 sho all the
http://www.pornoamateurs.be/pivot/entry.php
geenstijl
3rd January 2009, 09:55 PM
ICEFIRE:)
You have a solution?? For my problem
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.