About This File
Facebook Share System(Works Only with New Clients)
Configuration:
Edit NPC FacebookShare.txt
.link$ = "http://www.yourdomain.com/fbshare/"; //Trailing with "/"
Edit the link with the link where you have PHP Scripts(Trailing with "/" or "/index.php")
WebSite:
Edit config.php
$host = "127.0.0.1"; //MySQL Host$user = "root"; //MySQL Username$pass = ""; //MySQL Password$database = "fb_share"; //Ragnarok Database$site = "http://yourdomain.com/fbshare/"; //Link to FBShare Page(Directory where these scripts are installed)
$site should match with .link$(in the npc), Other Info are self explanatory.
It is a Simple Script Illustrating the usage of linking to website.
What's New in Version 1.0 See changelog
Released
- v1.0 - Initial Release
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.