Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

External Data

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-21-2008, 08:10 AM
 
Knickershack Knickershack is offline
 

Member
  
Join Date: Apr 2008
Posts: 25
 

Default External Data

Hi All

Im trying to use the following snippet of php to display text ads from an external site, theres no errors but the advert isnt displayed, can anyone advise please?


Code:
{php} $old = @ini_set('default_socket_timeout', 3); @set_time_limit(3); $DN =""; if(isset($_SERVER['SERVER_NAME'])){$DN = $_SERVER['SERVER_NAME'];} $CIP =""; if(isset($_SERVER['REMOTE_ADDR'])){$CIP = $_SERVER['REMOTE_ADDR'];} $PU = ""; $PU = $_SERVER['PHP_SELF']; $S="?";foreach($_GET as $var => $val){$PU .= $S.$var."=".$val; $S="~";} $FP = @fopen("http://TESTINGADVERTSERVER.COM", "r"); $PG ="";while ($TX = @fread($FP, 100)) {$PG .= $TX;} @ini_set('default_socket_timeout', $old); echo("$PG"); {/php}


Thank you
__________________
Branch 4.1.11

Lingerie site
Reply With Quote
  #2  
Old 04-21-2008, 10:08 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: External Data

Try this:

http://forum.x-cart.com/showthread.php?t=31610
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 04-21-2008, 10:38 AM
 
Knickershack Knickershack is offline
 

Member
  
Join Date: Apr 2008
Posts: 25
 

Default Re: External Data

Thanks Balinor.

Didnt work i just get an error ..

Warning: Smarty error: file:http://www.xxxxxxxxx.co.uk/test.php is not readable in /home/xxxx/public_html/Smarty-2.6.12/Smarty.class.php on line 1095

If i call the script ...xxxxx.co.uk/test.php it works fine but soon as i call it from tpl it doesnt
__________________
Branch 4.1.11

Lingerie site
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:37 AM.

   

 
X-Cart forums © 2001-2020