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 ^
 
Custom Title Activated
Loyal Member
Joined
May 23, 2011
Messages
1,607
Reaction score
589
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>
 
Newbie Spellweaver
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
Loyal 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.
 
Status
Not open for further replies.