Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Lam3r

Members
  • Posts

    361
  • Joined

  • Last visited

    Never

Posts posted by Lam3r

  1. @JS1:

    > Pitch recognition?
    >
    > Oh, I guess this could only (legally) search free music. Oh well.
    >
    > -JS1

    No, I'm saying wtf..as in a small little dev team of 2 coders can probably NOT make that; you would need a legit company and/or a team of pro programmers to make that.
  2. @JS1:

    > Oh, and a good idea as a branch/future feature: a musical search engine. Hum a tune (or play it on a virtual piano/type in lyrics) and it'll tell what song it is, and let you buy/download it.
    >
    > -JS1

    @Chief:

    > are you retarded?

    Yeah wtf..?
  3. @Chief:

    > Second of all, don't use SMF, its not bad, but there are better options out there. (IPB)

    The reason we're using SMF is because we want a free forum, IPB and vB aren't free. I personally prefer phpBB but I have no problem with SMF.

    @Chief:

    > Thirdly, Try coding a player out of HTML 5, and ditch flash.

    Sounds like an idea, I'll investigate ^^.
  4. @JakeZeta:

    > First - Theres no reason to join your site if we have Youtube. (I'm a five year web developer, and one of the top rules of web developing is - Create something new, not something we already have)

    So why do Megavideo or Metacafe successfully exist alongside YouTube? Why does SoundCloud make money with Youtube's existence? Why are there dozens of successful search engines other than Google? Why do MediaFire, Megaupload, Rapidshare, etc.. exist and all make lots of money? Please explain your point…
  5. Alright, well you've answered my questions sufficiently ;P
    I'd be interested in helping out if you still need a coder, I can code (x)HTML/CSS, PHP/MySQL, working on learning Javascript/AJAX, and I do own Adobe Photoshop, though I'm pathetic with it and definitely can't make the graphics needed. I can put them in place and make a good looking site from a PSD, and a backend as well, but no graphics making :\.

    Anyway if you'd like to have me on board just shoot me a PM and/or reply in here!

    ~Lam3r
  6. Alright, so I like your idea and enthusiasm, but I do want to clarify and say a few things, hopefully I'll help you out a bit ;P.
    @Jungletoe:

    > -It will have unlimited upload space, much like Youtube

    Well if the site gets even remotely popular, you're going to need to impose some restrictions I think. Unlimited hosting is expensive if it TRULY is unlimited, not "unlimited" (until you hit a certain amount of bandwidth/disk space used per month and your host just cuts you off).

    @Jungletoe:

    > -It will be free from spam messages from fellow musicians. This means that you can have the publicity of Twitter, but the security of Facebook.

    I find this ironic because Facebook is hardly secure…I constantly get spam from all the buggy games and apps, of which more than half seem to be broken and purely for monetary gain through spam from the owners.
    I'm assuming that you can listen to public music that people upload, and uploaders can choose to make it private or public, like YouTube.

    And yes I agree with what's said above, no need for forum mods at all yet, then you just get people who think they're cool because they've got admin on your forums but really do nothing.
  7. Not sure exactly what you want…you need to explain better. But here's a command that will allow admins to change the names of anyone. Put this in Sub Commands:
    ```
    '##############
    'Script by Lam3r
    '##############

    Case "/setname"

    If GetPlayerAccess(Index) >= 4 Then
          Call SetPlayerName(TextSay(1), TextSay(2))
          Call PlayerMsg(TextSay(1), "You're name was changed to " & TextSay(2) & " by " & GetPlayerName(Index) & ".", YELLOW)
    ElseIf GetPlayerAccess(Index) < 4 Then
          Call PlayerMsg(Index, "You don't have permission to use that command!", RED)
    Else
          Call PlayerMsg(Index, "The correct command is '/setname '. It IS case-sensitive.", RED)
    End If

    ```
  8. @Ein:

    > I was actually started working on a story rewrite this morning,

    **Good idea.**

    @Ein:

    > and I'm going to finish it tomarrow.

    **If you manage to write a fully detailed, original, GOOD storyline in less then a day I will be amazed. (By this I mean you definitely should not 'finish' a storyline in one day. Maybe a rough draft, but not the whole thing.)

    @Ein:

    > thanks for the feedback

    **No problem.****
×
×
  • Create New...