• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[REL] PHPRetro 4.0

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 28, 2008
Messages
6
Reaction score
0
yifan_lu and or sisija,
IS there an avalible guide, tut to installing this?
What's needed to install this?
I go to the install page, then it shows several text boxes and check boxes. I click "continue" and it takes me to a page that "doesnt exist" error 404.

Someone said that holoCMS 3.1.1 60 was needed.
I have no clue whats going on rotfl.
 
BFH Experience Loader
Joined
Oct 27, 2007
Messages
464
Reaction score
52
by me is it 100% because i code the rest by me self xD
 
Skilled Illusionist
Joined
Jun 1, 2007
Messages
381
Reaction score
129
READ THE Ducking README.TXT

^^^^^^^^^^^^^^^^^^^^^^^
||||||||||||||||||||||||||||||||||||||||||

I spent 30 minutes writing in details how to install not so you can some in and ask stupidly how to do it. If you can't read, don't use it.

/erage
 
Newbie Spellweaver
Joined
Nov 28, 2008
Messages
6
Reaction score
0
You're obviously not understanding what im trying to say.
This is what I get when I go to the install directory.



Go there, and you will see what i don't understand. I have followed all of your directions in your readme.

Explain to me what the hell that is.
 
Skilled Illusionist
Joined
Jun 1, 2007
Messages
381
Reaction score
129
Yifan, do you have any idea when you'll be able to work on mus stuff for live updating?

It should be working? Where does it not work?

You're obviously not understanding what im trying to say.
This is what I get when I go to the install directory.



Go there, and you will see what i don't understand. I have followed all of your directions in your readme.

Explain to me what the hell that is.

Wrong place. Go to
and you're good to go.
 
Skilled Illusionist
Joined
Jun 1, 2007
Messages
381
Reaction score
129
Yes, what are it? I have no idea what you're talking about.
 
Newbie Spellweaver
Joined
Sep 4, 2007
Messages
64
Reaction score
0
yifan_lu still got problems with session tickets tried orginal version from nillus, pooling versions and much other edited versions they all don't work and in holocms they did maybe it's someting with the generating of sso tickets and not the client
are there people that can login to their hotel
 
Skilled Illusionist
Joined
Jun 1, 2007
Messages
381
Reaction score
129
Ok, I'll change to the old method of generating tickets and see if it works.

EDIT: Ok, go to ./includes/functions.php and change function GenerateTicket() to:
PHP:
function GenerateTicket($type = "sso",$length = 0){
switch($type){
case "sso":
	//$data = GenerateTicket("random",8)."-".GenerateTicket("random",4)."-".GenerateTicket("random",4)."-".GenerateTicket("random",4)."-".GenerateTicket("random",12);
	$data = "ST-";

	for ($i=1; $i<=6; $i++){
		$data = $data . rand(0,9);
	}

	$data = $data . "-";

	for ($i=1; $i<=20; $i++){
		$data = $data . rand(0,9);
	}

	$data = $data . "-holo-fe";
	$data = $data . rand(0,5);

	return $data;
break; case "remember":
	$data = GenerateTicket("random",6)."-".md5(GenerateTicket("random",20))."-".md5(GenerateTicket("random",20));
	return $data;
break; case "random":
	$data = "";
	$possible = "0123456789abcdef"; 
	$i = 0;
	while ($i < $length) { 
		$char = substr($possible, mt_rand(0, strlen($possible)-1), 1);
		$data .= $char;
		$i++;
	}
	return $data;
break;
}
	return $data;
}
and tell me if it works.
 
Last edited:
Konichiwa
Joined
Jul 15, 2007
Messages
489
Reaction score
5
al gve it a test now. o btw feel like a noob ere, how to i turn hotel stastus on coz says hotel offline
 
Newbie Spellweaver
Joined
Sep 4, 2007
Messages
64
Reaction score
0
it still don't work keep saying invalid sso ticket login again

Edit: made screenshot of server
yifan_lu - [REL] PHPRetro 4.0 - RaGEZONE Forums


@ england the status refresh after 10 minuts but when you go in the housekeeping to: settings - site and then go down you see status image there you can turn of the status, but if you configured evrything good it should work(except if you use method from yifan_lu above than it will not work)
 
Last edited:
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
19
Reaction score
1
al gve it a test now. o btw feel like a noob ere, how to i turn hotel stastus on coz says hotel offline

go to the housekeeping and select Settings, It will drop down... then select site....

now find second from the bottom Status Image,
Select that to be disabled

Yourwelcome :),
Tomas
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
61
Reaction score
0
Heyho guys,
just getting back here in the Habbo section to date my habbo-shizzle up. :]

Great to see you working hard on this yifan_lu,
go on ;)
 
Junior Spellweaver
Joined
Oct 7, 2008
Messages
115
Reaction score
10
Johnathon what ports you got it on in the housekeeping under hotel?
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
19
Reaction score
1
@mickyc94
under Internet protocall,
Port: 22
MUS: 20
---------------------------------------------------------------------------
@england
Np anytime.
 
Junior Spellweaver
Joined
Oct 7, 2008
Messages
115
Reaction score
10
thats strange..... nillus holograph server dont say anything on the server about tickets but on another server vista4life it says about it but still dont connect and im putting them on same ports.
 

PR0

Legendary Battlemage
Joined
Mar 3, 2007
Messages
690
Reaction score
85
@Yifan - To fix the sso tickets, where it updates the IP in cms_users, also make it update the ip in users, it fixed the problem for me.

Also, regarding the mus, it doesn't work for me at all and there's no mus.php in the includes, is it located somewhere else?

Does anyone have a full homes catalogue with all the stickers? I know Yifan posted one a while back for holocms, the tables are different now though. A sql query would be much appreciated! :)
 
Junior Spellweaver
Joined
Oct 7, 2008
Messages
115
Reaction score
10
@Talax_Habbo.ca - help me out here, what version emulator are you using? Nillus version or Vista4lifes.
 
Status
Not open for further replies.
Back
Top