Welcome, Guest. Please login or register.

Author Topic: trgse: fix your ports!  (Read 5392 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PiruTopic starter

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
trgse: fix your ports!
« on: March 30, 2003, 11:09:32 PM »
@trgse:

Your ports have a broken anti-MorphOS code.

Your code is:
Quote

if (OpenResource("MORPHOS"))
{
  printf("fucking pirates!!!\n");
  exit(1);
}

...but there is no such resource in MorphOS.

To fix, use the following code:
Quote

if (FindResident("MorphOS"))
{
  printf("fucking pirates!!!\n");
  exit(1);
}

Yes, this is somewhat sarcastic "bugreport" to point out some childish and outright stupid actions by some "amiga developers".

This is not the way:

a) Setting up artificial limits and thus limiting the possible userbase of a program is not very smart.

b) The program you ported is GPL. Anyone can request the source code from you and remove your anti-MOS code.


PS. Also your home page javascript to detect MorphOS:
Quote
if (navigator.appVersion.indexOf("Morph") != -1) {document.writeln("MorphOS - Piratez paradize, You are not allowed to run my programs");}
...doesn't work. Fix that too!

Waiting for a bugfix,
 - Piru
 

Offline PiruTopic starter

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: trgse: fix your ports!
« Reply #1 on: April 02, 2003, 08:45:36 AM »
Update.

Jan-Erik Karlsson's home page is no longer operational. "Due to the unaouthorized hacking of this site, it has been removed."

Hey, I did NOT ask you to hack his site. Grow up whoever did that! :-(