Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Standard rate for storylines? <basic couple of paragraphs long description of the theme of the game>, willing to collab with other writers/people, and any time limit on how long you're offering this service for?
  2. Djkanna

    Stupid Idoits.

    *ding* common sense calling.:rolleyes:
  3. The last ones I bought: I got 5 for $2.99 at NameCheap, however that was a deal, and this thread is old, why are we commenting on it?
  4. Djkanna

    Validate URL

    It shouldn't do, or at least in my tests it doesn't.
  5. Got a starting bid? If not: $1. There you go. Looks nice by the way.
  6. Djkanna

    Validate URL

    My Regex is also sub par: <?php $urls = array ( 'a', 'http://a', 'www.a', 'test.com', 'http://test.com', 'http://www.test.com', 'http://www.test.com?searchblah&blajjj', 'http://www.te$%^$.com', 'http://test.1223', 'http://test.co', 'http://test.co.uk', 'http://sub.test.com', ); foreach ( $urls as $url ) { echo $url.' --- '. ( preg_match ( '#^http(s)?://(www\.)?([a-z0-9_\-\.]+)\.([a-z\.]){2,5}([/\?&\#\w=]+)?$#', $url ) ? 'Valid' : 'Not Valid' ). '<br />'; } a --- Not Valid http://a --- Not Valid www.a --- Not Valid test.com --- Not Valid http://test.com --- Valid http://www.test.com --- Valid http://www.test.com?searchblah&blajjj --- Valid http://www.te$%^$.com --- Not Valid http://test.1223 --- Not Valid http://test.co --- Valid http://test.co.uk --- Valid http://sub.test.com --- Valid Edit: Edited expression to match '=' also ( for the likes of ?blah=123 )
  7. What makes it the best engine? For one we've not seen any of it, give examples.
  8. See this is the only thing that bugs me... Yes we're a community I understand that, yes we should be proposing new ideas to breath some life into the place. Yet you tell us to list what we want done, and you'll take it into consideration, where is your list? Where are your ideas? What are you doing to help the community ( minus where it resides ). I don't see any active participation in the community 'problems' from your end, and after all we are a community aren't we? no? Just crying bi.tches? Yeah I thought as much. On that note I quote:
  9. I guess...You're welcome.:)
  10. I agree, the forum is dead for anything by the way of interesting. Those that try to start something of an interesting debate, helpful topic etc are overshadowed by idiots. I cannot speak for the other staff members, but me personally just don't care and don't try to invest so much time in the forum anymore, because there's no point. If someone needs me for something and is not an idiot, has other ways to contact me. ;)
  11. Upload them somewhere from your phone ( IE: Facebook )? Then link the image, using the above. I hope it's as sexy as JA with money?
  12. Djkanna

    new here

    Awwwwwww, you suck!!!! Welcome anyhow. :)
  13. [.img] ... [/.img] Remove the period ( . )
  14. As a moderator that left that thread going for two days ( and first pointed out the HD resemblance ), the latter of the reasons is pretty much on target.
  15. Djkanna

    new here

    Welcome! Play FTB ( specifically Direwolf20's pack ) ?
  16. I've nominated both Skooda and Lightning to the list. Both will stay, unless this is just a big misunderstanding, in which case Lightning may be removed, Skooda however is a different story. (on that topic, does anyone even know about that list, besides you Kyle?)
  17. You and me both, and we wonder why the forum is in the sh.itter, it's partially cause we just let this keep happening, Skooda as a prime example.
  18. Lightning: he's spectacular 20k feet away, but a pain in the arse up close. Sorry you mentioned "aimed at me", and his handle is lightning, and my brain went "lets think of something witty to say, and fail miserably". :cool: Relevant
  19. Good enough answer for me. :cool:
  20. link that man! -edit: Guess the forum doesn't like all caps, imagine the above in all caps. ;)
  21. I think it looks pretty nice. Quick question: Why is there like 3 link 'spots' (none are linked currently) for your twitter, and two for Facebook, surely one for each is enough? :p
  22. Djkanna

    Try Decode this

    Indeed they did, also did something similar to "keep" the copyright links in the footer IIRC.
  23. You're trying to get your hands into to many jars, whilst not fully showing us what abilities you have. Why is this so suspicious to me (surprising usually I don't give a crap)? Good luck with your project Adam_S.
  24. Generally speaking, Minecraft mods are limited by Java, Minecraft doesn't offer an API natively. :) Not sure why people are comparing this very early development project, to Minecraft. I agree Minecraft is indeed "wicked", but it's also pretty different to this one, although sharing a few of the the core concepts. Nice to see it coming along A_B. :)
  25. Djkanna

    Try Decode this

    Clearly you are not following the instructions in my example, look how I did it, then look how you're doing it, what's different ( besides using some form of service to do it for you).
×
×
  • Create New...