Jump to content

spitfire1945

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.icantradegames.com

Profile Information

  • Gender
    Not Telling

spitfire1945's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. You know I thought I had that going but I just saw some recent links and you are right I forgot to implement that. The code is in my library just forgot to add the function for validation. Thank you though! Also, the site wont be pointless, I m turning it into another boring social media cliche. Care to participate in a beta test?
  2. ok i m sorry what does that have to do with me website?
  3. lol looks like someone tried some javascript parameters. thanks for your time, whoever you were lol
  4. ..so I made this www.gazuu.com Now, if you are bored as well, would you be able to try to exploit this site?
  5. Hey alpha, I solved that issue with the help of some little javascript
  6. Regex isn't necessarily hard, per say, but just slightly tricky at first. It's the rules of engagement that can kick your @$$ if you don't know what you are doing. You can have a look at the resources page as well as this tutorial from Darkwater. And of course, there is also this site as well as my favorite, this book. Sorry for the link bombardment... there are plenty of options. As for regex itself, its just a matter of starting simple and building up. Overall, it's not hard, and quite nice to use once you really get the hang of it (almost addictive actually). I would need to attend a PCRE Anonymous meeting if there ever was such a thing... Thanks alpha! I did look at those. I did have some success today when i was running the preg_match command for alphanumeric and underscore only strings. preg_match("/[a-zA-Z0-9_]$/", $var) (and then i looked at ur signature and lol'ed) it worked, i think i could have also used /w if i am not wrong.
  7. no i just simply fail at regex. It is probably the easiest and most robust concept but i cannot get it into my head.
  8. Hmmm... fascinating.. ill try to get that working. Surprisingly that is a bit more of a challenge when it comes to coding. But I will give it a shot. It does reduce the excessive green.
  9. thanks jcombs. I was going for a conservative look of 3-4 colours using vectors. This is not a game site but an information website. I could have easily made it look like gamespot's dark theme or something similar but i didn't wish too. Although I will take your advice into consideration and throw some graphics in there. I will also try to cut down the green. I hear yah.
  10. Yeah I should look into that. That flash controller isn't the best. That's a valid point and not to mention it also hangs my twitter app on the side. I will certainly do that. Seems like a good idea. I wish there was a way to detect bandwidth via php. Yeah the Ajax died when javascript was turned off. I don't think I can avoid that. The image worked: http://www.icantradegames.com/index.php?action=game&gameid=148 I have absolutely no clue what happened there. All it checks for is the format and whether if the link is alive or not. And it should have worked. I should probably specify this and I know this is my error. That link wont work but http://www.youtube.com/watch?v=AUHmTSJ7b-Q will work. Yeah the suggestion feature needs to be tweaked. But you can simply click. No this is genuine and it will go away. Thanks!
  11. Hey alpha i took some stuff you said into consideration and was wondering whether its better now or not... www.icantradegames.com
  12. Hey folks. I am a little weak in the Regex field I just need to validate google adsense publisher ids which come in a "pub-xxxxxxxxxxxxxxxx" (16 x's where all x's are numbers) format. just the reg expression would be nice. Ill throw my guesses down though: #$"pub-"^[0-9]{16}$# ??? am i even close?
  13. thank you nrg_alpha, i had a particular complaint that it was "too tedious" to add information to the website. Any thoughts on how to improve that? you can login using user: demo pass: demo
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.