Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. You need an extra </div> or 2 before <div id="footer">
  2. You just drag the files up and run /install/update.php If it overrides your templates or other files then you're putting your customised files in the wrong place. Keep a backup.
  3. This is from 2010 - if you have the latest copy of phpVMS chances are this is already in there. Looks like it isn't. Download a copy of the dev branch and use with caution I guess.
  4. Then we must delve further into your needs to find out what your requirements really are. What is it you want to add that you don't feel phpVMS is flexible enough to support?
  5. Why not adapt phpVMS to include your other content? phpVMS is a CMS, why add another?
  6. Did you actually read my post? Also do you genuinely think I care whether anyone ever has permission to use names? I'm not the one getting shut down (which wouldn't happen in court because hosting companies tend to comply in removing you). I only said I'd be interested to see it, given how few airlines have granted limited permissions to use their names, and that "full copyrights" would be such an unlikely occurrence. I do believe the decision to let me see the document is his problem, you will not be involved so don't worry...
  7. I'd be interested in seeing that. Not that I'm questioning it, of course, just find it highly unlikely that a company such as Etihad would hand over "full copyrights" to anyone
  8. "Sometimes it's best to let things go"
  9. Encouraging copyright infringement makes you just as bad
  10. You understand how copyright works, yes?
  11. 60% is still pretty terrible...
  12. Looked into selling with them but their rates are really poor. People think 70% on the App Store is bad, you only get about 60% with Envato - plus thats exclusive only, if you want to sell elsewhere at the same time it's down to 36%.
  13. Or, if you'd prefer not to edit core files, a couple of lines in your .htaccess, which also protects other parts of your site: Order deny,allow Deny from all Allow from ##.##.##.##
  14. Okay, so my understanding of what I read is providing you include a copyright notice and don't promote what you're doing with Nabeel's name or the names of other contributors, you can do whatever you like? There's no mention over the use of "phpVMS" - can it therefore be used however we like without written permission etc? Just wanting to get some clarification
  15. Are you able to outline the basic differences, or what the change means for use/development?
  16. Nah, was Nabeel to begin with. You can go back and check the commit history on GitHub.
  17. You shouldn't have to use html entities for input. Likely inconsistencies in the database table encoding and the page encoding, check your tables all have the correct encoding, converting existing content should you need to, and then set your site to output in that same encoding.
  18. You should DB::escape(); each variable before putting it into an SQL query - especially if it's coming from user input.
  19. For the sign up that's no different to any other host - you fill stuff in, you hit pay, voila hosting. For managing the service - that just sounds like a disadvantage, surely? Where do you find FTP info, add a custom domain, etc?
  20. Does the file exist within /Desktop/sitepoint/css and is it called bootstrap.css? Always check the console in your browser it'll help you.
  21. Saying the second is new and nobody else is doing it is untrue - fivedev does that.
  22. You'll probably want to use either a full path or relative path for including: include('/home/tigersor/public_html/forum/common.php'); // or include('../../../../forum/common.php');
  23. Inside .htaccess in the root of your public folder: RewriteEngine On RewriteCond %{HTTP_HOST} ^airnationalva.fr [NC] RewriteRule ^(.*)$ http://www.airnationalva.fr/$1 [L,R=301]
×
×
  • Create New...