Jump to content

doddsey_65

Members
  • Posts

    902
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by doddsey_65

  1. still something wrong with the session class. Ive turned off the friendly errors so i can get details on the live site, as this only seems to happen live.
  2. should work fine now. Added a rule in htaccess to redirect all non www to the proper site www.asimpleforum.co.uk
  3. Thats just to do with user sessions, been having problems with the script from day one lol. It shouldn't stop you from doing anything else, its just a warning which shouldnt be show on the live server anyway
  4. More problems than i thought lol. I have activated your account manually so you can now login. I will work on the blank email now. Thanks
  5. Seems i forgot to upload the template files. All done now
  6. the code has now been updated, so everything should work as it did before hand.
  7. to be honest, im not a fan of the bold colors. Not many people like seeing scrolling text. Never-the-less you could have used a <marquee> tag to make things simpler. Some of the images look like they have been resized using css, which is why they appear blurry (the credit card image in particular). You have no rules for the body tag, yet you have created a div called bodyClass and added rules to that. Adding the rules to the <body> tag will remove the need for that extra div.
  8. It seems you are using javascript to position the content in the center. Why? css works alot faster and better. W3 doesnt seem to like your site http://validator.w3.org/check?uri=http%3A%2F%2Fwww.propertiasri.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2 Consider wrapping javascript within the CDATA tags to get rid of some of those errors
  9. Heres my two cents: The colors are too bold, instead of #FF0000 try something like #dd0000 the textshadow on the BLOG heading makes it hard to read black isnt a friendly color for the background No character encoding and no DOCTYPE. Theres not really much else to comment on atm. W3 has a few ideas though http://validator.w3.org/check?uri=http%3A%2F%2Finfocommcrew.net%2Fbeta%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.2
  10. Things behind the scenes have changed alot. Although the code has changed i havent had the time to integrate it fully into the forum. But Im working on doing so now, so it should all work again soon.
  11. well it's been a while since I touched ASF due to work commitments but Ive started to do so today. I've done a mock redesign of the site to try and get a more appealing look whilst maintaining the professional aspect. Im also rewriting some code( mainly JS ) to try and make things work better. Heres a little preview of the new design. Would love to hear what you think of it and what it's like in comparison to old ASF. [attachment deleted by admin]
  12. I have an array like so Array (14) ( | ['0'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['1'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['2'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['3'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['4'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['5'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['6'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['7'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['8'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['9'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['10'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['11'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['12'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) | ['13'] => Array (5) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(1) 0 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | ) ) what i want to do is add the details to a new multi dimensional array but only add one each like so array( ['units'] = array( ['name'] => 'Pikemen', ['lost'] => 14 ) ) basically where the HP is 0 in the first array i need to add them to the second if the name is unique. I have tried array unique but it didnt seem to work. Any ideas? All i get it a loop of each Pikemen
  13. but a foreach loop will only loop twice because there is only 2 array keys, i need it to loop until each arra key ['amt'] = 0 or attack = 0
  14. Sorry i meant remove the attack value from the hp amount and everytime the hp reaches 0 I need to remove 1 from the amount until it reaches 0, then move on to the next key
  15. This is the array Array (2) ( | ['0'] => Array (6) | ( | | ['name'] = String(7) "Pikemen" | | ['hp'] = Integer(3) 100 | | ['atk'] = Integer(1) 5 | | ['def'] = Integer(1) 5 | | ['rng'] = Integer(2) 15 | | ['amt'] = Integer(2) 30 | ) | ['1'] => Array (6) | ( | | ['name'] = String( "Champion" | | ['hp'] = Integer(3) 150 | | ['atk'] = Integer(1) 8 | | ['def'] = Integer(1) 6 | | ['rng'] = Integer(1) 5 | | ['amt'] = Integer(2) 10 | ) ) I have an attack value ( say 300 ). I want to take this value and minus the first key amount $array[0]['amt']. If that value then comes to 0 I then want to skip to the next array key and do the same $array[1]['amt'] until the attack value runs out or every array keys amount is equal to 0. Any ideas?
  16. Login values ( username and password ) are never passed through the URL, and I'd be very suprised if they were. Like said above its probably due to the fact that firefox has thelogin cookies so it logs you in, but IE doesn't.
  17. Ive fixed the quoting error, but I'm at a loss with the quote problem, where you type several lines, then highlight them and press a bbcode button. I'll see if I can get it sorted, but at the minute it's at the bottom of the list of priorities.
  18. The quote BBCode messes up when there's multiple lines. Example: http://asimpleforum.co.uk/t/Testing+Quotes%7C56. The code BBCode dosen't work. Quick replies adds this to the input box: What do you mean by Ive added some test quick replies and they have worked fine. The code tag is still in development. What do you mean regarding the quote bbcode? I have added new lines between content within the quote tags and it displays as it should.
  19. The standard fixed with site is usually 960px in width. If you like the letter spacing then why not declare a doctype and use css to modify the letter-spacing?
  20. Ive made quite a few updates since the last post, and added a few more features that could do with testing if anyone is interested.
  21. XSS issue here: http://www.cliftonbazaar.com/register.php?referrer=%27%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Ealert%280x000280%29%3C/script%3E
  22. To be honest if you have been doing this for 6+ years, as you said, I would expect more. You haven't included a valid Doctype, you have failed to provide the character encoding. None of your img tags have alt attributes, which are required and the div with class "inner10" could use some padding on the bottom. Im not a fan on how you've used the colors either but that's just personal preference.
  23. I have started work on an admin centre for my forum software package and would like some critiques on the actual design. Its only one page with no links. All I need it tips and crits on the design of this page. http://asimpleforum.co.uk/admin Thanks
  24. Well under "specials" only a few of them are actually links. And under "services" it seems like those images should link to content.
  25. Nice looking website. Looks clean and professional. Some links don't seem to work on the main page though. Also there's nothing preventing the submission of a blank contact form. Something to think about.
×
×
  • 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.