Jump to content

modify php


russ237af7

Recommended Posts

Hi, i have installed this php script into the footer of my wordpress theme, and uploaded the ad_network_136.php file into the public_html for one of my domains. 

 

<?php

ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');

include ('ad_network_136.php');

echo $ad_network;

?>

 

The only problem is that this is a subdomain i'm using, so how do i change the full path?  What part do I edit?  Thanks for any help.

Link to comment
https://forums.phpfreaks.com/topic/86076-modify-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.