GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Fuck you Powercum and Candyflip (https://gfy.com/showthread.php?t=186866)

TDF 10-18-2003 10:57 AM

100 mad chickens!

Marina 10-18-2003 11:01 AM

Amazing! I wonder how it feels to be so pathetic that you HAVE to steal from others.......

Losers who can't think of anything on their own.
Lamefucks who have no selling capabilities.

they are like lampreys who just suck onto the bigger fish andn try to ride for as long as they can.

Must be a sad life - I bet these losers also have a *tiny dick* complex too!

TheViper 10-18-2003 11:10 AM

candyflip is a cheap cheating bastard choker.

you can't trust that fucker, I did a logo for me and he never paid me. :321GFY

cluck 10-18-2003 11:12 AM

Choker take a chill pill. It's just like when you and Sleazy were on MCL and I thought you sounded like the most high strung gentleman ever. What exactly about his script don't you like? If the layout's too similar to yours I'm sure they could just change it up. If they added a turbo feature like yours well, too bad. Just because yours was the first widely used feature like this doesn't mean you're the king of the technology. Does the logging actually work better than the tracking?

If you can't legally prove that they copied your CODE, you don't have a leg to stand on. Sure cjoverkill is unimaginative, it's just an improvement on an existing concept(likt TTT was). If I were you I'd be more concerned about fixing your script and getting patches out to your userbase. I mean you can sit here and make physical threats on GFY, but all that has to happen is for someone to start a massive attack against servers running TTT and you'd be finished in the trade script biz like Microsoft is finished in the military server biz.

Ron 10-18-2003 11:18 AM

Quote:

Originally posted by TheViper
candyflip is a cheap cheating bastard choker.

you can't trust that fucker, I did a logo for me and he never paid me. :321GFY

:eek7 Why should he pay you for a logo you made for yourself?

candyflip 10-18-2003 11:31 AM

Quote:

Originally posted by TheViper
candyflip is a cheap cheating bastard choker.

you can't trust that fucker, I did a logo for me and he never paid me. :321GFY

You never delivered a completed product, and what you showed me was made using someone elses non licensed photo. You bitched after not hearing from me for 24 hours, so I refused your product and with held payment. I wasn't satisfied with your work or your attitude, and that's my business.

SexEd...that ICQ came from someone calling themselves SexEducation. Are you saying it wasn't you? Then who was it?

Choker...you still haven't shown one instance of me using this script. I had it on the killerpeach.com site as a test, the site was only about 10k. I no longer own the domain and the script actually came down when you first asked people to remove the script.

I did consult a lawyer, on top of Icefire doing the same on his end. He was my partner at the time and I knew I'd be taking shit for backing up any other projects that he had going...namely CJOverkill. I knew that the admin layout was similar, and was told that the code was new. Upon looking at both pieces of software, I was told that there was nothing that would be considered an infringement.

I have never claimed ownership of the program, and only pointed it out to people when asked.

So let's recap...I'm a cheat and thief because:

Choker says so, even though I no longer have any involvement in his beef with Icefire.
A Pedophile says so...because I posted an ICQ log from a conversation with him.
A disgruntled designer who used unlicensed content in a design says so.

Did I miss anyone else?

Script Dude 10-18-2003 11:51 AM

Quote:

Originally posted by PowerCum


2 ) Take a look at the script. Except the usual mysql connect functions all is different.

I hope nobody believes this guy.

Sample code from TTT:
Code:

if ($_GET["link"] hahahaha "") { $_GET["link"] = "nolink"; }
mysql_query("UPDATE ttt_links SET hour$thishour=hour$thishour+1 WHERE link='$_GET[link]'")
    or print_error(mysql_error());
if (mysql_affected_rows() hahahaha 0) {
    mysql_query("INSERT INTO ttt_links (link, hour$thishour) VALUES ('$_GET[link]', 1)")
        or print_error(mysql_error());
}

Your obvious copy:
Code:

$g_link=$_GET["link"];
...
if ($g_link hahahaha "") { $g_link = "no_link"; }
@mysql_query("UPDATE cjoverkill_links SET h$thishour=h$thishour+1 WHERE cjlink='$g_link'")
    OR print_error(mysql_error());
if (mysql_affected_rows() hahahaha 0) {
    @mysql_query("INSERT INTO cjoverkill_links (cjlink, h$thishour) VALUES ('$g_link', 1)")
        OR print_error(mysql_error());
}

So you use $g_link instead of $_GET["link"] and changed a couple names. The code is identical and this is only one example.

You just happen to have a $thishour variable? You just happened to use a print_error function? In fact, lets look at the print_error function...

In TTT
Code:

function print_error($msg) {
    echo "<font face='verdana' size='3'><b>Error:</b><br><font size='2'>$msg</font></font>";
    exit;
}

In your copy:
Code:

function print_error($msg) {
    echo "<font face='verdana' size='3'><b>Error:</b><br><font size='2'>$msg</font></font>";
    exit;
}

100% identical. I suppose its coincidence that you print your error messages out in the exact same format, font and size as TTT?

I hope no one is foolish enough to believe you.

Choker 10-18-2003 12:08 PM

Quote:

I did consult a lawyer, on top of Icefire doing the same on his end. He was my partner at the time and I knew I'd be taking shit for backing up any other projects that he had going...namely CJOverkill. I knew that the admin layout was similar, and was told that the code was new. Upon looking at both pieces of software, I was told that there was nothing that would be considered an infringement.
You are so full of shit, lets get this so called "attorney" you consulted on board. Where is the documentation from this "consultation" There isn't any because you are a a fucking thief and a lier. You are a coder and you helped distribute stolen script. That's all there is to it. Anyone that hires you to write code will most likely get thier asses sued for using stolen code, you have CLEARLY demonstrated your support for stealing code as STANDARD OPERATING PROCEDURE.....your morals and ethics are pretty clear for anyone to see. Punk

candyflip 10-18-2003 12:45 PM

Quote:

Originally posted by Choker


You are so full of shit, lets get this so called "attorney" you consulted on board. Where is the documentation from this "consultation" There isn't any because you are a a fucking thief and a lier. You are a coder and you helped distribute stolen script. That's all there is to it. Anyone that hires you to write code will most likely get thier asses sued for using stolen code, you have CLEARLY demonstrated your support for stealing code as STANDARD OPERATING PROCEDURE.....your morals and ethics are pretty clear for anyone to see. Punk

I can't code for shit. I have never once called myself a programmer and have never sold or distributed any code of any type. I have never been employed by anyone, full time or freelance in this capacity. Frankly...because I don't code.

I told you that my representation is a family member. I have prenty of paperwork, but since I don't have any real association with CJOverkill, it doesn't really matter. It was a "Cover Your Ass" situation. He would be more than willing to talk to your lawyer if you actually have a valid reason...but since you don't, I don't think that's bound to happen. You may hear from him though, if you keep this shit up. Once again, I have nothing to do with CJOverkill. It has never carried my name, I have never claimed to have been responsible for coding it, and it has never been available for download on my site.

So...
I am not a programmer.
I did not take, steal or borrow any of your code ever.
I do not code or claim ownership of CJOverkill.
I have not ever housed a copy of this code or any code for that matter, on any of my domains for download, so distribution is out of the question.

You have proven nothing more than that you have a beef with me because I voiced my support for something that you feel infringes upon you. That's all. I haven't stolen from or cheated anyone, and you have yet to prove otherwise. Shit...you haven't even proven that Icefire stole your code. You've played your role in his game perfectly, and he has played you like a fiddle. That really gets to you, doesn't it? So you just make threats and call people names like a little boy just out of diapers.

You're barking up the wrong tree my friend...your morals and ethics are pretty clear for everyone here to see as well. You're attacking the wrong person, because you have no recourse to go after the person you think you should be able to go after. First you have to prove that he stole your code before you can do that. But...you don't want to go the legal route and have to spend any money, so instead you choose to slandor me. That's fine with me, because those who know me and who have worked with me know the truth.

I can't wait to see what else you think you've got on me, because so far...not one thing has held an ounce of water.

cmwkings 10-18-2003 12:49 PM

Quote:

Originally posted by Choker
BTW, if you are using this stolen script and are not on this list, don't worry you will be soon. Next two days I will launch a new cash reward program designed just for finding pissant thieves. And I got lots more surprises in store for ya. Stay tuned thieves.
I love forward thinking....Cheaters die :ak47:

Choker 10-18-2003 01:29 PM

Quote:

I told you that my representation is a family member. I have prenty of paperwork, but since I don't have any real association with CJOverkill, it doesn't really matter. It was a "Cover Your Ass" situation. He would be more than willing to talk to your lawyer if you actually have a valid reason...but since you don't, I don't think that's bound to happen. You may hear from him though, if you keep this shit up.
Tell me what I need to do to hear from this "lawyers's secretary family member" what ever it takes I will do it. You disclaim being associated with this stolen script now, but my how your story was different before. Since I do not have a lawyer for this then your "lawyer" can talk to me directly. I DARE HIM TO. You are such a back peddling piece of shit. here punk, show your lawyer this...

I will pay cash for any and all info about any sites owned and operated by Candyflip. It is my objective to make sure any potential "partners" of Candyflip are made aware of what a "thief" and "cheat" this punk is.

Now let me hear from your lawyer. BRING IT ON. Punk

myjah 10-18-2003 01:47 PM

there is NO love going on in here...I gotta go

candyflip 10-18-2003 02:49 PM

Quote:

Originally posted by Choker

Tell me what I need to do to hear from this "lawyers's secretary family member" what ever it takes I will do it. You disclaim being associated with this stolen script now, but my how your story was different before. Since I do not have a lawyer for this then your "lawyer" can talk to me directly. I DARE HIM TO. You are such a back peddling piece of shit. here punk, show your lawyer this...

I will pay cash for any and all info about any sites owned and operated by Candyflip. It is my objective to make sure any potential "partners" of Candyflip are made aware of what a "thief" and "cheat" this punk is.

Now let me hear from your lawyer. BRING IT ON. Punk

I have no association with you or your program, nor do I have any association with CJOverkill. Therefore, there's no reason for them to speak to you. If you think I'm going to pay out of my pocket so that you can talk to they, you're out of your mind. Find something to sue me over and then maybe we can talk.

You can make your threats all you want. It's actually kind of funny. You know nothing about me except for a few domains. You have done nothing to prove that I have cheated anyone or stolen anything. You're just a pissed off asshole who has no recourse for being one upped by someone you've referred to "script kiddie".

Sorry man...this has nothing to do with me. It's about time you come to that conclusion yourself. I will admit, that it was fun getting under your skin.

There's nothing you can do here but continue to make yourself look like the asshole. Offering to pay to find out what sites are mine, for the specific purpose of damaging my business drive this point home.

Later man. I'm done with you and your bullshit. Have a good one.

Choker 10-18-2003 04:02 PM

Yawn, you think you are off the hook? You think just because all the smack you talked is in the past that I will not do something about it? LOL, you are fucked dude. I have only started fucking your life up. Just wait. The good stuff will start very soon. Punk

candyflip 10-18-2003 04:15 PM

Quote:

Originally posted by Choker
Yawn, you think you are off the hook? You think just because all the smack you talked is in the past that I will not do something about it? LOL, you are fucked dude. I have only started fucking your life up. Just wait. The good stuff will start very soon. Punk
You're a real big man Choker. What's the matter...can't handle someone talking some smack? That's all you do is talk shit. This entire thread is you talking shit. You're an asshole man. Lots of people here think this of you, most know for a fact and those who don't just rely on your shitty circle jerk traffic because they can't build their own. It's as simple as that.

I'd piss with you all night, but my Yankees are in the World Series and I'm off to toss a few back.

Ta ta for now.

easyjesus 10-18-2003 04:42 PM

someone dig up the old original thread with this dumbass candyflip running at the mouth, then compare the two threads. guaranteed laughter from all the back peddling....:321GFY

Choker 10-18-2003 07:01 PM

Quote:

Originally posted by easyjesus
someone dig up the old original thread with this dumbass candyflip running at the mouth, then compare the two threads. guaranteed laughter from all the back peddling....:321GFY
http://gofuckyourself.com/showthread...hreadid=142385

Candyflip has a new boss since then, so now he has to watch what he says. Funny how I am so childish, yet this guy actually went to the trouble of changing the contact info on his domains to "Choker Lick My Ass". Someone reported him for false whois info. LOL

Stud Money 10-18-2003 07:02 PM

Quote:

Originally posted by Choker
this guy actually went to the trouble of changing the contact info on his domains to "Choker Lick My Ass". Someone reported him for false whois info. LOL
Fair play :1orglaugh :1orglaugh :1orglaugh

skillfull 10-18-2003 10:08 PM

choker: im 100% with you in that
make that fuckers pay !

Jon 10-18-2003 10:43 PM

Can someone please explain to me what's so wrong about what Powercum did?

I don't use traffic trading scripts, nor do I run any gallery sites, so I may not be on the right track here, but so far, I see nothing really drastically wrong here.

Choker made a FREE script available, and the only catch, is that 1% of the traffic goes to his TGP. Fine, nothing wrong with that.
Powercum copied the FREE script, and still kept it FREE. Maybe he did the same 1% traffic thing as choker, still fine though, as long as he kept it FREE. Powercum finds an exploit, and thinks, I think I'll make some cash from this, and offers a patch for $25.

Somehow I doubt anyone would pay $25 for a script that is FREE. I think that a better way to resolve this matter would be for Powercum to agree to give props to Choker for the script, and give Choker 1% of the traffic as well.

Theres really no need for blacklists, and name calling on the boards. If I'm wrong though, I'm open to corrections.

:thumbsup

chowda 10-18-2003 11:11 PM

Quote:

Originally posted by NiteChatDotTV
Can someone please explain to me what's so wrong about what Powercum did?

I don't use traffic trading scripts, nor do I run any gallery sites, so I may not be on the right track here, but so far, I see nothing really drastically wrong here.

Choker made a FREE script available, and the only catch, is that 1% of the traffic goes to his TGP. Fine, nothing wrong with that.
Powercum copied the FREE script, and still kept it FREE. Maybe he did the same 1% traffic thing as choker, still fine though, as long as he kept it FREE. Powercum finds an exploit, and thinks, I think I'll make some cash from this, and offers a patch for $25.

Somehow I doubt anyone would pay $25 for a script that is FREE. I think that a better way to resolve this matter would be for Powercum to agree to give props to Choker for the script, and give Choker 1% of the traffic as well.

Theres really no need for blacklists, and name calling on the boards. If I'm wrong though, I'm open to corrections.

:thumbsup

im gonna take a quick stab at this.. but i would imagine that this "free" script is like "free" porn... u get to see the pics and stuff.. but if u use it to promote ur stuff.. then u really dont have the rights to use them.

whom did what. thats between them... but like at school.. if u dont paraphrase correctly and ur copying.. ur gonna get fuct.

Jon 10-18-2003 11:12 PM

Quote:

Originally posted by chowda


im gonna take a quick stab at this.. but i would imagine that this "free" script is like "free" porn... u get to see the pics and stuff.. but if u use it to promote ur stuff.. then u really dont have the rights to use them.

whom did what. thats between them... but like at school.. if u dont paraphrase correctly and ur copying.. ur gonna get fuct.

Point taken.

chowda 10-18-2003 11:14 PM

Quote:

Originally posted by NiteChatDotTV


Point taken.

ur gonnatell me ur SE secrets on icq? ill paypal!

Script Dude 10-18-2003 11:20 PM

Quote:

Originally posted by NiteChatDotTV

Choker made a FREE script available, and the only catch, is that 1% of the traffic goes to his TGP. Fine, nothing wrong with that.

The other catch to chokers free script is that you are not allowed to modify it and you aren't allowed to re-distribute it. Says so in the license agreement when you down load it. Says so in the code (I think). Says so in the administration area. (I think)

PowerCum modified it. PowerCum redistributed it. Both actions violated the license and violates copyright law. Not only that, he tried to pass the work off as his own, and tried to make money off of it.

Just because it is free, does not mean that it doesn't have a copyright on it and that you don't have to obey the license that it is offered under.

You have two choices: obey the license or don't use it.

Its like downloading one sponsors exclusive free content and then using it to promote a different sponsors site. Just because the sponsor offers the content for free doesn't mean that you can do what you want with it.

His theft and copyright violations are entirely separate from the extortion attempt, which was really despicable.

Rutopls 10-18-2003 11:26 PM

If he did steal the code and implement a fix for whatever exploit he found, maybe you could have provided your own fix faster then 4 months later by gaining "inspiration" from his code changes? or was getting into pissing matches more important then fixing whatever he found.

pantymaniac 10-19-2003 01:53 AM

Just small note for people who think to use this scripts
TTT or the other one(Cjkilltra whatever) is not free :)
i am paying %1 - %2 percent of my traffic everyday

as choker says :

money=traffic=money

{fusion} 10-19-2003 03:58 AM

can someone get me up to speed with this.

so cjoverkill is a rip of ttt, or is there a hacked version being spread on the net?

i use ttt on a couple of tgps, do i need to install the fix?

FATPad 10-19-2003 04:03 AM

Someone change the station?

Cuz the tune has changed.

Tipsy 10-19-2003 04:44 AM

Quote:

Originally posted by Rutopls
If he did steal the code and implement a fix for whatever exploit he found, maybe you could have provided your own fix faster then 4 months later by gaining "inspiration" from his code changes? or was getting into pissing matches more important then fixing whatever he found.
You've TOTALLY missed the point. Not too bright are you?

Choker 10-19-2003 07:17 AM

Quote:

Originally posted by {fusion}
can someone get me up to speed with this.

so cjoverkill is a rip of ttt, or is there a hacked version being spread on the net?

i use ttt on a couple of tgps, do i need to install the fix?

Yes download the fix here http://www.turbotraffictrader.com/tttv2_update.zip

Choker 10-19-2003 07:22 AM

Quote:

Originally posted by Rutopls
If he did steal the code and implement a fix for whatever exploit he found, maybe you could have provided your own fix faster then 4 months later by gaining "inspiration" from his code changes? or was getting into pissing matches more important then fixing whatever he found.
Umm, the guy who stole the script discovered the exploit recently and tried to ransom the fix off to the highest bidder. Thanks to guys here on GFY the exploit was published and 2 days later Eskimoen made a fix.

Choker 10-19-2003 08:14 AM

Update list of sites using this stolen script

http://www.findtrades.com/thieves.php

Sites that are using a stolen copy of TTT. "CJOverdrive".

If you are no longer using this stolen script, post your site info here http://chickenboard.com/list.php?f=6 and we will take you out of the findtrades.com blacklist database.

usa-sex.net
tgp.icefire.org
icefire.org
salope.tv
ucumsee.com
gallery.kicks-ass.net
drunksluts.sinspace.com
sexshack.host.sk
muypajero.com
smutmaestro.com
teenyhoes.com
spankyjones.com
daily-facial.com
yourxxxworld.com
todo-juegos.com
boymaniac.com
malethumbpost.com
sexsuperb.com
tgp-sex.org
da-lounge.com
ifreesmut.com
freefun.co.yu
powercum.com

The following webmaster resource sites are linking to this stolen script. You might want to warn your sites visitors that they will get blacklisted and thier host contacted when they download and use this script.

http://cozyacademy.com/resources/software/ready.asp
http://www.webmasterdeal.com/resourc...ipts_Software/
http://www.popscripts.com/Detailed/773.html
http://www.adultnet.org/cgi.html
http://www.adultnetsurprise.com/free..._services.html
http://www.1wp.org/Scripts_and_Software/Scripts/
http://www.xclassified.com/webmaster...re-scripts.htm

candyflip 10-19-2003 08:20 AM

Quote:

Originally posted by easyjesus
someone dig up the old original thread with this dumbass candyflip running at the mouth, then compare the two threads. guaranteed laughter from all the back peddling....:321GFY
I haven't back peddled once. I'm simply not involved with Icefire or CJOverkill. I still believe that Iceire did nothing illegal. Maybe his business ethics are a bit different from yours or mine, but I'm not one to tell him how to go about it. If we were still working together, I'd be backing him up in the same manner that I am right now. You might not like what he did or how he did it, but the fact of the matter is...he did nothing ILLEGAL.

Quote:

Originally posted by Rivux
re·write
v. re·wrote, (-rt) re·writ·ten, (-rtn) re·writ·ing, re·writes
v. tr.

To write again, especially in a different or improved form

mod·i·fi·ca·tion
n.
A small alteration, adjustment, or limitation

When it comes to coding, modifcation is illegal unless the license allows for it. Re-writing is perfectly legal regardless of what the license says. Just because someone saw your script, found some bugs then wrote a new script with the same features plus some improvements doesn't make what he did illegal. There is nothing in your script or anyones traffic trading script that they can patent which means you can't sue him for using the same ideas or features.

Does it suck, ya for the most part. Because now someone has a better script then yours, which is never good for business. But it's been mentioned a dozen times before, start listening to your users, and make steady improvements, eventually the best program will win out. It is a business and regardless of whether you like what happened, the code is different enough that you are going to lose, so work on your script and forget about them.

Side note: I think traffic trading scripts are garbage and just fuck around the user, but I guess that is neither here nor there.

I was his partner at one point on some different projects. This is and was his baby. We both checked on our respective ends to see if he was infringing upon Choker and his TTT. In 3 seperate instances, Lawyers told us that CJOverkill did not. Choker says he won't waste money on a lawyer, probably because they'd tell him the same thing.

Choker can't do anything to Icefire, because he knows if he does, it will probably come back to haunt him. So instead he chooses to attack me. He has no basis for this attack other than that I supported Icefire and posted links to CJOverkill whenever trade scripts were brought up. He's just a sore loser...the kid on the playground that no one wanted to play with. This is evident in the way he acts out. With me. With Sleazy. With many others. When he doesn't get his way he attacks and calls people names. This didn't work in grade school and it won't work here.

Sharky hasn't told me to change my tune or act any other way. I'm still the same Candyflip who's been posting here just about every day for the past year. And...I'll continue to be. I know that it has brought in some business so far.

It would be best Choker if you accepted the whole story as Icefire and I have laid it out for you. Everything you've claimed up to this part has been proven to be wrong:

You say I'm a coder...WRONG.
You say that I stole your code...WRONG.
You say that I distributed it...WRONG.
You say that I'm still using it...WRONG.

All I did was egg you on because I think you're an asshole. It's fun watching you grasp for straws, because that's really all you've got left to stand on in this matter. This is GFY...that's a big part of the fun here.

Stick to your traffic. It's what you do best.

PowerCum 10-19-2003 10:52 AM

Quote:

Originally posted by Choker
Update list of sites using this stolen script

http://www.findtrades.com/thieves.php

Sites that are using a stolen copy of TTT. "CJOverdrive".

If you are no longer using this stolen script, post your site info here http://chickenboard.com/list.php?f=6 and we will take you out of the findtrades.com blacklist database.

usa-sex.net
tgp.icefire.org
icefire.org
salope.tv
ucumsee.com
gallery.kicks-ass.net
drunksluts.sinspace.com
sexshack.host.sk
muypajero.com
smutmaestro.com
teenyhoes.com
spankyjones.com
daily-facial.com
yourxxxworld.com
todo-juegos.com
boymaniac.com
malethumbpost.com
sexsuperb.com
tgp-sex.org
da-lounge.com
ifreesmut.com
freefun.co.yu
powercum.com

The following webmaster resource sites are linking to this stolen script. You might want to warn your sites visitors that they will get blacklisted and thier host contacted when they download and use this script.

http://cozyacademy.com/resources/software/ready.asp
http://www.webmasterdeal.com/resourc...ipts_Software/
http://www.popscripts.com/Detailed/773.html
http://www.adultnet.org/cgi.html
http://www.adultnetsurprise.com/free..._services.html
http://www.1wp.org/Scripts_and_Software/Scripts/
http://www.xclassified.com/webmaster...re-scripts.htm

I really appreaciate your intentions in boosting out my google page ranking so I get more and more visitors from google and yahoo :) I guess my clients thank you the same. Your sites have really good PR, so your links to me make google love me more. Would you please link to my main pages too (http://cjoverkill.icefire.org).
About your pathetinc screams... well, it's comprensible.
TTT 2.0 was outdated as old software when CjOverkill 1.0 came out. Then with version 2.0 it outdated in features TTT 3.0 (that is still under developement). CjOverkil 3.0 will come online in less than 2 weeks and it will outdate in features and functionality some other scripts too, including several pay scripts (EPowerTrader if it's still not outdated and several more) as it is being tested to deal with 1 million real visits per day (real visit means a visitor with a web browser and not a hitboted traffic). So if you want to overcome my product in features your programmers have to really work their ass out.
The facts are simple, your product is old outdated crap that was last reviewed in features and protections more than 6 months ago and the mine is under constant developement and testing since day 1.
Fact 2 is that I take as much 24 hours to provide updates to any bug found, and it takes near 12 hours to distribute the updates on all the active sites (I have a fast and reliable updating system and you don't even know how to fix your code, so you have to hire a programmer).
Fact 3 is that I take less than 48 hours to reply to my clients help requests (usually less than 24 hours) and take my time on ICQ to help them if they need something that would take lots of time to be explained and tested on the support boards. Your product users take days and days untill they get some valid reply, and during that time their sites are going down and down. And after taking a look at their msgs in your support board, their problems are mainly regarding problems that have been solved in CjOverkill long time ago.
Fact 4 is that I am considering any CjOverkill user as a client as he pays me in traffic or money (depending on what option did he prefer). The support is the same support that I offer to any other of my pure paid products. It's a matter of my consideration about what is a client and what support I have to give him.
Fact 5 If you posted a bit less on GFY about how big are your balls and instead of that would be developing your product you probably would get some webmaster to switch from CjOverkill to TTT. With the current features both products have I'm really in doubt anyone would switch to your product after using the mine.
Fact 6 your "cheater" database will be outdated in less than a month too after I finish the projects I am working currently on. Even if I do nothing it will become usuasable soon as CjOverkill is installed on near 500 sites just now (most of them still don't show it in google as they added it quite recently). In a couple of months you will have 500 more TGPs blacklisted in your database of 2140. So at the end in several more months when CjOverkill users become 1000 or more your database will have more blacklisted TGPs that non blacklisted rendering it as completely unusable. Anyways no one fucking cares. If your users need you to tell them who is a cheater then it's their problem. CjOverkill users know who is a chater after 6 hours of traffic exchange or less and do not need to care about almost all the hitbots and dwnload managers as the script does that for them, so they can invest their time in making money and not babysitting their trades.

This advice is free and one time only. You are closeing yourself to your own users and closeing your possible paths of expansion. Sooner or later (probably in not very long term run) that will hit you back. Instead of balcklisting sites whose webmasters probably do not even know about your existance nor care about your "I am the master of the universe" attitude, think in how can you enhance more your products and make them competitive enough so webmasters do not even have to look at the mines. Anyways it's your business and you have the complete right to do whatever you want.

Now I'm back to work. As you can see I do not take much time to post on this pathetic dramma thread but invest my time in working hard, so when I have finished you can start another dramma promotioning my product :)

And about your attempts in involving others in something between you and me... I'll let other people to judge by themselves.

PS: I find very unprofessional choosing as topic "fuck you..." when it's supposed you were anouncing an important update on your product. If I were you I wouńld post two separate posts, but once again it's your business, your product and your users.

Script Dude 10-19-2003 02:51 PM

Quote:

Originally posted by Choker
The following webmaster resource sites are linking to this stolen script.
Great idea. Have you gone after his mainstream listings at PopScripts.com, hotscripts.com & freshmeat.net? How hard could it be to get them to drop a porn script?

Script Dude 10-19-2003 03:15 PM

More cjoverkill:

http://www.bitchforfree.com/trade.php
http://www.bitch-for-free.com/trade.php
http://www.power-cum.com/trade.php

Some misc crap of his:

http://calls.icefire.org/index.html
http://www.cjoverkill.net/

MicDoohan 10-19-2003 04:08 PM

Thieving fucking SCUM!!

Choker 10-19-2003 04:18 PM

Quote:

Originally posted by Script Dude


Great idea. Have you gone after his mainstream listings at PopScripts.com, hotscripts.com & freshmeat.net? How hard could it be to get them to drop a porn script?

Yep getting those also


http://www.popscripts.com/PHP/Script...ams/Top_Sites/
http://lwn.net/Articles/35906/
http://www.adultnet.org/cgi.html

Also just added some more tgps using this script to the blacklist

http://www.oudeomasex.nl/
http://www.gay-pics.nl/
http://www.tokyolegs.com/
http://www.gratissexplaatje.nl/
http://www.bestialityreview.com/
http://www.yourxxxworld.com/
http://www.todo-juegos.com/
http://www.sexsuperb.com/
http://www.smutty-pages.com/
http://www.dailygaymen.com/
http://www.seksdomein.nl/
http://www.virtual-virginity.com/trade.php
http://www.thongtgp.com/
http://www.thumbfuck.com/
http://www.wendyblair.com/
http://www.k9teens.com/
http://www.kongomovies.com/
http://www.justslut.com/
http://www.elitehackers.com/
http://www.phone-fun.com/
http://asianfrenz.com/main.shtml
http://www.sexmasters.nl/
http://www.plaatjestgp.nl
http://www.love-girl.net/
http://amatureinfo.adultposts.net/
http://www.tetateta.com/
http://www.kongolist.com/
http://saucythumbs.com/
http://www.jongejongenssex.nl/
http://www.hotsex4you.com/
http://www.juegoscachondos.com/
http://www.muypajero.com/
http://www.malethumbpost.com
http://boymaniac.com
http://www.amsterdamk9.com/
http://www.salope.tv/
http://www.sweteen.com/
http://www.smutmaestro.com/
http://www.fatmantgp.com/
http://www.bitchforfree.com/

Choker 10-19-2003 04:34 PM

Quote:

PS: I find very unprofessional choosing as topic "fuck you..." when it's supposed you were anouncing an important update on your product. If I were you I wouńld post two separate posts, but once again it's your business, your product and your users.
I think the title of this thread was pretty relevant. I mean I did fuck you out of any money someone might have paid you for a fix. Remember your thread where you tried to extort money out of people? http://gofuckyourself.com/showthread...hreadid=186229 :321GFY

Script Dude 10-19-2003 04:57 PM

The first guy on your list

http://usa-sex.net/

has the following other tgps that are not on your list:

http://www.britneysthumbs.com/
http://www.pornjoker.com/
http://www.teen-thrills.com/

He also has this charming site (behind a proxy DNS, but its his):

http://www.hit-bot-hitbot.com/

And if you have a hit bot, you have to do something with your "traffic", right?

http://www.smashtraffic.com/

A list of the guys AVS sites (if anyone cares)
http://www.yellowpage.ws/avs.html

His home page?
http://graubach.de/

Same guy has this:
http://www.buildyourowntgp.com/

candyflip 10-19-2003 05:08 PM

Quote:

Originally posted by Script Dude
The first guy on your list

http://usa-sex.net/

has the following other tgps that are not on your list:

http://www.britneysthumbs.com/
http://www.pornjoker.com/
http://www.teen-thrills.com/

He also has this charming site (behind a proxy DNS, but its his):

http://www.hit-bot-hitbot.com/

And if you have a hit bot, you have to do something with your "traffic", right?

http://www.smashtraffic.com/

A list of the guys AVS sites (if anyone cares)
http://www.yellowpage.ws/avs.html

His home page?
http://graubach.de/

Same guy has this:
http://www.buildyourowntgp.com/

Script Dude
Will Lick Ass For Work or Traffic

Registered: Jun 2002
Location: Michigan
Posts: 82

Script Dude 10-19-2003 05:30 PM

One more

http://www.bestialitynow.com/trade.php

Script Dude 10-19-2003 05:38 PM

Quote:

Originally posted by candyflip
Script Dude
Will Lick Ass For Work or Traffic

I have all the work I can do, thank you. I don't have any adult sites of my own and I don't have any use for traffic. Choker has given me neither. I am looking for neither.

I do make my living selling software and don't much like script thieves. :BangBang:

Script Dude 10-19-2003 06:38 PM

http://www.viciozas.com/trade.php
http://www.thedailyfacial.com/trade.php
http://www.24hourpass.com/trade.php
http://www.pops-passes.com/trade.php
http://www.passmania.com/trade.php
http://www.melsmegasite.com/trade.php
http://www.darkpasses.com/trade.php
http://www.beastizone.com/trade.php
http://www.cleanteenies.com/tgp/webmaster/trade.php
http://www.cockblow.com/trade.php
http://www.sexismylife.com/trade.php

Bored now.

Jace 01-19-2005 06:53 AM

and another reminder

hjnet 01-19-2005 07:12 AM

Quote:

Originally Posted by JaceXXX
and another reminder

Thx for the Bump, some interesting names are mentioned here, I've added this thread to my bookmarks :thumbsup

DEA - banned for life 01-19-2005 07:39 AM

where is candy flip?

DEA - banned for life 01-19-2005 07:40 AM

more more more :thumbsup

DEA - banned for life 01-19-2005 07:40 AM

am i the only one sitll on the theater?

DEA - banned for life 01-19-2005 07:41 AM

200 script theives


All times are GMT -7. The time now is 02:32 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123