Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] SSN Online website

very nice
Joined
Jul 5, 2013
Messages
518
Reaction score
80

Features
  1. News
  2. Register (see config.php)
  3. Server Status & Fake Players
  4. SecretCode (enable & disable in config.php)
  5. Require Email/Secret for Change & Forgot pass (Optional see config.php)
  6. Allow Users to login with Email & Username
  7. Ranking Max Results (see config.php)
  8. LogErrors
  9. Log AddSilk (see config.php / uses sec_content&primary)
  10. Player Guild Job Ranks (with profiles)
  11. Player Profile (show inventory without stats)
  12. Guild Profile (Members & Master)
  13. Player Profile BBCode (check my signature)
  14. AddSilks (for gms, use the original CGI.CGI_WebPurchaseSilk)
  15. Donate Page (no postback scripts)
  16. Latest Uniques Killed (http://forum.ragezone.com/f722/release-unique-kills-1138138/#post8821469)
  17. Easy Slider & Download config (separate files continue reading)

Requirements
  1. PHP 7.0+
  2. PDO Sqlsrv Extension
  3. short_open_tag=On (google it or search for it in your php.ini & set it to On)
  4. a little bit of PHP (i'm not going to help via tv)

Install
  1. Copy the website files to your root direction (www or htdocs)
  2. navigate to includes/config.php and edit your SQL & Website Info
  3. Create the C_EquipStrings table in your SHARD database

Config
the config file is the easiest to read & change.
i commented every single variable in this file
DO NOT forget to change your sql info in lastuniques/config.php​

Images
vAP3sZS - [Release] SSN Online website - RaGEZONE Forums
2eowzG3 - [Release] SSN Online website - RaGEZONE Forums
UzKisg6 - [Release] SSN Online website - RaGEZONE Forums
NlJaSp6 - [Release] SSN Online website - RaGEZONE Forums
T4oJR7c - [Release] SSN Online website - RaGEZONE Forums
P7O1CGJ - [Release] SSN Online website - RaGEZONE Forums
riLnFD8 - [Release] SSN Online website - RaGEZONE Forums
Admin Panel?
i did not include a FULL admin panel in this website, however, you could use THE ULTIMATE ADMIN PANEL

Slider/Download/Backlinks
3 files [sliderconfig.php] [downloadconfig.php] [backlinkconfig.php]
all of them use arrays (examples included should be easy)

Exploits/Bugs
report via pm

Donation
the donation page DOES NOT include a postback script for any payment gateways... you will need to code your own

The Code
i coded it this way on PURPOSE (not because i'm noob or anything) i like this style and i haven't used it for 2 years
anyway, nothing special... took me a few minutes.

Copyright
idc if you keep my name & skype in the footer or remove it

Help
if you're having an error i'll help you fix it via skype/pm or replies on this topic
found a bug? epvp pm

Download


 

Attachments

You must be registered for see attachments list
Last edited:
very nice
Joined
Jul 5, 2013
Messages
518
Reaction score
80
you're welcome.

if YOU want to add Players Online go to pages/template/sidebar.phppaste this line on top of the Gateway Status
after the ServerStatus <p>
Code:
<b>Players Online:</b> <span><?=$srvStatus['players'].' / '.$_maxOnline?></span><br>
 
Back
Top