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] DmN MuVotereward System

Newbie Spellweaver
Joined
Jan 25, 2011
Messages
73
Reaction score
43
Feature List
  • Any amount of voting sites
  • Advanced live statistics for XtremeTop100, Gtop100
  • GTop100 incentive voting api
  • MMOSERVER incentive voting api
  • Rankings for top voters
  • Editable reward table and column
  • User friendly and easy to use admin cp
  • And a lot more other things check it by yourself


DOWNLOAD LINK:
SUPPORT FORUM:

Some Images:

Credits: neo6
 
Last edited:
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
mhm very easy to decrypt, who wants decrypted version?
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
Nice one Neo.

Useless to decript this; if it's correctly working...
But it's fine with me; I guess you're bored....

Its usefull for newbies to learn, thats why he care.
 
Custom Title Activated
Loyal Member
Joined
Apr 6, 2007
Messages
1,806
Reaction score
483
Nice one Neo.



Its usefull for newbies to learn, thats why he care.

mmm not so sure he's doing it under that bases....but OK; as I stated b4; I'm fine with him decrypting every release :/ but I'd still prefer him decrypting something that's not released here; so decrypt+release ;).
 
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
why should its normal to be encrypt?
if you have brain you will never use website or module that is encrypted..
why?- silly question..cause when you dont know what is inside i can put everything i want..like shell .. keep this in mind ..
or better you can fix something or upgrade it better..brain...

full decrypt index.php for more info that its true;
Code:
<?
bbbcbegjff(  );
cdafdhigae(  );


if (bccgfidbjh( 'ini_set' )) {
	bfefeaahhe( 'mssql.min_message_severity', 17 );
	bfefeaahhe( 'session.cookie_httponly', 1 );
}


cdicbdfbcf( 'BASEDIR', gddddedgb( chhiehddac( __FILE__ ) ) . DIRECTORY_SEPARATOR );
cdicbdfbcf( 'DS', DIRECTORY_SEPARATOR );


if (cgdbfjcgjc( BASEDIR . 'sql_connection.php' )) {
	require_once( BASEDIR . 'sql_connection.php' );
	require_once( BASEDIR . 'inc' . DS . 'inc.constants.php' );
	require_once( BASEDIR . 'classes' . DS . 'autoload.class.php' );


	if (cfaefeddah( 'ENVIRONMENT' )) {
		switch (ENVIRONMENT) {
		case 'development': {
				dhhgehdaab( E_ALL );
				break;
			}


		case 'production': {
				dhhgehdaab( 0 );
				break;
			}


		default: {
				exit( 'The application environment is not set correctly.' );
			}
		}
	}


	autoloader::init(  );
	biiifcfedg( array( 'dmnexception', 'handleException' ) );
	$ss = new secure(  );
	$db = new database(  );
	$auth = new auth(  );
	$oSmarty = new Smarty(  );
	$validate = new validate(  );
	$helper = new helper( array( 'smarty' => $oSmarty, 'auth' => $auth ) );


	if ($ss->isIPBanned(  )) {
		eefdfccaa( 'HTTP/1.1 403 Forbidden' );
		exit(  );
	}




	if ($db->loadXmlConfig( 'main|con_check' ) == 1) {
		if (isset( $_SESSION['name'] )) {
			if (( !$auth->isAdmin(  ) && !$auth->isGM(  ) )) {
				if (!$validate->check_status( $_SESSION['name'] )) {
					$auth->logoutUser(  );
					eefdfccaa( 'Location: ' . $db->loadConfig( 'base_url' ) );
				}
			}
		}
	}




	if ($db->loadXmlConfig( 'main|check_resets' ) == 1) {
		if (isset( $_SESSION['name'] )) {
			if (( !$auth->isAdmin(  ) && !$auth->isGM(  ) )) {
				if (!$validate->check_resets( $_SESSION['name'] )) {
					$auth->logoutUser(  );
					eefdfccaa( 'Location: ' . $db->loadConfig( 'base_url' ) );
				}
			}
		}
	}


	$helper->assignSmartyVars(  );


	if (( empty( $_GET['action'] ) && empty( $_POST['action'] ) )) {
		$action = (isset( $_SESSION['name'] ) ? 'user/mmoserver' : 'public/index');
	}
	else {
		$action = (isset( $_POST['action'] ) ? $_POST['action'] : $_GET['action']);
	}


	$action = bdchbhfacd( '/', bheghhdhhh( dcbhcfdehi( dgdefjecah( '/[^0-9a-z\_\-\/]/i', '', $action ) ) ) );


	if (!empty( $action[0] )) {
		switch ($action[0]) {
		case 'public': {
				if (!empty( $action[1] )) {
					if (cgdbfjcgjc( BASEDIR . 'pages' . DS . $action[1] . '.php' )) {
						require_once( BASEDIR . 'pages' . DS . $action[1] . '.php' );
					}
					else {
						exception;
						throw new ( 'Page not found.' );
					}
				}
				else {
					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		case 'user': {
				if ($auth->isLoggedIn(  )) {
					if (!empty( $action[1] )) {
						if (cgdbfjcgjc( BASEDIR . 'pages' . DS . 'account' . DS . $action[1] . '.php' )) {
							require_once( BASEDIR . 'pages' . DS . 'account' . DS . $action[1] . '.php' );
						}
						else {
							exception;
							throw new ( 'Page not found.' );
						}
					}
					else {
						require_once( BASEDIR . 'pages' . DS . 'account' . DS . 'xtremetop.php' );
					}
				}
				else {
					$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You are not logged in. Please login.' ) );
					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		case ADMIN_DIR: {
				if (( $auth->isLoggedIn(  ) && $auth->isAdmin(  ) )) {
					if (!empty( $action[1] )) {
						if (cgdbfjcgjc( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . $action[1] . '.php' )) {
							require_once( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . $action[1] . '.php' );
						}
						else {
							exception;
							throw new ( 'Page not found.' );
						}
					}
					else {
						require_once( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . 'index.php' );
					}
				}
				else {
					if (!$auth->isAdmin(  )) {
						$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You don\'t have rights to access this page.' ) );
					}




					if (!$auth->isLoggedIn(  )) {
						$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You are not logged in. Please login.' ) );
					}


					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		default: {
				exception;
				throw new ( 'Page not found.' );
				break;
			}
		}
	}
	else {
		exception;
		throw new ( 'Page not found.' );
	}




	if (DEBUG == true) {
		$config['connection']['end'] = dbhhjcagib( true );
		$config['connection']['elapsed'] = dbhhjcagib( true ) - START;
		echo '<table width="100%"><tr><td>';
		dBug;
		new $db->Queries(  )(  );
		echo '</td></tr><tr><td>';
		dBug;
		new ( $config );
		echo '</td></tr>';


		if (( cgfabbeaii( $_GET ) && 0 < gbfbiehia( $_GET ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_GET );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_POST ) && 0 < gbfbiehia( $_POST ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_POST );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_SESSION ) && 0 < gbfbiehia( $_SESSION ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_SESSION );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_COOKIE ) && 0 < gbfbiehia( $_COOKIE ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_COOKIE );
			echo '</td></tr>';
		}


		echo '</table>';
	}
}
else {
	cdicbdfbcf( 'DmNMuSite', 1 );
	require_once( BASEDIR . 'classes' . DS . 'dmnexception.class.php' );
	require_once( BASEDIR . 'classes' . DS . 'install.class.php' );
	install;
	new (  );
}


dcbdcajcce(  );
bbeceghfij(  );
echo '	';
?>
 
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
why should its normal to be encrypt?
if you have brain you will never use website or module that is encrypted..
why?- silly question..cause when you dont know what is inside i can put everything i want..like shell .. keep this in mind ..
or better you can fix something or upgrade it better..brain...

full decrypt index.php for more info that its true;
Code:
<?
bbbcbegjff(  );
cdafdhigae(  );


if (bccgfidbjh( 'ini_set' )) {
	bfefeaahhe( 'mssql.min_message_severity', 17 );
	bfefeaahhe( 'session.cookie_httponly', 1 );
}


cdicbdfbcf( 'BASEDIR', gddddedgb( chhiehddac( __FILE__ ) ) . DIRECTORY_SEPARATOR );
cdicbdfbcf( 'DS', DIRECTORY_SEPARATOR );


if (cgdbfjcgjc( BASEDIR . 'sql_connection.php' )) {
	require_once( BASEDIR . 'sql_connection.php' );
	require_once( BASEDIR . 'inc' . DS . 'inc.constants.php' );
	require_once( BASEDIR . 'classes' . DS . 'autoload.class.php' );


	if (cfaefeddah( 'ENVIRONMENT' )) {
		switch (ENVIRONMENT) {
		case 'development': {
				dhhgehdaab( E_ALL );
				break;
			}


		case 'production': {
				dhhgehdaab( 0 );
				break;
			}


		default: {
				exit( 'The application environment is not set correctly.' );
			}
		}
	}


	autoloader::init(  );
	biiifcfedg( array( 'dmnexception', 'handleException' ) );
	$ss = new secure(  );
	$db = new database(  );
	$auth = new auth(  );
	$oSmarty = new Smarty(  );
	$validate = new validate(  );
	$helper = new helper( array( 'smarty' => $oSmarty, 'auth' => $auth ) );


	if ($ss->isIPBanned(  )) {
		eefdfccaa( 'HTTP/1.1 403 Forbidden' );
		exit(  );
	}




	if ($db->loadXmlConfig( 'main|con_check' ) == 1) {
		if (isset( $_SESSION['name'] )) {
			if (( !$auth->isAdmin(  ) && !$auth->isGM(  ) )) {
				if (!$validate->check_status( $_SESSION['name'] )) {
					$auth->logoutUser(  );
					eefdfccaa( 'Location: ' . $db->loadConfig( 'base_url' ) );
				}
			}
		}
	}




	if ($db->loadXmlConfig( 'main|check_resets' ) == 1) {
		if (isset( $_SESSION['name'] )) {
			if (( !$auth->isAdmin(  ) && !$auth->isGM(  ) )) {
				if (!$validate->check_resets( $_SESSION['name'] )) {
					$auth->logoutUser(  );
					eefdfccaa( 'Location: ' . $db->loadConfig( 'base_url' ) );
				}
			}
		}
	}


	$helper->assignSmartyVars(  );


	if (( empty( $_GET['action'] ) && empty( $_POST['action'] ) )) {
		$action = (isset( $_SESSION['name'] ) ? 'user/mmoserver' : 'public/index');
	}
	else {
		$action = (isset( $_POST['action'] ) ? $_POST['action'] : $_GET['action']);
	}


	$action = bdchbhfacd( '/', bheghhdhhh( dcbhcfdehi( dgdefjecah( '/[^0-9a-z\_\-\/]/i', '', $action ) ) ) );


	if (!empty( $action[0] )) {
		switch ($action[0]) {
		case 'public': {
				if (!empty( $action[1] )) {
					if (cgdbfjcgjc( BASEDIR . 'pages' . DS . $action[1] . '.php' )) {
						require_once( BASEDIR . 'pages' . DS . $action[1] . '.php' );
					}
					else {
						exception;
						throw new ( 'Page not found.' );
					}
				}
				else {
					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		case 'user': {
				if ($auth->isLoggedIn(  )) {
					if (!empty( $action[1] )) {
						if (cgdbfjcgjc( BASEDIR . 'pages' . DS . 'account' . DS . $action[1] . '.php' )) {
							require_once( BASEDIR . 'pages' . DS . 'account' . DS . $action[1] . '.php' );
						}
						else {
							exception;
							throw new ( 'Page not found.' );
						}
					}
					else {
						require_once( BASEDIR . 'pages' . DS . 'account' . DS . 'xtremetop.php' );
					}
				}
				else {
					$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You are not logged in. Please login.' ) );
					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		case ADMIN_DIR: {
				if (( $auth->isLoggedIn(  ) && $auth->isAdmin(  ) )) {
					if (!empty( $action[1] )) {
						if (cgdbfjcgjc( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . $action[1] . '.php' )) {
							require_once( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . $action[1] . '.php' );
						}
						else {
							exception;
							throw new ( 'Page not found.' );
						}
					}
					else {
						require_once( BASEDIR . 'pages' . DS . ADMIN_DIR . DS . 'index.php' );
					}
				}
				else {
					if (!$auth->isAdmin(  )) {
						$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You don\'t have rights to access this page.' ) );
					}




					if (!$auth->isLoggedIn(  )) {
						$oSmarty->assign( 'message', array( 'type' => 'error', 'messages' => 'You are not logged in. Please login.' ) );
					}


					require_once( BASEDIR . 'pages' . DS . 'index.php' );
				}


				break;
			}


		default: {
				exception;
				throw new ( 'Page not found.' );
				break;
			}
		}
	}
	else {
		exception;
		throw new ( 'Page not found.' );
	}




	if (DEBUG == true) {
		$config['connection']['end'] = dbhhjcagib( true );
		$config['connection']['elapsed'] = dbhhjcagib( true ) - START;
		echo '<table width="100%"><tr><td>';
		dBug;
		new $db->Queries(  )(  );
		echo '</td></tr><tr><td>';
		dBug;
		new ( $config );
		echo '</td></tr>';


		if (( cgfabbeaii( $_GET ) && 0 < gbfbiehia( $_GET ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_GET );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_POST ) && 0 < gbfbiehia( $_POST ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_POST );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_SESSION ) && 0 < gbfbiehia( $_SESSION ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_SESSION );
			echo '</td></tr>';
		}




		if (( cgfabbeaii( $_COOKIE ) && 0 < gbfbiehia( $_COOKIE ) )) {
			echo '<tr><td>';
			dBug;
			new ( $_COOKIE );
			echo '</td></tr>';
		}


		echo '</table>';
	}
}
else {
	cdicbdfbcf( 'DmNMuSite', 1 );
	require_once( BASEDIR . 'classes' . DS . 'dmnexception.class.php' );
	require_once( BASEDIR . 'classes' . DS . 'install.class.php' );
	install;
	new (  );
}


dcbdcajcce(  );
bbeceghfij(  );
echo '	';
?>

I didn't said its you, but ppl who can't write own sys and don't know that neo use s$$ts so when client scam him he take a revenge.

He use it on every his project, but yea he should remove on public release ^)^, report it & release clean or pm the owner.
 
MFS Team Owner
Joined
Jan 10, 2007
Messages
767
Reaction score
227
its silly to release something for free if you want to hack them, so if a person or a team what to share some project to keep eyes of users to like it and buy something that is full version in free version doesnt need to have something like that he/they need to make persons to like the work so they can buy it,first lesson in selling sections rules, i dont say its not good relese but to think more about it
 
Junior Spellweaver
Joined
Jul 17, 2012
Messages
115
Reaction score
33
Is it possible to change the password character max? Current max is 10. MuCore's is 12. o.o
 
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
I get this error. Installation was successful though.
Parse error: parse error in C:\xampp\htdocs\votereward\sql_connection.php on line 11
 
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
You can not have ' in your database password. :(
Didn't seem necessary to start a new separate thread.
 
Experienced Elementalist
Joined
Dec 13, 2004
Messages
207
Reaction score
35
I already did. I'm not that lazy ;) :kiss:
I figured it would be best to post this information as other players might come across this problem too. This forum is filled with questions, but not with answers.

edit: I used this btw
 
Last edited:
Back
Top