[PHP] Framework development
Come on guys. This is our opportunity to make LG Big again, if we can make enough scripts, Alex stated that he will make the Framework and the basic scripts public/Underground bronze, and I think it would be totally great if we can do this, if not I will do it myself.
Just tell me some games, or post the httpheaders for them, along with a way to verified if its logged in, and I will try to add it into the framework...
I already have crysandrea, Neopets is a work in progress... lets see if you can add atleast 5
Or atleast we can make some scripts.
Need to make one not in PHP, or buy ioncube. So that we can encrypt scripts that we dont want the source out to.
I might have found a nice encryption script thats free. Called POBS. Im going to try and implement it into the framework and see how it turns out.
Mk that one didnt turn out to well so im trying a different one called Zend guard. We will have to include the zend optimizer (which is what executes the encrypted files from zend guard ) in the framework if this works out.
Well, that didnt work out. Might need to make our own encryption algorithm. Or we could just make it in a different language and make it read multiple languages.
Simply use any language you're comfortable with, make your own scripting classes so you can sparse custom scripts, and encrypt them.
We dont want all of them encrypted though.
But i did start on new framework. In java. In this we can create our own functions to decrypt bots and encrypt them. And i can possibly incorporate a web server on it so that it can run the php apps too ;D
I'm down with idea because I love java. It's like a mixture of PHP and C# which are really close together and a few other languages.
You don't need tutorials. Best way is to learn from your mistakes.
Yea... Im kinda stuck between a rock and a hard place now...
Im getting kinda good at PHP, im understanding it really good. And java is pretty much alike, im just wondering if its a waste of time to learn.
You should just learn OOP. Once you know OOP, you can just apply it to most of the high level languages easily. For example, I can program in basically any of the most known programming languages even if I don't know it. All I have to do is Google the core libraries and apply my OOP knowledge.