PHPURL problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jimmyb29
Forum Newbie
Posts: 7
Joined: Fri Apr 04, 2014 2:05 pm

PHPURL problem

Post by jimmyb29 »

This code keeps throwing a PHP error. Any ideas?
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<img_back>img/back.jpg</img_back>
<phpURL>/home/users/web/b2713/jpg.jimmybryantnet?>
<alert_color>#FF0000</alert_color>
<name_color>#8d2405</name_color>
<message_color>#532b2b</message_color>
<datePosted_color>#307a03</datePosted_color>
<insert_ok><![CDATA[<font color='#0f5711'>Thanks for the message.</font>]]></insert_ok>
<insert_error><![CDATA[<font color='#ff0000'>Error adding Message</font>]]></insert_error>
</configuration>

Thanks, Jimmy.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHPURL problem

Post by Celauran »

Well, for starters it's not PHP. Also, this line is badly formed XML.

Code: Select all

<phpURL>/home/users/web/b2713/jpg.jimmybryantnet?>
jimmyb29
Forum Newbie
Posts: 7
Joined: Fri Apr 04, 2014 2:05 pm

Re: PHPURL problem

Post by jimmyb29 »

Hmmm - this is part of a guestbook I bought - no wonder it doesn't work! This is supposed to be the module that inserts the names into the guestbook; any idea how I could make it work? Any resources?

Thanks,
Jimmyb
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHPURL problem

Post by Celauran »

I don't know what it's meant to do. What package is this from? What's this supposed to be doing? Looks like some XML config file. The more you can tell us, the better we'll be able to help you.
jimmyb29
Forum Newbie
Posts: 7
Joined: Fri Apr 04, 2014 2:05 pm

Re: PHPURL problem

Post by jimmyb29 »

All I know is that this is supposed to be the module that inserts visitors names into the guestbook. Is the PhpURL correct? That was given to me by an ipage tech, and supposedly leads to the php sever on the ipage site.

Thanks,

Jimmyb
Post Reply