Web Hosting Talk







View Full Version : Help with website


jdjohnson
08-14-2009, 11:31 PM
Below is a sports feed I want to put in my website but I have no clue how to put it on my website would anyboby mind helping me figure this out.

Thank You in advance

Free Odds & Scores Feed

A quick and easy way to get Live Odds on your website, our Odds Feed lets you pick the sportsbooks customize the offered sports. You can edit the code to customize the look and feel that matches your sites.

Just follow these easy steps:

Copy the following code to your website:
<?
# Oddsboard Scores & Odds Feed
eval(base64_decode('ZWNobyhmaWxlX2dldF9jb250ZW50cygnaHR0cDovL3 d3dy5vZGRzYm9hcmQuY29tL3Njb3Jlcy1vZGRzLWZlZWQvJykpOw=='));
?>
Create a file named scoresfeed.css containing the following text:
.scoresfeed-header { font-family:verdana; font-size:16px; font-weight:bold; }
.scoresfeed-providers { font-family:verdana; font-size:14px; font-weight:bold; text-align:center; }
.scoresfeed-sport { font-size:14px; }
.scoresfeed-columns { font-family:verdana; font-size:12px; font-weight:bold; }
.scoresfeed-content { font-family:verdana; font-size:12px; }
.scoresfeed-odds { font-size:10px; }
Make sure the CSS file is located in the same directory where the feed is.
Enjoy our free sports & odds feed

Jay August
08-17-2009, 03:17 PM
it's pretty straight-forward.

Create a new file with notepad (if you are on Windows) and copy and paste this code in there:

<?
# Oddsboard Scores & Odds Feed
eval(base64_decode('ZWNobyhmaWxlX2dldF9jb250ZW50cygnaHR0cDovL3 d3dy5vZGRzYm9hcmQuY29tL3Njb3Jlcy1vZGRzLWZlZWQvJykpOw=='));
?>

Save the file as feeds.php (not feeds.php.txt) and upload it to your server.

Visit www.yoursite.com/feeds.php and see the unstyled feeds in your browser!