help me to find error and fix this one

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help me to find error and fix this one

    hello members i try to make a script but its not working please fix the errors and try to make it for me i shall very thankful to you
    PHP Code:
    <?php  

    $link 
    'http://xvfon.com/?cate=Big_Tits_3gp_Clips&zone=clip&by=id&sort=desc';



    $file=file_get_contents($link);
       function 
    pick($start,$stop,$from){
    $from=explode($start,$from);
    $from=explode($stop,$from[1]);
    $from=$from[0];
    return 
    $from;
    }


    $chunk explode('<tr       >'$file); 
    //print_r($chunk); 
    $count count($chunk); 
    for (
    $i=1$i $count$i++)  

       
         
    $match_name preg_match('/clip_(.*).jpg/i'$chunk[$i], $w); 
        
        
        
    $id=$w[1];
    }







    echo 
    '<br>'.$id.'';
        
    ?>

    #2
    Hi brother, you're just wasting your valuable time opening this unnessesary topics, head to php.net & learn!
    php is limited only to you imagination, this is wat I feel,may be someday I'll think I was wrong,but for now,I'm ryt So try your best to learn, Best of luck & don't mind...

    BTW, when you'll be able to master it, trust me,you'll feel like, "why did I ever asked for help to softwarefreak or something else or just_m3 or master_v4", it's so easy!... "
    Last edited by softwarefreak; 04.03.12, 18:05.
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    Comment


      #3
      and if your stuck put this at the top of your script:
      PHP Code:
      error_reporting  (E_ALL);
      ini_set ('display_errors'true); 
      and google the errors it gives you ;) .... only way to learn is to do it yourself

      Comment


        #4
        Originally posted by something else View Post
        and if your stuck put this at the top of your script:
        PHP Code:
        error_reporting  (E_ALL);
        ini_set ('display_errors'true); 
        and google the errors it gives you ;) .... only way to learn is to do it yourself


        i've told him // same thing on gtalk .. .. bleah . blah blah .. code not workin' ... TRY IT 'TILL IT WORKS !!
        This is ten percent luck, twenty percent skill
        Fifteen percent concentrated power of will
        Five percent pleasure, fifty percent pain

        And a hundred percent reason to remember the name!

        Comment


          #5
          Thanks to all
          i want to say that i really feel proud that you think i have to be master an a day i will do it and be like you but now my exam nears so i try to do something with small time

          Comment


            #6
            Originally posted by Lue_chin View Post
            Thanks to all
            i want to say that i really feel proud that you think i have to be master an a day i will do it and be like you but now my exam nears so i try to do something with small time
            LOL, wat's so important w/ ds adult grabber? study hard for your exams, dat'll make your career & then a job, there's whole lifetime left for making grabbers :D
            I need some facebook likes, can you please help me
            http://facebook.com/softwarefreakin
            I noticed social media is really powerful
            Well DONE is better than well SAID

            Comment

            Working...
            X