Jump to content

conspiringfate

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Everything posted by conspiringfate

  1. its from boonex.com i messaged them about error but i still cant fix it and they havent replied
  2. I get this error when using ray instant messenger chat....  can anyone help me?
  3. I have been working on installing a script called Fantastic News from    http://fscripts.com  I have been trying to make it so I can use the news.php on other pages Right now im getting an Unable to Open Template error http://www.ipetrescue.com/arts/articles.php [b]Here are the instructions....[/b] If you plan on including news.php on a page rather than calling it directly you can use the include("news.php"); if you're page is php or if its just straight html use the ssi equivalent.  You'll also need to put the config.php file in the location where you do the include so that the script can read the config.php file If you are including it make sure to set that in your settings so that the script knows not to include the header and footer templates on your news.php file. You'll also need to include a script path so that the script can find the location of your templates and internal functions that the script uses. This feature is not recommended however doing this can make it possible but please note you'll need to move your config.php file over everytime you change settings also since this won't be the config.php file it usually uses here is my articles.php file [code]<?php // +----------------------------------------------------------------------+ // |                        Fantastic News                              | // +----------------------------------------------------------------------+ // |                          By Tony Baird                              | // |                  Copyright (c) 2003 Fantastic Scripts                | // |                          http://fscripts.com                        | // +----------------------------------------------------------------------+ // | Fantastic News Can be modified freely as long as the copyright at    | // | the bottom of every page and is visible.  This copyright header must | // | also be left intact on php file                                      | // +----------------------------------------------------------------------+ // | news.php                                                            | // +----------------------------------------------------------------------+ include("/home/ipetresc/public_html/fnews/FNews/news.php"); require_once($CONFIG['script_path']."/home/ipetresc/public_html/arts/config.php"); require_once($CONFIG['script_path']."/home/ipetresc/public_html/fnews/FNews/functions/functions.php"); require_once($CONFIG['script_path']."/home/ipetresc/public_html/fnews/FNews/functions/mysql.php"); require_once($CONFIG['script_path']."/home/ipetresc/public_html/fnews/FNews/functions/template.php"); if (empty($tpl)) {[/code] can anyone help?
  4. there was no given error, it just said something that one of my coders typed in....so i got it to work and then i was trying to get the thumbnails to work and then next thing i know blank page.... www.photoblinger.com/old/index1.php and www.photoblinger.com/old/index2.php [code]<?php ini_set("session.auto_start","1"); //echo("Working???"); require("./admin/config.php"); //echo("After config.php"); include("./include/common.php"); include("./include/blue.php"); include("./include/doc_head.php"); include("./include/styles.php"); [/code] thats just an example of what i saw
  5. [code]<? include("$include_path/FastTemplate.php3"); $tpl = new FastTemplate("templates"); $tpl->no_strict(); [/code] i guess thats the wrong code??? idk what im doing wrong, can someone help
  6. header("Location: index.php"); www.photoblinger when opened in firefox it says this The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can sometimes be caused by disabling or refusing to accept cookies.
  7. I need to edit the code in my phpizabi open source system.. can someone help me! Mike
  8. If anyone is looking for a freelancing Job, i posted all of mine at [a href=\"http://compuweb.servertalk.in\" target=\"_blank\"]http://compuweb.servertalk.in[/a] I have about 12 jobs listed. Mike
  9. hey there... i just made a forum that has freelancing...web dev and computer sections.. it is pretty nice... check it out and make the posts you feel necessary...tell ur friends...get the word out... [a href=\"http://compuweb.servertalk.in/\" target=\"_blank\"]http://compuweb.servertalk.in/[/a]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.