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.
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.
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?
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...
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
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%.
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 ##.##.##.##
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
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.
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?
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');
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]