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!

RealityRP2 [FREE][OPEN-SOURCE][C# EDITION]

Status
Not open for further replies.
scream my name
Joined
Jun 3, 2012
Messages
312
Reaction score
61


Client loads, then stays black but the emulator says that ^
 
Joined
May 23, 2011
Messages
1,607
Reaction score
588
He can base his work off of whatever he wants. Frankly it's just inefficient to code your own, seeing as there are minimal success stories from the development section.

The problem resides in selling/renaming/not giving credits. I think we should encourage work on Snowlight/butterfly. It's all open and the usage is going to be more widespread than anything ever could be. Besides Phoenix.



Hardly incompetence? I'd rather fix the memory leaks in BcStorm than code something from scratch. I know what I'm getting and I know it's more compatible.
You have valid points (for a change!), however, though learning how to write your own may seem *inefficient*, you'll pick up better practices. Learning off a poorly written piece of software like BCStorm will only lead you to develop bad habits, which are very hard to get rid of.

How is this selling it? Download link is like right above. Learn to read?
You've sold copies, haven't you?

He's released the source free? are you that stupid you haven't noticed, or are you just in denial?
wat iz denial? pls halp

Is this still based off that Snowlight crap or have you figured out how the Main function works within C#?
Someone who gets it.
 
scream my name
Joined
Jun 3, 2012
Messages
312
Reaction score
61
The CMS is for only IIS, i think... there's no htaccess, just web.config. :/
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
The CMS is for only IIS, i think... there's no htaccess, just web.config. :/

Convert it to htaccess then?


Code:
<IfModule mod_rewrite.c>
RewriteEngine On

#REWRITE RULES
#---------------------

#RULE REWRITEUSERFRIENDLYURL1 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^play$ play.php [L]

#RULE REWRITEUSERFRIENDLYURL1-1 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^client$ play.php [L]

#RULE REWRITEUSERFRIENDLYURL1-2 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^account/disconnected$ play.php [L]

#RULE REWRITEUSERFRIENDLYURL2 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^clientlog/update$ blank.php [L]

#RULE REWRITEUSERFRIENDLYURL3 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^cacheCheck$ blank.php [L]

#RULE REWRITEUSERFRIENDLYURL4 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^pingsession$ blank.php [L]

#RULE REWRITEUSERFRIENDLYURL5 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^bc/logframe$ blank.php [L]

#RULE REWRITEUSERFRIENDLYURL6 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^conversion_tracking_frame$ blank.php [L]

#RULE REWRITEUSERFRIENDLYURL7 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^habbo-imaging/badge/([^.]+).gif$ badge.php?badge=$1 [L]

#RULE REWRITEUSERFRIENDLYURL8 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^me$ me.php [L]

#RULE REWRITEUSERFRIENDLYURL9 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^business$ business.php [L]

</IfModule>
 
Initiate Mage
Joined
Aug 26, 2012
Messages
31
Reaction score
3
Guys, don't cry he can't code or this is not his work or its ugly. duck off and open your damn eyes and look what you did in your hole life.

Divide: Good job bro :)
 
Initiate Mage
Joined
Apr 3, 2013
Messages
1
Reaction score
0
How to put the SWF file to the server, I tried PHPMYADMIN but its not working. sorry, I speak French
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
How to put the SWF file to the server, I tried PHPMYADMIN but its not working. sorry, I speak French

SWF's need to be in folder 'swfs' at the location as CMS.
Do not edit any swf variables in play.php only edit IP and Port.
 
Zephyr Studios
Member
Joined
Feb 18, 2012
Messages
1,877
Reaction score
724
Finally I found a good thread to make my 2000'th post .
Good job man, It's nice you actually released it, so you are nice. :)
 
Experienced Elementalist
Joined
Jun 7, 2012
Messages
244
Reaction score
27
To be honest, this is horriable. I personally dis like the CMS, and the EMU is just crap not gonna lie.. but credits to you for taking the time to code this.
 
Banned
Banned
Joined
Aug 4, 2011
Messages
852
Reaction score
331
You actually fooled someone into buying this? Nice to see you released it at the end though.

Yea, When you need money you will do anything. Glad to see people changing their attitudes now its been released.
 
Experienced Elementalist
Joined
Feb 19, 2012
Messages
287
Reaction score
23
Divide - RealityRP2 [FREE][OPEN-SOURCE][C# EDITION] - RaGEZONE Forums
 
Status
Not open for further replies.
Back
Top