Jump to content

Rickisani

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by Rickisani

  1. Rickisani

    help

    the Skin is brilliancev1 but in a customized version of mine, with a pulldown menu and other background
  2. Rickisani

    help

    Simpilot's 5.5.2 and is working correctly
  3. Rickisani

    help

    So I have checked everything and the website is clean, all modules are without errors. I had the exam center from: https://github.com/DavidJClark/phpVMS-ExamCenter
  4. Rickisani

    help

    So can I use the version in the link with recaptcha v2? edit: okay, I have overwritten the old files and now it is with recaptcha v2. thanks again http://www.fly-freedomair.com/index.php But it can be that there are still problems with the exam center?
  5. Rickisani

    help

    this is the Link: I have uploaded it to a subdirectory and have given the database an additional character, without recaptcha the site worked without problems you could not register because of missing recaptcha
  6. Rickisani

    help

    fresh install of version 5.5.2 from gifthub, no update to recaptcha v2, recaptcha v2 keys in local.config.php and see: http://www.fly-freedomair.com/free/index.php/registration
  7. Rickisani

    help

    So far so good, I have updated the version of Simpilot's phpVMS 5.5.2 with the Recaptcha v2. Before I used the Recaptcha v2, there was no message on the header, only then, even my log in comes a warning message: Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/core/modules/Login/Login.php on line 128 Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/core/modules/Login/Login.php on line 136
  8. Rickisani

    help

    I have the version of Simpilot GroupCurrent 5.5.2 and before I had recaptcha v2 on it, everything was fine, only then came the top message. I looked at the "app.config.php" and also was not an empty line
  9. Rickisani

    help

    <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.txt in the root, or visit http://creativecommons.org/licenses/by-nc-sa/3.0/ * * @author Nabeel Shahzad * @copyright Copyright (c) 2008, Nabeel Shahzad * @link http://www.phpvms.net * @license http://creativecommons.org/licenses/by-nc-sa/3.0/ */ /** * DO NOT MODIFY THESE SETTINGS HERE!! * They will get over-ridden in an update. These are just defaults * To change, copy-paste and change the line/option/setting into your * local.config.php file * * Most of these are in your local.config.php already * * View the docs for details about these settings */ . . . that's the part, and there are no blank spaces in it
  10. Rickisani

    help

    after integrating the recaptcha v2 I have the following warning at the top of the header area: Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 76 Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 78 in the reference to the index.php, the following can be found: 73: // http://blogs.msdn.com/b/ieinternals/archive/2010/03/30/combating-clickjacking-with-x-frame-options.aspx?Redirected=true 74: header('X-Frame-Options: SAMEORIGIN'); 75: // http://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx 76: header('X-XSS-Protection: 1'); 77: // http://msdn.microsoft.com/en-us/library/ie/gg622941(v=vs.85).aspx 78: header('X-Content-Type-Options: nosniff'); how do I get this message / warnings away
  11. so far, so good, recaptcha works But now I get above the header area, these messages Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 76 Warning: Cannot modify header information - headers already sent by (output started at /var/www/web144317/html/core/app.config.php:1) in /var/www/web144317/html/index.php on line 78
  12. I do not look at all the codes anymore, no matter how I change it, mistakes always come up. Would not it make more sense if you do not simply load the files on the server and overwrite them and then just change the "local.config.php"?
  13. Rickisani

    help

    no that does not work, in the respective lines there is no "function"
  14. Rickisani

    help

    I still have a small problem with the VAForum2, after the re-setup and alignment are still error messages
  15. if I understood correctly, will the code be replaced with yours? registration_mainform.php: <dt>reCaptcha</dt> <dd> <?php if(isset($captcha_error)){echo '<p class="error">'.$captcha_error.'</p>';} ?> <div class="g-recaptcha" data-sitekey="<?php echo $sitekey;?>"></div> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=<?php echo $lang;?>"> </script> </dd> <dt></dt> <dd><p>By clicking register, you're agreeing to the terms and conditions</p></dd> <dt></dt> <dd><input type="submit" name="submit" value="Register!" /></dd> </dl> </form>
  16. Rickisani

    help

    the code was in it, but it was up to me on the browser cache
  17. Rickisani

    help

    I replaced the code but no effect
  18. But then I get some mistakes, ... that's the same with me, I have brought everything back into normal again, the page is displayed again.
  19. Rickisani

    help

    the css line is: #footer{ background:url(../images/footer-bg.jpg) no-repeat; height:80px; overflow:hidden; color:#939393; padding:0 20px; line-height:44px; font-size:10px; }
  20. Rickisani

    help

    I have a pay-server, which I have for this site and there are also PHP version 5.3.xx. I've been able to repair a lot myself, but I have a little problem with the footer, how do I get it down the middle? http://www.fly-freedomair.com
  21. Rickisani

    help

    I have completely rebuilt my VA on the phpvms5.5, so far very good. Have taken my old skin, the layout.tpl changed to php, but somehow he does not display the data in the frontpage_main.tpl. I use the skin: brilliancev1 Can somebody help me with it
  22. Rickisani

    help

    I called my VA back to life and put it back on phpvms 5. I put my old skin and the old Modules back in place but somehow on the side some bug reports and I do not know how to get them away. Also I can not add airports via look up Maybe someone can help me. http://www.fly-freedomair.com
  23. I also have the problem, how can you correct the error
  24. The standard statistic is all well and good, but this is exactly what I'm looking
×
×
  • Create New...