Jump to content

Adding Vacentral to my website


bward624

Recommended Posts

  • 4 weeks later...
  • 4 weeks later...

You don't have to use phpVMS in order to push your data to VACentral if that is what you want to do. Our web site is custom coded and were able to push our data to VACentral. However, you will need to be familiar with XML, etc. and need to create some code. As Jordanbarber indicated, this may or may not be possible with a free web service as functionalities can be quite limited (thus why it is free).

Link to comment
Share on other sites

If your going to use phpVMS, DON'T host it on a free site. It causes all sorts of weird s**t! Then you will be back on here asking for help. But that help won't come! Folk are bored of it. If you won't spend a few £££'s on a paid host, then it screams I AM NOT SERIOUS!

If you use phpVMS then add this code to your \\core\local.config.php file:

# VA Central config

Config::Set('VACENTRAL_ENABLED', true);

Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net');

Config::Set('VACENTRAL_API_KEY', 'YOUR API KEY GOES HERE');

You will get your API key when you sign-up at vaCentral.

Good luck!

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...