View Single Post
Old 04-28-2010, 07:59 PM  
papill0n
Unregistered Abuser
 
Industry Role:
Join Date: Oct 2007
Posts: 15,547
Quote:
Originally Posted by Senior_Spank View Post
I wrote a script for him to rip videos off of a foot fetish website. Agreed upon price was $150, he never paid up.

A quote from another forum where he admits that I should send him an invoice; that's great and all but he has me blocked from all forms of messenger and refuses to provide an e-mail address to send the invoice.



And just so we are clear that I actually wrote the code, it is below.

Code:
#!/usr/local/bin/php
<?

$count = 1;

do{

        print('Scanning Page: footfetishtube. com/videos?page='.$count."\n");

        $ch = curl_init();

        curl_setopt($ch, CURLOPT_URL, 'footfetishtube. com/videos?page='.$count);
        curl_setopt($ch, CURLOPT_HEADER, false);
        curl_setopt($ch, CURLOPT_FORBID_REUSE, true);
        curl_setopt($ch, CURLOPT_FRESH_CONNECT, true);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

        $media = curl_exec($ch);

        preg_match_all('/<a href="\/video\/(\d+)\/(.+)">/',$media,$media_id);

        foreach($media_id[1] AS $key => $value) {

                $handle = fopen('ripped','r+');
                $ripped = fread($handle,filesize('ripped'));
                $ripped = explode("\n",$ripped);
                fclose($handle);

                if(in_array($value,$ripped)) {
                        print(' - Video '.$value.'.flv Already Found.'."\n");
                        continue;
                }

                if(exec('wget -q --tries=3 --continue footfetishtube. com/media/videos/flv/'.$value.'.flv')) {
                        print(' - ERROR: Video '.$value.'.flv Download Failed!'."\n");
                        continue;
                }

                print(' - Video '.$value.'.flv Downloaded.'."\n");

                exec('echo "'.$value.'" >> ripped');

        }

        ++$count;

} while($count < 500);

?>
Dipsh... Erhm footsies interpretation of events? That his server was "too full" to handle all of the videos and I should hold on until he deletes space. Currently one of his assistants is sick, and his other one does not have the capacity to clear up space on the server so he is severely overloaded on work at the moment. (Not so overloaded he was unable to spam GFY and other forums looking for income, of course) I said just let me install and verify it works, he can run it when he was ready. I was met with a week of him pushing back before I finally realized I was not going to get my money.

Below are multiple quotes from another forum where he does reference the fact he was both looking to hire someone, and that he does in fact owe me $150, but I should invoice him first.

Here is not only proof he does not pay his bills to those that do work for him, but one can wonder (no accusations here) that if he needs to rip content from tube sites, whose tube content is he really selling?





You will notice, that the reason for the delay is changed from the quote above to the quote below. It has been 6 days since I gave him his code at this point. I of course, just want to install the script - he can run it whenever the hell he wants.



As usual with him, instead of addressing the situation at hand, he deflects deflects deflects.

Footsies. I know you are going to try and tear my post up by attacking me personally instead of addressing the allegations at hand. But at the end of the day, the only thing you are qualified for is shit-cleanup duty at McDonalds. Get off the forums and grow the fuck up.

papill0n is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook