Jump to content
MakeWebGames

Dayo

Administrators
  • Posts

    2,491
  • Joined

  • Last visited

  • Days Won

    196

Everything posted by Dayo

  1. captcha added to the codes on my demo site located HERE User: demo Pass: demo
  2. all of the CSS is in 1 file so is easy to edit, i may make an addon so you can change the CSS from the staff panel
  3. @crim yes i did try it out if you like @drizzle the layout is tableless it uses only divs
  4. oh yea :P ^^ this will be uploaded saturday
  5. well im going to add it, to remove/re add it all you will have to do is change this peice of code $array['capcha']=TRUE; // or FALSE
  6. well i would add it as a setting, as i myself dont like capcha's but its all down to personal prefrences
  7. add that option to use or not
  8. Dayo

    An Idea

    Well, this might not work because they need a password, a username and an email address - this is required by most games. These would be stored in my DB. Also, storing unencrypted passwords in a database is very insecure - so no to plain text passwords. They wouldent be unencrypted, i would store in md5, sha1 etc... then ur site would do something like. $user->password(md5); $user->password(sha1);
  9. Dayo

    An Idea

    i have had an idea recently ill explain it below. 1. A user signs up for my site 2. Once signed up the user can see a list of text based games 3. The user can use a 1 click sign-up and play the game instantly! How this would work... 1. Game owner signs up and gets there own unique key 2. They add a file to there site for the user to land on, cos they have already registered on my site the details would be transfered over to yours 3. the owner gets free sign ups with enough intrest ill start work on this any ideas to add?
  10. it will work for new users only try regstering a user then change the passwords to sha1 then try to login
  11. yould have to add an if statment and a 2nd column for this to work effctivly otherwise users with a md5 hash wont be able to login
  12. dw wrong plase plz delete me
  13. ill add the css soon @BUG: Karma system fails, as well as UserCP. After altering someones Karma level one receives "No input file specified.". I'm pretty sure it's something to do with your security(?), it's the same for the registration page's so-called checkers. the no input file means there is no file i had to take usercp down as im recoding it @BUG: It's useless displaying empty boards. ill add this on my next patch Suggestion: Make topics title bold, it will stand out more and I will know where to click. Enable BCCode in thread descriptions. as above @BUG: Search doesn't work. that is being made atm
  14. yea i just have to add the button and code snipet
  15. just reading thro i think you said put it under globals.php on every page, y not just add it to the bottom of globals? and add an if statment, ill have a go at making one that will be a bit more simpler, this is how i would of done it admin enters in the url of the page in maintance ie index.php, in globals the check would be some thing like select * from `pages` where `page='all' OR `page`=URL of page here (with it just thefile name no GET vars etc) then if it returns TRUE it shows maintance this could be a realy simple mod and would only be 1 addition to globals and not the user table
  16. try this if (!isset($_POST['user']) || !isset($_POST['pass']) || !isset($_POST['email']) || !isset($_POST['vpass'])) { print "You must fill out all fields."; exit; }
  17. your webhost would be contacted and your site would be shut down, if mccodes found out about it
  18. the bug with the quotes has been fixed, thanks Crazy-T for finding it
  19. links are only half the way across for me but i do the same i click mccodes insted of portal
  20. i used php_self for my forums as i wanted it to be very flexable so they can call it what they like ans just specify what posts they want shown there eg staff_forum.php would be $forum->start('s'); to show only the staff forums/posts PHP_SELF could be used for many other things not just forms/links ie i use to have a page loger on my site what ever url you went on i could record it aloing with your uername so i didnt have to go thro every file and add the code
  21. i had it as a setting so i didnt have to edit all the form urls so all i have to do now is $this->setting('link');
  22. thank you for this info, ive got to change a setting in my forum now (glad i made it a setting not just added php_self everywere) :D
  23. Yea i would rather wait and make sure there are no bugs, this would be the 1st mod i sell so i dont want to start on a bad reputation, for me its not about the money otherwise i would sell for more then $7.50 i just hate signing up for sites and they have no forum/ a link to an external site. Small Update: - I will be adding a version check to the staff panel (this will require a unique key) you will then be able to DL the package from cddesigns.org im also making a user system that allows you to login from only 1 location so it slows the updates being passed around - fixed several bugs within the script
  24. thank you mate, and quote as much as you like more bugs you find the better :thumbsup:
×
×
  • Create New...