Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. That would be a good edition as this is all manually done at the moment apart from the ranks which are tied in to specified hours in the admin section. You would have to create a module for the admin side with the logic and definable parameters. Would be nice to see
  2. If you have root access just do, iptables -A INPUT -s ipaddress -j DROP replace the ipaddress with the up you want to ban. Basically that will use the iptables in linux to drop a connection that has an ipaddress you specify.
  3. Dave, is there a simple way if adding the historical stats in to a dropdown list? Would look much nicer as the list is starting to get a bit long now, Cheers.
  4. Not with in phpvms script but you can use your server to ban these, are you in linux or windows? Also what kind of access do you have to your server. If you using a Linux distro you can use, Permanently Ban IP Addresses, iptables -A INPUT -s IPADDRESSOFBAN -j DROP iptables-save > firewall.log and iptables-restore < firewall.log If you using Windows go in to iis and then security from there you can add ipaddresses to ban.
  5. No problem, glad to help.
  6. Dont get rid of PopUpNews © simpilotgroup.com, Dave has spent many hours to this community and all he asks is to leave the links in his work.
  7. OK you need to get the data, use, <?php echo $pilot->firstname.' '.$pilot->lastname ?> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> Self explanatory then you can use as you wish and put in the link
  8. I once had a bogus bank of america data collection page, one thing i will say is the net security and the banks etc and very hot on detecting these types of malware and flagging them up.It will probably take a couple of weeks to get your domain name clean again.
  9. Just place your code between that logo class div <div class="logo"> place your code here </div>
  10. Yes just research how to html out of the script tag, take a look elsewhere on your site, its there in lots of placed
  11. Wondered why i was getting a google "Known Malware" it even comes up if you load this phpvms forum page....oppsssss.
  12. Depends which layout you are using but basically put your adsence script code within that div container and thats it.
  13. Do you mean like on my site. http://www.easyjetva.com
  14. Great stuff, Cheers Ray i will add that now. PilotShop.zip
  15. In your local.config.php there is a setting to include or exclude transfer hours, just check that.
  16. No worries i have the variable <li><strong><?php echo 'Your Average Landing Rate: '.round(TouchdownStatsData::pilot_average($userinfo->pilotid), 2); ?></strong></li>
  17. I have not had chance to actually add something and delete it or even look at the code for a while, will try to have a look tomorrow.
  18. Im being really lazy here but could someone tell me how to get the variable $pilotid loaded, ps im in the profile main tpl. <li><strong><?php echo 'Your Average Landing Rate: '.round(TouchdownStatsData::pilot_average($pilotid), 2); ?></strong></li>
  19. You run it using the command line then you can connect to it with the client and configure it. Its a bit awkward to help you as i dont know what your setup is like, you will need to configure the database before hand then you should be good to go.
  20. You can download the server from that link above that will download the server for you to install.
  21. Looking at it if Dave upload another background image then this is selectable by the pilots in their profile, it may just be a simple case of uploading another image and getting the staff to use that one. There is also nothing to stop others from choosing that either so the code could be modified slightly to prevent this along the same line as, <?php if(!ExamsData::check_admin(Auth::$userinfo->pilotid)) { Template::Set('message', '<div id="error" class="mcright"><b>You must an EXAMCenter administrator to access this feature!</b></div><br />'); Template::Show('frontpage_main.tpl'); return;} ?>
  22. You can download ts2 or ts3 from Here choose your version linux or windows, then start it up and configure the thing. There is loads of info about how to run the server, what system are you installing to, Windows or Linux?
  23. Hi, i used to host teamspeak 2, i have upgraded to Teamspeak 3, i host on a separate server to my main website and just authorize users when they connect with the correct username to access other channels, with teamspeak 2 i had the pilot id and the password put in to the teamspeak database so they could connect when they registered with the va. Teamspeak 3 doesn't really use passwords but keys, so there is a difference, what did you want to know, how to install?
  24. Clearly i have missed something lol Going to have a break for a coffee and come back to it.
  25. I have just been researching jquery, thanks will give that a go and let you know
×
×
  • Create New...