Results 1 to 7 of 7

Thread: XML Feeds

  1. #1
    theGman is offline Public Member
    Join Date
    January 2009
    Location
    London
    Posts
    589
    Thanks
    76
    Thanked 279 Times in 171 Posts

    Default XML Feeds

    I am having difficulty working out how to get Progressive Jackpot XML Feeds working. I am not a techie but do understand how things work on a WP site and love learning.

    Can someone help out with this. Even if it is to point me in the direction of a tutorial. I just absolutely have no idea on where to start and after looking at various plug ins, they do not seem to do what i want.

  2. #2
    oddsguy is offline Private Member
    Join Date
    September 2014
    Posts
    28
    Thanks
    0
    Thanked 13 Times in 8 Posts

    Default

    If you're using WordPress then you are going to need to write some custom PHP. You mention that you're not a techie, if you have zero PHP experience then it might be best to get someone else to do it for you.

    If however you know some PHP but don't know where to start or simply want to learn, then take a look at this to get you started: https://php.net/manual/en/function.si...oad-string.php

    There are loads of tutorials/examples on the web to help you, have a search if you're keen to do it yourself.

  3. The Following User Says Thank You to oddsguy For This Useful Post:

    theGman (11 August 2015)

  4. #3
    theGman is offline Public Member
    Join Date
    January 2009
    Location
    London
    Posts
    589
    Thanks
    76
    Thanked 279 Times in 171 Posts

    Default

    Thanks for the advice OddsGuy - I have a little experience , very little on PHP and would like to learn , so am going to attempt it first before seeking an outside solution. Thanks for the pointer

  5. #4
    Miles_FTA's Avatar
    Miles_FTA is offline No longer with Fast Track
    Join Date
    May 2010
    Posts
    1,490
    Thanks
    121
    Thanked 540 Times in 405 Posts

    Default

    HI You should also contact the Affiliate Rep that gave you those feeds they should be bale to give you the correct advice on how to add these without too much hassle

  6. #5
    salsero is offline Private Member
    Join Date
    February 2010
    Posts
    10
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Parsing XML is usually quite easy, but it depends on the file's structure. Have a look here:
    https://blog.teamtreehouse.com/how-to...-xml-with-php5

    You should get some documentation from the provider of the feed. Sometimes it's hard to figure out what's going on there.

  7. #6
    dfiocch's Avatar
    dfiocch is offline Private Member
    Join Date
    September 2006
    Posts
    877
    Thanks
    789
    Thanked 567 Times in 350 Posts

    Default

    Yep. Definitively. You need to write some custom PHP to parse Jackopt feeds.
    If you want to just "read and show" the actual value of a Jackpot then just some lines of codes and you're fine.
    If you want to build a more complex "Jackpot Database" to show avevanced stats (i.e. last hits, last hit value etc...) you need to go to "advanced mode": more PHP, a database (maybe MariaDB, MySQL or so on) and... math

  8. #7
    theGman is offline Public Member
    Join Date
    January 2009
    Location
    London
    Posts
    589
    Thanks
    76
    Thanked 279 Times in 171 Posts

    Default

    Thanks for the advice - much appreciated , am looking into this at the moment , and will hopefully get my head around it or get my wallet out

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •