Jump to content

Other Means

Members
  • Posts

    4,319
  • Joined

  • Last visited

Posts posted by Other Means

  1. wow.

    there's a lot of love in this room.

    here's a little trick i came up with for free email services & spam. don't shout it from the rooftops as it can be easily countered.

    when you create an eamil account, define you name as having a few double underscores in it.

    i.e. mike__the__wino__@hotmail.com

    so far my hotmail address has had ZERO spam & it uses the double underscore trick. also, don't give it out in things like your profile as their bots are getting clever at parsing pages & finding them.

    give it a go, tell me if i'm just lucky.

  2. hi,

    i'm just starting to learn CMBB & one day will definately be using your rules. the whole effort seems really well done. however i couldn't get your 0 - 10 die to work straight off, so here's one i've written in HTML & JavaScript (test it -i've had a bottle of wine).

    if you just save it to your desktop & click on it it will open a browser window. then click the link & the number will appear in an alert box. i've only tested it on IE6 & Mozilla on pc but it should be ok for everything else.

    hope it comes in useful.

    </font><blockquote>code:</font><hr /><pre style="font-size:x-small; font-family: monospace;"><html>

    <head>

    <title>Biltong's 0 to 10 generator</title>

    <SCRIPT language="JavaScript">

    <!--

    rnd.tDate=new Date();

    rnd.seed=rnd.tDate.getTime();

    function rnd() {

    rnd.seed = (rnd.seed*9301+49297) % 233280;

    alert(Math.round(rnd.seed/(23328)%10));

    };

    </SCRIPT>

    </head>

    <body>

    <a href="#" onClick="javascript:rnd();">Baby needs new shoes</a>

    </body>

    </html></pre>

  3. while my attitude to piracy in general is pretty {ahem} unformed, my attitude towards privacy of BTS stuff is unforgiving.

    you know these are 4 guys who are just trying to make a living & supply us with the stuff we want to play. they're not M$ or Sony or EEE AAAAH SPORTS (anyone else replace their intrusive intro movie with a blank file?).

    saying that, replacing CD's all the time is a pain. this utility

    http://www.virtualcd-online.com/

    may help. i've not tried it myself as i've not had time (new house - even CMBB's a stretch).

    tell me if it works.

    cheers. i'll try to use less brackets next time.

  4. it's good to hear that the 1:1 ratio is wanted. i would really like to see it but of course then you expect to see them going through doors, setting up their MG's etc so there has to be a cut off. no need to go mad for 2.0.

    also, what's the point of giving out medals etc if they have no effect other than looking good?

    unless a man gets a medal so they get a morale boost for the NEXT game...?

    [ February 10, 2003, 06:42 AM: Message edited by: Other Means ]

  5. no problem.

    what you trying to do?

    you on linux? if you're trying to make a searchable db it's quite easy with PHP & mySql. i've never set up the php - mysql connection myself but the documentation is usualy pretty good. and once php knows where mySql is it's just 3 lines or so.

    i think this is probably straying off topic so: email me if you have specific questions.

×
×
  • Create New...