Author Topic: SUO Launcher - Shard Linking  (Read 5988 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
SUO Launcher - Shard Linking
« on: March 11, 2015, 11:20:58 AM »
0
For shard owners:

Add this link to anywhere on your website.  You must edit the contents of the meta data to specify the information for your specific site.

Code: [Select]
<a href="http://www.scriptuo.com/index.php?action=downloads;cat=6" title="Drag this link into the SUO Launcher window!">SUO Launcher
  <meta name="Shardname" content="Your_shard_name">
    <meta name="ShardAddress" content="1.2.3.4">
    <meta name="ShardPort" content="2593">
    <meta name="ShardImageURL" content="http://www.youraddresshere.com/images">
    <meta name="ShardWebsiteURL" content="http://www.youraddresshere.com">
</a>

I recently added the ShardWebsiteURL meta tag because the shard web url might be different than the ShardImageURL

You should leave the link re-direction the same because that will point the user to a way to download the latest version of the Launcher.exe file.

Edit: 3/25/2015
For version 19 RC2, I've added a way to just paste this link into the program.  If you provide a way for the user to "cut" the above link to their clipboard, I've provided a method to context-right-click the information and it will be handled exactly as if it had been dragged/dropped.

Here's the little bit of HTML that creates and edit box:

Code: [Select]
<textarea rows="1" cols="20">
<a href="http://www.scriptuo.com/index.php?action=downloads;cat=6" title="Drag this link into the SUO Launcher window!">SUO Launcher
  <meta name="Shardname" content="Your Shard Name">
    <meta name="ShardAddress" content="1.2.3.4">
    <meta name="ShardPort" content="2593">
    <meta name="ShardImageURL" content="http://www.scriptuo.com">
<meta name="ShardWebsiteURL" content="http://www.scriptuo.com">
</a>
</textarea>
« Last Edit: March 26, 2015, 09:32:39 AM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Tags: