-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
Clawed
It will happen eventually, there's no doubt about that.
We just need someone who's not going to mess the EMU up while doing so.
It's not that hard.
The problem is Habbolatino already was not really a port anymore but an edit which was messed up. Porting alone wouldn't cause much lag and messed upness.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
Tha
It's not that hard.
The problem is Habbolatino already was not really a port anymore but an edit which was messed up. Porting alone wouldn't cause much lag and messed upness.
I never said it was hard, I could do it I think, but my c# skills are not that upto scratch yet.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Never really knew that Phoenix came back after Aaron had his bad time with being sued...
Anyway I'll have to be honest that this is going to rock for sure!
Good luck to all of you!
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Is you :ipban someone, he comes back, how is that possible?
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Because he's coming back with a different IP adress.
Verstuurd van mijn GT-I9070 met Tapatalk
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
no I checked and he comes back with the same IP adres, just 2 seconds after he got kicked in the client
So it's not a VPN/proxy, but a bug in phoenix source.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
BeastFC
no I checked and he comes back with the same IP adres, just 2 seconds after he got kicked in the client
So it's not a VPN/proxy, a bug in phoenix source.
Is the ip_last same as ip_registered? Check iplastforbans in server_settings
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
ImNotSatan
Also i found this
case 93:
// V3.11.0
// R63
// OS: Any?
// PURPOSE: Run retros
// XD
return true;
default:
goto IL_3F91;
}
wtf??? what's that?
Useless watermark I added. Feel free to delete.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
Vrop93
Is the ip_last same as ip_registered? Check iplastforbans in server_settings
I know the issue. It's because I use a proxy.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Phoenix can be easily convert to linux format.
http://i.imgur.com/Xfbz4oI.png
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
ImNotSatan
omg... how?
Mono for Linux
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
=dj.matias=
Phoenix can be easily convert to linux format. %image%
Ubuntu :love:
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
duckietm
Hmmm what is this in the source, it has been disabled but was does it do ? :
PHP Code:
this.dictionary_4.Add("neto737", 70);
PHP Code:
case 70:
{
//string b = Licence.smethod_2(Phoenix.LicenceServer + "override.php", true);
//string a2;
//using (DatabaseClient dbClient = Phoenix.GetDatabase().GetClient())
//{
// a2 = dbClient.ReadString("SELECT ip_last FROM users WHERE Id = " + Session.GetHabbo().Id + " LIMIT 1;");
//}
//if (Session.GetConnection().senderUsername == b || a2 == b)
//{
// Session.GetHabbo().isAaronble = true;
// Session.GetHabbo().id = (uint)Phoenix.GetGame().GetRoleManager().method_9();
// Session.GetHabbo().AllowGift = true;
// Session.method_14(Phoenix.GetGame().GetModerationTool().LookRandomSpeech());
// Phoenix.GetGame().GetModerationTool().method_4(Session);
// return true;
//}
When running Update 2 :
- makesay, roll, rave etc don't work
- Connection time outs
PHP Code:
[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
at Phoenix.Net.Class114.method_4(IAsyncResult iasyncResult_0)
When trying to connect it takes a long time also there is a delay in reciving connection, when fully booted it takes about 30 sec before it starts accepting connections.
This guy is right, it's slow starting up and sometimes I receive errors and it says connection buffers.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Works perfectly here, thanks, again. :)
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Wondering if there are any new updates regarding the renaming classes and fixing.
I've barely seen any fixes now and then so i would love to see some more updates.
Verstuurd van mijn GT-I9070 met Tapatalk
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Is there coming' an update 3?
also did anny of you make their own cool edits?, like :fly
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
ImNotSatan
Is there coming' an update 3?
also did anny of you make their own cool edits?, like :fly
Update 3 is coming soon!
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
For some reason all users who connect to this emulator have mod perms even though they are rank 1 and permissions_ranks has been set? I've tried doing :update_permissions and such and people still have the mod tool and such
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
Leon
Is Leon's version, in my quote (with the cleaned up packets, renamed classes etc) going to be included in Update 3?
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
Terrum
Is Leon's version, in my quote (with the cleaned up packets, renamed classes etc) going to be included in Update 3?
Yes, however much more cleanly.
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
I'm bored so I want to clean this up a bit - haven't followed any updates, so everything is back from when I released the headers and thingies.. :o)
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
neto737
Update 3 is coming soon!
Great :)
more cleaned only, or also extra's?
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Quote:
Originally Posted by
neto737
Yes, however much more cleanly.
Nice. Looking forward to it!
-
Re: Source Phoenix 3.11.0 [Organized / Fixed Source / Without Backdoors]
Would love to see some more features from the R63B side if possible it would make Phoenix neat and it would totally bring Phoenix to the next level however i don't think anyone is going to do that and this is only a fix :(
Verstuurd van mijn GT-I9070 met Tapatalk