[FINAL] reCMS edit by iExit [2012 to 2013]

Status
Not open for further replies.
Very Nice Cms !you're very good :DSehr Gut ! der client funktioniert auch sehr gut :Dnur das sitzen geht nicht aber trotzdem 10/10 *-*
 
Looks nice. Protip: Post a clean database with the release instead of a random dump of your dev machine or something. It got data me and nobody else wants.
Also,
EIN DEUTSCHER MUSS EIN ORGANIZERT DATASTRUKTUR HABEN! Likes theres 200 image files in the main htdocs, man.
 
I'm not sure if OP wrote this code, if he doesn't know what mysql_real_escape_string is, or if he is just fucking retarded:
Code:
		$id = $key;
		$name = $_POST['name'];
		$type = $_POST['type'];
		$subtype = $_POST['subtype'];
		$data = $_POST['data'];
		$price = $_POST['price'];
		$amount = $_POST['amount'];
		$category = $_POST['category'];


		mysql_query("UPDATE homes_catalouge SET name = '".$name."', type = '".$type."', data = '".$data."', price = '".$price."', amount = '".$amount."', category = '".$category."' WHERE id = '".$id."' LIMIT 1") or die(mysql_error());
 
Nice but it's not your work..

no credits for "reCMS" (Holo v31 hard edit - works with r63) Developers?

without MoneyMaker & Diwo you had nothing.

and what do you call your own edit, the CMS has not done better, but worse.

when i see your content is bad to me, all confusing..

This is the original Index of reCMS:

TdY5JJy - [FINAL] reCMS edit by iExit [2012 to 2013] - RaGEZONE Forums



Sincerely,

MoneyMaker
 
  • Like
Reactions: pel
Nice cms tanks you
the coding style is not so good but i like use it.

Da du ja Deutsch bist.. Wieso klammerst du jeden Error einzeln aus? Wenn was nicht läuft findet man garnix.

I try it on nginx but i get a "servererror" and a white page.
On Nginx works PHP 5.3 how i can fix it?

THanks
 
Nice lies Rex u cant even do ur own things right and ur gonna translate the cms id like to see that :D
 
Nice cms but when i try to use it all i get is white page nothing :/ no error or so just blank empty page from it :( even i give the db details and so still white empty page.

what i have also noticed is this

require('x_habbo_servercore/MYSQL/[DB]-MYSQL.php');
require('x_habbo_servercore/CORE-QatIbJqiE3d8fayOMfWBmYxYP.php');
require('x_habbo_servercore/SESSION-34AN5Tzx9z8s6SSOe4u6LvZbK.php');

inside 404.php there is no such folder x_habbo_servercore with script :/
 
Last edited:
The config file is in: \data_classes\cores\core-settings.php After that change in DB the Cms_settings table

BTW
I got this error when i am enter Community...

Warning: require(x_habbo_servercore/MYSQL/[DB]-MYSQL.php) [ ]: failed to open stream: No such file or directory in C:\xampp\htdocs\404.php on line 8

Fatal error: require() [ ]: Failed opening required 'x_habbo_servercore/MYSQL/[DB]-MYSQL.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\404.php on line 8


Someone who Know the Pröblem?
 
Last edited:
find 404.php file open it up and find

require('x_habbo_servercore/MYSQL/[DB]-MYSQL.php');
require('x_habbo_servercore/CORE-QatIbJqiE3d8fayOMfWBmYxYP.php');
require('x_habbo_servercore/SESSION-34AN5Tzx9z8s6SSOe4u6LvZbK.php');

these remove them and save and try viewing your site again.

I have tried this on php 5.1 also blank page -.- sems it's not working at all :(

Have tried php 5.3.x also wont work :/ i get 500 internal server error with that version.
 
Last edited:
(100. Post) Have anyone a Tutorial for XAMMP(Apache)? Apache have a 500 Error.

for me it doesent even work on apache :/ what php version do you use? i have tried php 5.3.x, 5.4.x those 2 gives blank pages nothing on it while 5.1.x gives that page was unable to load which referrs more to an 500 internal server error
 
The config file is in: \data_classes\cores\core-settings.php After that change in DB the Cms_settings table

BTW
I got this error when i am enter Community...

Warning: require(x_habbo_servercore/MYSQL/[DB]-MYSQL.php) [ ]: failed to open stream: No such file or directory in C:\xampp\htdocs\404.php on line 8

Fatal error: require() [ ]: Failed opening required 'x_habbo_servercore/MYSQL/[DB]-MYSQL.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\404.php on line 8


Someone who Know the Pröblem?

Try out the htaccess File , that uploaded by iExit

 
Status
Not open for further replies.
Back