1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

Queries with multiple character_id's no longer working?

Discussion in 'Census: Planetside 2' started by Trooper454, Oct 2, 2014.

  1. Trooper454

    Trooper454 Guest

    I had a query I was using to pull a list of character ids against character_world separated by commas, but its no longer working. I always get just one record back.

    Did something change (like in the last 2-3 days) regarding these types of queries?
     
  2. airmetforums

    airmetforums Guest

    Can you please provide your query? Also a work around would be to include the parameter c:limit=1000
     
  3. Trooper454

    Trooper454 Guest

    Thanks for the reply!

    My query is:
    Code:
    <span style="color: #0000BB">$json <span style="color: #007700">= <span style="color: #0000BB">file_get_contents<span style="color: #007700">(<span style="color: #DD0000">'http://census.daybreakgames.com/s:mycensusid/get/ps2:v2/characters_world/?character_id='<span style="color: #007700">.<span style="color: #0000BB">$id_list<span style="color: #007700">);
    $id_list is a list of character ids thats up to 380 ids long. Ill try adding the c:limit to the query and see if that clears it up.
     
  4. Trooper454

    Trooper454 Guest

    And it worked! Thank you!
     

Share This Page