What's new

UK Vendors pls read

MrKraken, nice job m8, I have added your feed as well as stealthvapes one. the page will be v.slow as it scrapes everything, then should cache it.

I'll do a once an hour update, so if your site changes I'll get new data within the next hour.

Once I see how it all looks mashed together I can do something more useful with this data

btw, this is all as "nofollow" for now. Data, not google-juice.
 
btw, this is all as "nofollow" for now. Data, not google-juice.

Aye, I had noticed ;) front page isn't however!

You might want to limit how much data it pulls at a time mate, making slow right down is never good for your visitors. If you ever want anything design/php wise, give me a shout and I'll see what I can do for ya
 
Last edited:
On Line 79
Replace:
$output .= '<pubDate>' . date('D, j F Y H:i:s e', strtotime($product['date_added'])). '</pubDate>';
With:
$output .= '<pubDate>' . date('D, j M Y H:i:s e', strtotime($product['date_added'])) . '</pubDate>';

It doesn't work for me and line 79 looks the same to me
 
Back
Top Bottom