Page 1 of 1

PHPURL problem

Posted: Fri Oct 10, 2014 3:25 pm
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.

Re: PHPURL problem

Posted: Fri Oct 10, 2014 3:37 pm
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?>

Re: PHPURL problem

Posted: Fri Oct 10, 2014 5:00 pm
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

Re: PHPURL problem

Posted: Fri Oct 10, 2014 7:52 pm
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.

Re: PHPURL problem

Posted: Mon Oct 13, 2014 5:32 pm
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