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.
Quote:
Originally Posted by Barefootsies
Not a single one of Moku's so called talking points are valid points. He has yet to provide a single shred of proof for ANY of his allegations. Not one. It is little more than some drama queen's witch hunt over $150.00 for his apparent anti-psychotic meds that he could have collected a long time ago with a simple 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?
Quote:
Originally Posted by Barefootsies
I am looking for a decent programmer for a simple project.
The main guys I use are busy atm and can't bang this out so I am looking for someone who can. They tell me it should take a good coder only 2-4 hours to do, and have provided me the baseline code needed and basic instructions to pass along to the developer.
There have been a few people who I thought would be able to do it over the weekend, but they have not been replying to IM's. So I need to move on to someone who wants, and can, do the work.
Hit me up if you can handle this. Have the free time. Can do ASAP. Thanks.
|
Quote:
Originally Posted by Barefootsies
Been in contact on situation the whole time. Simply did not think about disk space until host mentioned it before installation. Was advised to make room for the script to run. Otherwise, pointless.
Long story short, the server this is going to run on does not have enough disk space to run this script. So I have to clear out old junk I no longer want. Server has two 1 TB drives. The second is in a raid array, so that is not available. 1st one is mainly made up of sites I have sold, and a few other sites on the block.
I am waiting on 2 clients, who have bought three sites, which take up over 300 GB of hard drive space, to finish moving the shit to their server (going on last week, and this week) and testing things so I can delete their sites off server. Problem solved.
It is just taking a bit longer than expected is all. No biggie.
|
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.
Quote:
Originally Posted by Barefootsies
have told you at least a half dozen times what has been going on this week.
Between some deals I have been closing earlier this week taking up the bulk of my time, one of my assistants out sick with the flu and having to do her work and my own, as well as being out of the office/town two days with family, and having three sites that need to be cleared off the server (accounting for 300 GB of the drive) this is going on.
Frankly at this point, I am getting tired of repeating myself. More over, having to repeat on public forums what I have told you DIRECTLY privately numerous times.
I have told you the server it is going on is almost completely full on HD space. Until the guys who have bought those three sites are done moving them off my server and on to their own, you have to wait. They are not done yet. When they are, then you will install the program. Not a minute before.
That said, since this now covered PM, IM, email, and now this forum explaining the exact same thing in all formats, maybe it will sink in.
|
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.