aecrimch mind editing the first post for the debug ..so new comers will see an updated one. thanks! remaking the template at the moment :)
aecrimch mind editing the first post for the debug ..so new comers will see an updated one. thanks! remaking the template at the moment :)
Last edited by Wortex; 02-01-13 at 01:40 PM.
Last edited by aecrimch; 02-01-13 at 02:13 PM.
Decoded:
getchar.php v2 [Updated for S6E3] [Fixed 135 line error]
getuser.php v1 [Updated for S6E3]
ToDo: Suggest?
Last edited by Wortex; 02-01-13 at 03:36 PM. Reason: Added getuser
To Do: try to decode DmN Webshop: http://forum.ragezone.com/f197/dmn-w...6-free-869445/
i like smarty and i like to take a look at that code :P
do not worry about aEWDMU i will post all .php decoded
Alright.
Here's the last one for today resetstat.php
i found a problem with isInteger function which allow some exploits to be made in govote.php, so please delete old isInteger function and update your include/internal.php with this:
function isInteger($natural,$zero=true)
{
if(ctype_digit($natural))
{
if($zero)
{
$natural_test=(int)$natural;
if((string)$natural_test !== $natural) return false;
else return true;
}
else return true;
}
else return false;
}
I doubt anyone is using this state of the website as their main website. I certainly wouldn't use something that's encoded whether to protect the code or not. Keyloggers and such could be easily implemented in PHP and if you can't check the code - don't trust the provider.
@aecrimch, release the decoded version already. If you need help decoding something, just message me here or in PM.
Also, that web you want to check out is using IonCube encoder which, as far as I know, is pain the ass to decode. Would take ages to decode 1.7 and IMO they are using 2.0 or something like that which obfuscates bytecode even more.
How Encode my File Like This ? \142\x69\x6e\x32h\x65x
@Feck this is a hex/octal encoding.
Write your own program to replace strings with matching octal/hex strings and you'll finally get something like that.
Not worth it though as it can be easily decoded assuming the decoder is familiar with such coding languages.
ahh ok thanks for the replay
i try this
PHP Code:$spam[] = "nigger";
$spam[] = "cum";
$spam[] = "dick";
$spam[] = "fuck";
$spam[] = "EAT coon";
Code:044 163 160 141 155 133 135 040 075 040 042 156 151 147 147 145 162 042 073 012 044 163 160 141 155 133 135 040 075 040 042 143 165 155 042 073 012 044 163 160 141 155 133 135 040 075 040 042 144 151 143 153 042 073 012 044 163 160 141 155 133 135 040 075 040 042 146 165 143 153 042 073 012 044 163 160 141 155 133 135 040 075 040 042 105 101 124 040 143 157 157 156 042 073
how to use in php ?
OrCode:<?php echo "044 163 160 141 155 133 135 040 075 040 042 156 151 147 147 145 162 042 073 012 044 163 160 141 155 133 135 040 075 040 042 143 165 155 042 073 012 044 163 160 141 155 133 135 040 075 040 042 144 151 143 153 042 073 012 044 163 160 141 155 133 135 040 075 040 042 146 165 143 153 042 073 012 044 163 160 141 155 133 135 040 075 040 042 105 101 124 040 143 157 157 156 042 073"; ?> Don't forget to add backslashes
Code:<?php echo $spam[][1]; ?>
here it is decoded php: aewdmu_decoded - Download - 4shared
Hello Guys
it seems that i m doing something rong, after i install and make the rest of the changes from previous post i receive some error in index page...
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: localhost in C:\xampp\htdocs\include\config.php on line 9
Warning: mssql_select_db(): supplied argument is not a valid MS SQL-Link resource in C:\xampp\htdocs\include\config.php on line 10
wich is:
$sql_connection = mssql_connect('localhost','sa','***********');
$sql_database = mssql_select_db('MuOnline',$sql_connection);
i use xamp 1.7.1 and sql 2008 r2
Hi. aecrimch.
Can you tell me, what percentage of success, has the top vote? Because many of the Top Vote have confirmation codes (captcha), and the idea is to ensure that voting is effective to grant the credits.
Thanks.