Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 23:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] SRCMS 0.6a - FREE (website for your sro server)

Discussion on [Release] SRCMS 0.6a - FREE (website for your sro server) within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2012
Posts: 13
Received Thanks: 8
Exclamation [Release] SRCMS 0.6a - FREE (website for your sro server)

#request for closing/deleting
Viral31337 is offline  
Thanks
5 Users
Old 08/04/2012, 19:36   #2



 
Disco Teka's Avatar
 
elite*gold: 325
Join Date: Dec 2008
Posts: 14,545
Received Thanks: 8,720
#approved
Disco Teka is offline  
Old 08/04/2012, 19:48   #3
 
elite*gold: 120
Join Date: Jun 2012
Posts: 696
Received Thanks: 492
Live?
ᶽPhoenix1337ᶽ is offline  
Old 08/04/2012, 20:33   #4
 
elite*gold: 1
Join Date: Mar 2012
Posts: 1,145
Received Thanks: 1,560
There is a live demo added - just read properly.
Haze* is offline  
Old 08/04/2012, 20:38   #5
Chat Killer In Duty


 
PortalDark's Avatar
 
elite*gold: 5
Join Date: May 2008
Posts: 16,390
Received Thanks: 6,507
to point it out
this guy is Cherno btw
PortalDark is offline  
Thanks
1 User
Old 08/05/2012, 12:21   #6
 
elite*gold: 0
Join Date: Jul 2012
Posts: 13
Received Thanks: 8
If your "On web" module is showing errors, just edit your /inc/onweb.php with propper /tmp sessions folder path.

To fix comments not appearing until you select page, open module/news.php and replace THIS:

Code:
<a href='?pg=news&comment=$row[id]>Comments ($nComments)
with this:

Code:
<a href='?pg=news&comment=$row[id]&page=1'>Comments ($nComments)
Viral31337 is offline  
Thanks
1 User
Old 08/08/2012, 17:28   #7
 
elite*gold: 0
Join Date: Jul 2012
Posts: 13
Received Thanks: 8
Important fix !

module/admin.php

Replace this:

Code:
global $core;
global $mssql;

switch($_GET['act'])
With this:

Code:
global $core;
global $mssql;
$userRank = $mssql->getRow("select whois from srcms_userprofiles where JID='".user::accountJIDbyUsername($_SESSION[username])."'");
if($userRank != "admin")
{
	echo "NOT ADMIN";
	return;
}

switch($_GET['act'])
Viral31337 is offline  
Old 08/09/2012, 18:12   #8
 
eminem5's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 651
Received Thanks: 266
Quote:
Originally Posted by Viral31337 View Post
So, i decided to release free/paid versions of website engine i've been working recently.

This is the only version that will be free to use, and public. Here is changelog since 0.5a version:


v 0.5a

Changelog:
- Admin CP itself
- Epin system [user cp/admin cp]
- Add/edit/delete news [admin cp]
- Add/edit/delete download links [admin cp]
- Edit CMS settings [admin cp]
- Fixed honor rank
- Some more BBcodes for news/comments
- Once users enters website, if he's account has no SK_Silk record yet, it's being automatically added
- Added char model pic to view char

update from 0.4d to 0.5a:
1. Replace files
2.
sql
{
use SRO_VT_ACCOUNT;
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (33, N'1', N'allowEpinSystem')
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[srcms_epin](
[id] [int] IDENTITY(1,1) NOT NULL,
[code] [bigint] NULL,
[silkAmount] [int] NULL,
CONSTRAINT [PK_srcms_epin] PRIMARY KEY CLUSTERED
(
[id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY]
GO
}

v 0.5b
Changelog
- User panel
- My chars feature at user panel now actually has use
- Teleport char to town [gold]
- Reset char pk [silk]
- Reset char stats [silk]
- Settings at srcms_settings, you can edit them from admin panel as usually

update from 0.5a to 0.5b:
1. Replace files
2.
sql
{
use SRO_VT_ACCOUNT;
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (34, N'1', N'allowCharTeleport')
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (35, N'1', N'charTeleportGoldPrice')
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (36, N'1', N'allowResetCharStats')
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (37, N'1', N'resetCharStatsSilkPrice')
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (38, N'1', N'allowResetCharPK')
INSERT [dbo].[srcms_settings] ([id], [value], [valueName]) VALUES (39, N'1', N'resetCharPKSilkPrice')
}

v 0.6a
Changelog
- User panel
- Buy skill points [define silk price for each 100 000 SP in settings from ACP]
- Fixed bug in admin panel (using smileys in news text while edited/added)
- Little security fix at news module

sql
{
use SRO_VT_ACCOUNT;
INSERT [dbo].[srcms_settings] ([value], [valueName]) VALUES (N'1', N'allowBuySP')
INSERT [dbo].[srcms_settings] ([value], [valueName]) VALUES (N'1', N'pricePer100kSp')
}
I wont list all features... There's a live version you can take a look at: [THIS IS NOT ADVERTISING !!!!11]


And yeah, my old nickname on this forum is Chernobyl*. I don't have access to that account at the moment, so, i'm posting this under my newly created one.

If you are interested in buying versions that comes next, you can contact me through skype:
chernobyl1337.

Link :

Installation: First of all, copy all the files into your website directory. Then, execute sql/install.sql in your sql server management studio. After that, uncomment import_old_users.php (remove /* and */ from beginning and end). Then, edit the hostname (replace domain name with your server website address, KEEP the last part of it( /img/noavatar.png) untouched. Then, enter that page ONCE (wait until it finishes it's execution, it can take some time).
After all that stuff is done, you can create your account.

Do it this way:

Code:
use SRO_VT_ACCOUNT;
declare @nJID int
set @nJID = (select JID from TB_User where StrUserID='your username')
update srcms_userprofiles set whois='admin' where JID=@nJID
Now you can enter your newly installed website, and go to admin panel to add/edit news, downloads, etc.

================================================== ==========

Important fix !

module/admin.php

Replace this:

Code:
global $core;
global $mssql;

switch($_GET['act'])
With this:

Code:
global $core;
global $mssql;
$userRank = $mssql->getRow("select whois from srcms_userprofiles where JID='".user::accountJIDbyUsername($_SESSION[username])."'");
if($userRank != "admin")
{
	echo "NOT ADMIN";
	return;
}

switch($_GET['act'])

nice job chernobyl btw i will qiwe you cigs tonight
eminem5 is offline  
Old 08/11/2012, 17:54   #9
 
elite*gold: 0
Join Date: May 2007
Posts: 127
Received Thanks: 18
.
amama is offline  
Reply

Tags
server, silkroad, srcms, website


Similar Threads Similar Threads
[Service]Website erstellung + Free Server + uvm.!!!
11/18/2011 - Minecraft Trading - 3 Replies
So bevor jemand kommt mit falscher Section, tut mir leid! Und alle unnützliche Kommentare werde ich melden! Hey Liebe Leute, Da ich meine Kentnisse in Sachen CSS, HTML und PHP verbessert habe, dachte ich mir (weil so viele Server häßliche Webseiten haben) ein Service zu eröffnen und Leute schon mit Wenig Geld viel zu Bieten. Ich stelle euch mal meine Pakete vor: **********Standart Paket************ -Kostenlose Domain (.tk) -Sehr guter Hoster (von meinem Root Server)



All times are GMT +1. The time now is 23:22.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.