Jump to content
MakeWebGames

galdikas

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by galdikas

  1. Its a paid job.. No takers? :)
  2. Hello :) Yous probably have forgotten me already, havent been here in ages. Unfortunately had to postpone my game creation, because working on other project. So now I am looking or someone to code me a simple template. https://docs.google.com/leaf?id=1qjieEOmXbMB-OKSCQljtaTVU7jDZpPcbt_AKc2Y766plaYoXPjjeUETpT03L&hl=en above is a rough sketch of what is needed. So need someone to code HTML/CSS and someone capable of actually making it look nice. I need all main elements styled to look according to theme (like tables., links, buttons etc etc) Doesnt have to be made from scratch, you can use some free template and edit it. I know CSS/HTML myself, but I do not have the artistic skills to make things look prity :) So if yous could quote me below, I would appreciate :)
  3. in the log in form dont color is white... You realise it is not ok??????
  4. Kieran, thank you so much! I feel a bit silly now :) I had it like that date_default_timezone_set ('GMT' ); Now that I have changed it to: date_default_timezone_set ('Europe/London' ); It displays correct time :)
  5. Well yeah xampp would show my windows time, wouldnt it?... Microsoft obviously figured out how o deal with DST :D
  6. ok I know how to set default timezone... But how to set the daylight saving???? So it automatically switches the times... And from given timestamp shows the correct time (even for lets say 7 months old timestamp) Found some functions on web.. But none seem to work properly.. Any advice on this? Or is it even important to have a correct DST?? Never thought how complicated timekeeping is till got into this programming thing :) Remember once on discovery saw this guy that was a timekeeper for a living... Gee I thought wtf is timekeeper for.... Just buy a clock lol Well I take my words back now :D
  7. galdikas

    Tutorials

    Ok.. I was looking at learning AJAX/jQuery... So what is wrong with jQueries ajax set up???
  8. So those params is of your desktop PC? And youre asking if they are sufficient for development environment or what? I am not trying to be smart.. Just genuinely confused as of what are you asking :) And yeah... as Danny said you should really update the date.. or just change to coming soon :) Because now if someone comes to website they will just think that it is abbandoned... + I probably have a form for people to leave e-mail if they want. You could then inform them when it is done :)
  9. Maybe this is not a file but just something to keep in mind from the start... You will be probably going to use crons.. :) My advice would be to use timespamps instead... It is a bit harder to make than just cron, but definately worth it :) My first site was crons.. But I decided to scrap it, because when I first started I was quite noobish, and now realized that I can do much better :) And now I will be making it cron free :)
  10. Cool! Never heard of the chat feature... Where do I find it? Might be cool to hang out.. Get some help from more experienced and maybe give some help for the less experienced :) Although most people aren't looking for help.. but looking for someone to do it for them lol
  11. galdikas

    jQuery

    Ok.. I find id pridy cool.. and have managed to put some simple stuff together... But oh boy.. am I the only one that finds syntax so copmlicated??? Anyone can recommend some good tuts on it??? especially anything related to ajax? Here is the best I found so far:   So if anyone could share some good links to jQuery I would really appreciate :) PS.... Hosted on google VS your own server? :P This is like echo vs print in php world lol
  12. Oh I am aware of it :) Just finishing of the backend today :) Which is a piece of cake anyway lol Just got so happy about the ajax part, that decided to post straight away :)
  13. made a rating system :) First ever ajax. Really proud of it :) Check it out.. you need to be logged in though :)
  14. I thought we were talking about security :) If the input actually gets typed in by user, the I sanitize as well. But if input gets generated by the code, but can easily be tampered with by users ($_GET parameter in url, or hidden input in form via POST I never sanitize.) But in lets say gym, where user actually is requored o type stuff in then I do sanitize :)
  15. And you are no1 in every section of hall of fame except the IQ one :D
  16. Just a standart game really.. Sorry but I have seen that exact interface before (different collor maybe.. But totally the same :))
  17. filter_var($var,FILTER_VALIDATE_INT) will not let anything through unless it is integer it would not validate 100w... it would not even let through 10 0 (with spaces in it or before or after it). Basicaly if it is anything else than integer it will not set that variable :)
  18. Have you seen my code to say that? :P Well anyway I may have exagarated 99%. Sanitize integer??? I was never aware of integer injection lol No really.. I understanf why you would need to sanitize string... But what harm could and integer do???
  19. filter_var($_POST['whatever'],FILTER_VALIDATE_INT)-for integers, 99% of my variables that interaact with DB is integers. And when it comes to strings, there is few functions that I use lol Using couple diff functions is maybe a bit more difficult.. But I would say a lot more reliable. Because that master function can only determine what type of data is passed, but it will never be able to determine what type of data you EXPECT to be passed. While using filter_var($_POST['whatever'],FILTER_VALIDATE_INT) you tell the script what type of data you need.
  20. and whats with them browser icons??? lol
  21. Yeah but that will strip slashes from html as well... :( And if is strip it before parsing... it will mess up the BB code
  22. galdikas

    Revenue

    I can tell how much I am making :) Hosting:~$60; Income so far: $0; Total: -60 :P   And I will repeat what was already said. You will never make anything by just buying MC codes, and uploading to your server. MC codes is off course a good place o start developing your game. But you will still have to do work to get it going (And no... Uploading all free mods there is will not cut it, even though there is some really good ones out there :P). I hope it will change when I have it finished lol
  23. OK I tryed looking but cannot find this anywhere... Sp assuming that I store it as BB... How do I secure the input agains SQL injection? if I just add slashes to _'_ then people lets say if someone wants to use apostrophe it will have slashes before it. Or if I use htmlspecialchars than any speechmars in the BBcode will get enoded as well... So what function should I use???
  24. lol i do not think it is a big deal. Just let him know about the vulnerability. He will easily be able to fix it + he will appreciate you finding it
  25. why dont you just use phpmyadmin? And just dont forget to fix that vulnerability lol
×
×
  • Create New...