Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Doesn't matter how it's created, as long as it's correct to match the password. I use the current time combined with something else ( I don't remember off hte top of my head)
  2. You have to take that up with your host
  3. Is there an error? If you use Firefox and use the error console, does anything show up?
  4. Yeah, it's just a whole new layer has to be written, then language strings converted and re-written in over 50/60 files, one line at a time
  5. Not at this point, I simply do not have the time. There's been a few threads, but basically there's too many files which need editing.
  6. Nope, it won't cause any problems, it's just a warning
  7. Visualizing? If you goto index.php/pilots, there is a list there. For now, use "charter", military will be the same as charter
  8. It's just this one line: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE ^ E_WARNING); You can add it wherever, pretty sure it's in there. Do a find for "ERROR_LEVEL
  9. Because that's not possible at the moment. You can set the type as charter, I can add a type for military. You can't add it directly
  10. You can't change anything in the admin panel. That code changes too often. The signature stuff is also in code, you won't be able to change that.
  11. Refer to this: http://forum.phpvms.net/index.php?topic=842.msg4608#new to hide the error for now
  12. Make sure the /core/cache directory is 777, ignore the warning for now, or in your local.config.php, at the top, change: Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE); to Config::Set('ERROR_LEVEL', E_ALL ^ E_NOTICE ^ E_WARNING);
  13. Make sure you're entering all the fields, the custom fields are optional.
  14. I just registered on your site Just got the e-mail as well
  15. I see. Just re-upload all the files, see if that fixes it
  16. Will fix it in the next update, thanks
  17. It's in core/templates, that's where all the originals are I don't have it on-hand. In the downloads, there's a tool (WinMerge) which you can use to see the differences
  18. Just re upload the files. Which version?
  19. Seems like you're missing a file on upload, or a file didn't update
  20. add a empty folder, see if that shows up in the list
  21. What version are you on? Oh, you're missing the captcha. You need to add that to the template (check the default one)
  22. That's weird, the link forwarding should be working. I'll check that
  23. When did it start?
  24. What's the folder name? All lower case, no symbols or numbers?
  25. What's the permissions on the skin's folder?
×
×
  • Create New...