Jump to content

Self hosted vendors?


bigmoe Whitfield
 Share

You are about to reply to a thread that has been inactive for 1687 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Unlikely you'll find one other than what Casper is. Though you can easily buy hosting that has everything you need, what you're really asking for is a link from SL into that system. Unless you build it yourself, the next best bet may be to hire a scripter to build it for you (in the Wanted or other similar forum).

  • Like 1
Link to comment
Share on other sites

If you just want a basic send-to-SQL system, it's not too difficult. 

Before you begin:

  • Learn Linden Scripting Language, or at the very minimum, how to send/receive HTTP requests and parse incoming data.
  • Learn an appropriate server side language that can receive HTTP requests and access SQL (PHP, for instance).

Setup:

  • Find a host service that provides a web server with SQL.  I use a Virtual Private Server.
  • Create the SQL database(s) with the desired tables and fields.
  • Write your vendor script that sends sales info to your server through HTTP requests.
  • Write server-side web pages (PHP, for instance) to process the HTTP requests and write to SQL.
  • Test it until it works as expected.
  • If you want, develop web pages that display the stored info.
  •  

Long-term:

  • Save backups of your database(s) frequently.
  • Grow the system with added functionality.

That's how I did mine, for my own business.

NOTE:  I do not sell my system, it's proprietary.  Nor do I offer to do custom work for this sort of thing.

Edited by Yingzi Xue
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1687 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...