ad code problem

Status
Not open for further replies.

subodh

New Member
Messages
27
Reaction score
0
Points
0
I have ad of x10hosting on my site.
The ad code is in php. It's working fine till yeasterday. Today it's showing problem as :
PHP:
Warning:  include() [function.include]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /backups/home/subodh/public_html/side_left.php(45) : eval()'d code on line 2

Warning:  include(http://staff.x10hosting.com/adCode.php?ad=advanced) [function.include on line ]: failed to open stream: Success in /backups/home/subodh/public_html/side_left.php(45) : eval()'d code2

Warning:  include() [function.include]: Failed opening 'http://staff.x10hosting.com/adCode.php?ad=advanced' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /backups/home/subodh/public_html/side_left.php(45) : eval()'d code on line 2
I think there is something wrong with php ad file. Please, kindly look into the matter.
 

YamiKaitou

Member
Messages
636
Reaction score
0
Points
16
It is dealing with the include function. Either use the Javascript one, or save the Javascript to another file and use the include function to include that file instead of using a url
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
as long as you have the exact code (PHP code or javascript), your account will not be suspended, it is not your fault if you have the proper code and it is just not showing up, i'm not sure if that helped you at all though
 
Status
Not open for further replies.
Top