e-card picture url problem e-card picture url problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

e-card picture url problem

Started by jtothek3030, May 07, 2007, 11:23:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jtothek3030

Hi, i was having a problem with my e-card urls, extra slash at end of url.  I fixed it by hard coding the url to the "more pictures" in ecard.php and displayecard.php.  I changed it to this in 3 places '{VIEW_MORE_TGT}' => 'http://eoraptor.com',
That worked fine for view more pictures link, but now the e-card image gives this: http://eoraptor.comdisplayimage.php/?pos=-91
with no slash after the .com
How can i fix this?

jtothek3030

ok, solved it. i just had to change the 3 instances ( 2 in ecards.php and one in displayecard.php) of '{VIEW_MORE_TGT}' => 'http://eoraptor.com', to '{VIEW_MORE_TGT}' => 'http://eoraptor.com/',