Activity Stream
48,167 MEMBERS
6863 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Red face how to use dump links

    hi i am trying to build a adult website.
    my affiliate is giving me the data in this format....

    {url}|{description}|{model_name}|{image_url}|{date _added}

    and the out put is like this

    http://the-link-to-the-page|the-title|the-thumbnail|date-and-time|

    can you please help me out with a way to use this kind of dump data on a php language. i am a complete newbie in this!
    matrix4495 Reviewed by matrix4495 on . how to use dump links hi i am trying to build a adult website. my affiliate is giving me the data in this format.... {url}|{description}|{model_name}|{image_url}|{date_added} and the out put is like this http://the-link-to-the-page|the-title|the-thumbnail|date-and-time| can you please help me out with a way to use this kind of dump data on a php language. i am a complete newbie in this! :facepalm: Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    It would depend on how you wanted to use it. And how many are they passing to you and how are you getting them? A file an xml or ????
    But say for a file one input per line you one you could do something like this.
    PHP Code: 
    <?php
    $infile 
    fopen('indata.txt','r');
    $ctr         0;
    // to retrieve snd store file in an array
    while (!feof($infile)) { $datain fgets($infile,4096); $dataArray[$ctr] = explode('|',$datain); $ctr++; }
    // to retrieve data from array  
    foreach ($dataArray as $dataout) { echo "<br>url: ".$dataout[0]." ** model name: ".$dataout[1]." ** image url: ".$dataout[2]." ** date added: ".$dataout[3]; } 
    ?>

  4.     
    #3
    Member
    the links are in clear text.... u can say a txt file....

    and there are more than 100 links....
    how to repeat this process for every line???

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. LE with HD-Dump.org (PR1+)
    By woja in forum Link Exchange
    Replies: 20
    Last Post: 24th Jan 2011, 11:26 AM
  2. TV-Dump.org
    By magca in forum Site Reviews
    Replies: 21
    Last Post: 26th Aug 2010, 01:14 PM
  3. HD-Dump.org V3
    By woja in forum Site Reviews
    Replies: 3
    Last Post: 10th May 2010, 03:52 PM
  4. LE with HD-Dump
    By woja in forum Traffic Market (Buy, Sell and Trade)
    Replies: 10
    Last Post: 17th Mar 2010, 10:17 PM
  5. VIP Dump
    By lig}{tning in forum Forum and DDL Discussion
    Replies: 9
    Last Post: 11th Sep 2009, 04:47 PM

Tags for this Thread

BE SOCIAL