Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Hold on, Are the bots signing up with that anti-spam? How the heck it is possabile with that recaphta images in just some ramdon images? Maybe I shouldn't roll out my new virtual airlines I been working on.......... This thing is making me sick with those god damn bot spammers now. I guess I'll put another anti spam question something like that.
  2. Ok, I'll will do that when I get them.
  3. Hey Nabeel, What about the ranking problem that I had. That it wasn't being preselected? Do you rember that?
  4. If anyone wants suggested HTACCESS file, This is the one for the best security so you won't have sneakers in your files..... # main page of the site DirectoryIndex index.php # prevent viewing of a specific file <FilesMatch "\.(htaccess|htpasswd|ini|phps|fla|psd|log|sh|tpl)$"> Order Allow,Deny Deny from all </FilesMatch> # prevent viewing of index Options -Indexes
  5. Your right Cor, I'm busy on the weekend and the weekdays. Don't expect a fast response. You didn't pay for phpVMS, it's free and we use our dedication time here.
  6. Look for php settings and find asp tag and turn it on. I'm on my mobile so can't help much here.
  7. I'm not sure why hosts does not have asp tags on, that annoys me. I think hosts should have them on........
  8. The site looks good. Much features in one page. One thing, you have links that show for profile, ETC you might want to hide those links for the non members. With toms comment, it does look okay but it could have more colours to spice up!
  9. Kyle

    change ID

    I would reset the pilot ID count, I think but I done something like that similar to the schedules. But If you want to change the pilot's ID, then head over to that link, admin/index.php/maintenance/changepilotid and take a look and see if you can try to reorder the ID, BUT BE CAREFUL!!! Read everything before you jack it up and mess up the site, happened to me many times. But other hand, for Advance things, go to your DB and go to the pilot, and edit the pilot per pilot ID's and it should work, but not sure. Be careful. Back up first before you jack the things up.
  10. Nice Looking Site There Cor!! I hope everything will be smooth to over to the phpVMS. Good Luck!
  11. Kyle

    Mal ware

    Glad Your Back!!! Hopefully those malware s*** will not happen.
  12. Kyle

    Pilot Status

    Again, lol. Thanks for your help to finish my Pilot Status!!! Rep Awarded!
  13. Kyle

    Pilot Status

    Awsome lorathon!! That did the trick, but one thing with the drop down list, If I banned a Pilot, and It works, but If I want to go back to editing his profile, it'll will keep saying active but he's banned still, other hand, if I retire him, it will preslect him as retired. How Can i get the drop down menu to know which retired class is the pilot in? Here's my dropdown Meun coding, so it can clear what I'm talking about..... <select name="retired"> <option value="0" <?php echo $activesel?>>Active</option> <option value="1" <?php echo $retsel1?>>Retired</option> <option value="2" <?php echo $retsel2?>>Banned</option> <option value="3" <?php echo $retsel3?>>On Leave</option> </select>
  14. Kyle

    Pilot Status

    Bump, I still need help with it please. Thanks
  15. Hey Dimitris, I see what you mean, You need a MD5 Password Type for the login, like for exmaple. If I log in with the same password, connect to phpVMS then the password is converted into the same hash as in the phpVMS DB. I hope that clears up. I'm making my own ACARS too, been slow for a while.
  16. Kyle

    Pilot Status

    Hey Nabeel, I don't see any of the configs for that. Can you clear up what I am looking for? Here's how I have in my Auth Class too.... for different classes of Retried. if($userinfo->retired == 1) { self::$error_message = 'Your account was deactivated, please contact an admin'; return false; } if($userinfo->retired == 2) { self::$error_message = 'Your account is Banned!!! Your not allowed to come back!!!'; return false; } if($userinfo->retired == 3) { self::$error_message = 'Your account is On Leave, Please Contact the HR so they can put you back...'; return false; }
  17. Hey Guys, I been on that for a while and I'm trying to firgure out how to add different status and I'm lost here, So I have added the new options for the pilot status And What I coded like that for the stats listing..... <select name="retired"> <option value="0" <?php echo $activesel?>>Active</option> <option value="1" <?php echo $retsel1?>>Retired</option> <option value="2" <?php echo $retsel2?>>Banned</option> <option value="3" <?php echo $retsel3?>>On Leave</option> </select> And I'm trying to get the database to smarten up to get these numbers in the DB, becasue I I clicked Banned, then it'll just keep marking to 1 as retired, Is there anywhere I can manage the numbering to the database to which numbers goes to the database? If I manually edit my DB, then if Banned is under retire 2, then it will work, but not in the backend of phpVMS. Any help would be great!!! 1+rep!!
  18. Ahh okay, Thanks lorathan. I have added the bug to the tracker. And I done my part to get the money back,
  19. Looks like it TAV1702 I'll do my part to get my money back from the pilot and file a bug. :lol Thanks Ray
  20. God, here we go again.......... Come on roger, there is no need to insult someone's site work. Come on, you need to respect that. Sheez!!!
  21. Ok, I was testing my phpVMS and I was rejecting a flight, and I was given out the pay, is that supposed to be off becasue when I reject a flight, it's giving my pilots the pay (I WANT MY MONEY BACK!!!) Is there anyway to fix that.
  22. Kyle

    Mal ware

    That's weird, so your site is still malware. I hope it will be gone soon.
  23. Don't Worry, lol. I won't Judge you. I know everyone's new with that stuff. So on your request, you want the GC Map to map the current flight bids, is that correct?
  24. Kyle

    HubStats Class

    Hey Tom, We haven't made any flights yet so no problem, I'm still working on my VA. I plan to open it in the Springish hopefuly my timeline will be nice.
  25. Kyle

    HubStats Class

    Here's an example!!! I skinned to my Hub Modules that I made and All the stats in!! Thanks Tom!!!
×
×
  • Create New...