Jump to content

vazquezjm

Members
  • Posts

    27
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Buenos Aires, Argentina

vazquezjm's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thank you Dave for letting us know! I have a couple of websites and they were both compromised. I found several suspicous files. Change your FTP passwords and if possible, remove unused ones!!
  2. Hi there! When I try to manually enter a PIREP, I fill all the fields in /index.php/pireps/filepirep and when I hit "Submit" I'm redirected to /index.php/pireps/mine (which is right) but I get this error message: "This PIREP is not yours!" It works flawlesly with kACARS but not manually, please help!
  3. Was not using the right connection string Thank you for your support!!
  4. Ok, I did this and nothing happened. No pilots were inserted API calls work. I tried with a couple of classes and methods so I know the codon.config.php is being included properly. Is there any way I can debug, read a log or something like that? I set Config::Set('DEBUG_MODE', true); in the local.config.php and nothing was shown during the execution of the script. Thank you.
  5. Awesome! Thank you very much for your help. I'll let you know the outcome later this week Cheers
  6. Ok, cool, and one last question (at least for today ). I see I should use one of the methods from the RegistrationData class: RegistrationData::AddUser($data); How do I invoke or use the class within my PHP script? Thank you!
  7. I'm planning to do raw inserts into the table, but not sure how to generate the password using MD5.. something like: $pass = md5("NewPass*123"); and then: INSERT INTO pilots (pilotid, firstname, password) VALUES ($pilotid, $firstname, $pass); will suffice? Then, when the pilot logs in, he will enter his email and "NewPass*123" (in this example) and he will be logged in?
  8. Hi there! I'm creating a PHP script to export pilots from a custom built VA Admin System I did a few years ago. I opened RegistrationDataClass.php and found out that the AddUser method receives the following array as parameter: $data = array( 'firstname' => '', 'lastname' => '', 'email' => '', 'password' => '', 'code' => '', 'location' => '', 'hub' => '', 'confirm' => false); I can fill most of those fields with legacy data, but not sure how to create a pre-defined password and salt (?) and have pilots change their passwords once the logon for the first time into the system. Also, are those the only required fields to create an entry in the pilots table? TIA!
  9. Is there an ETA on when the RC or REL version will be available? Are you considering an upgrade plan? Thanks!
  10. Hi guys! I was searching for something on the forum and came accross this post: http://forum.phpvms.net/page/index.html/_/administrator-guide/setting-up-twitter-r37 I just downloaded and installed phpVMS and my version number is 2.1.934. Is there a version 3.0 available for download? Thanks!
  11. Hi all. I was wondering if a news item could have its own view/page? For instance: va-domain.com/news/1, va-domain.com/news/322, etc What for? Have the possiblity to show more content, have each news item marked as "Like" on Facebook or shared on other social networks, etc.
×
×
  • Create New...