Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

69 users online



Whats Wrong Here?

Whats Wrong Here?

Currently viewing this thread: 1 (0 members and 1 guests)


Page 1 out of 3
DA_Master

DA_Master

Status: Offline!

Whats Wrong Here?

Can someone please tell me what this means.

Attachments:

phperror.png 31.06 Kb, 71 views

damell

damell

Status: Offline!

try renaming your file to .inc rather than .inc.php3

___________________

//damell

Depheat

Depheat

Status: Offline!

means it cant read the file...or the file may not be there. im not totally sure...

if it cant read it CHMOD the file to 777... if it isnt there...create it .or upload it... or the linking is wrong

___________________

too busy to make a sig... so hold on!

Depheat

Depheat

Status: Offline!

aww you beat me...lol

___________________

too busy to make a sig... so hold on!

DA_Master

DA_Master

Status: Offline!

I have checked the CHMOD and the path and they are fine. Renamed to .inc not .inc.php3 and nothing happens.

damell

damell

Status: Offline!

post the code...

___________________

//damell

Oxy

Oxy

Neverside Newbie
Status: Offline!

Don't use the http://www.domain.com/dir/file.php as the include path, use your server or relative path.

___________________

RAAAH

DA_Master

DA_Master

Status: Offline!

I have tried the path which is...

/home/webtast/public_html/php-bin/phpAds/file.php

This doesn't work either. Is it something in the file? I'm using this code in the index.php file...

PHP:

<?php
require("http://webtastic.abey-tech.net/php-bin/phpAds/config.inc.php3");
require(
"http://webtastic.abey-tech.net/php-bin/phpAds/view.inc.php3");
require(
"http://webtastic.abey-tech.net/php-bin/phpAds/alc.inc.php3"); ?>

<?php

view
("88x31"); ?>

inigoesdr

inigoesdr

Status: Offline!

Use the relative path instead of the full http path. Eg.
Assuming the file is at http://webtastic.abey-tech.net/ the code would be:

PHP:


<?php
require("php-bin/phpAds/config.inc.php3");
require(
"php-bin/phpAds/view.inc.php3");
require(
"php-bin/phpAds/alc.inc.php3"); 

view("88x31");
?>

Recessive

Recessive

Status: Offline!
Quote:

Originally posted by damell
try renaming your file to .inc rather than .inc.php3

Wouldn't make the slightest difference. Well, apart from the fact that, unless your server parses .inc as PHP, anyone can view the code in the file.

Page 1 out of 3
Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.009 seconds.