PDA

View Full Version : MikeRsWeb is back!(Need help - encryption and functions)



cboy676
June 26th, 2010, 14:33
Hey everyone,
Over the last few months i have been re-creating MikeRunescapeWebsite Source.
I have done it!
Yay
I am also releasing the source,
I need some developers tho to help me finish!

Check out what i have done
Only the registered members can see the link.

I need help doing functions some more and encryption.

- Curtis -
__________________________________________________ _________________________________
Owner of CurtisRSWeb
- Member on curtisrsweb is $1(paid verson included)
- Registeration and download is free.
- Fast forums and install setup - One click -
- The best thing around!
- Only the registered members can see the link.
- If you wish to donate, donate to: mipayer@hotmail.com

Smudge
June 26th, 2010, 14:46
If you do use encryption, I suggest using SALT.

cboy676
June 26th, 2010, 14:49
Okay, Thanks, Would you be so kind to help me?
I need some graphics and some php done.

Smudge
June 26th, 2010, 14:50
Sure, by the way is the encryption for the password's etc?

cboy676
June 26th, 2010, 15:02
It is for the passwords and the source code so no one can rip my source code and call it their own.

Contact me on msn
cginbarrhaven@hotmail.com

Smudge
June 26th, 2010, 15:05
Okay, I'm just going to walk my dog's real quick

cboy676
June 26th, 2010, 15:14
Okay, I'm just going to walk my dog's real quick

Okay...
Contact me when your back.

Friss
June 26th, 2010, 15:20
There are tons of php source encrpyters out there.

cboy676
June 26th, 2010, 15:21
Yes but the ones i tryed don't work.

Joshua F
June 27th, 2010, 04:45
Lold
Mts

Google
June 27th, 2010, 09:19
Okay, Thanks, Would you be so kind to help me?
I need some graphics and some php done.



Yeah u got the files off this guy. I have them too. I'll share all the files out. As this isn't very fair on mike, --Link here soon--

Matt`
June 27th, 2010, 10:40
What's the point in releasing the source if you're going to prevent people from modifying it?

I'm sure a lot more people would be willing to help if you released this open source.

iSatisfi
June 27th, 2010, 11:08
Email me if you need webhosting.
Email's in signature.

cboy676
June 27th, 2010, 13:00
wow....
is eval(base64)) good?

Matt`
June 27th, 2010, 14:13
What do you mean - is it good? Anything you do is going to affect performance, and still allow anyone with any significant intentions to decode it.

cboy676
June 27th, 2010, 14:22
Like is it stable dose it run well ect.

Daedalus
June 27th, 2010, 14:33
Maybe this link will help with the encryption.

Only the registered members can see the link.


Edit: Just read some of the posts, this won't encrypt your source.

Matt`
June 27th, 2010, 16:17
†™, that's hashing not encryption. You couldn't even use encryption for this anyway, unless you stored the key in the file which would be pointless.

cboy, yeah that's as 'stable' as you're gonna get it. Eval will affect performance, and so will base64_decode but so would any other source encoding method.

cboy676
June 27th, 2010, 16:30
†™, that's hashing not encryption. You couldn't even use encryption for this anyway, unless you stored the key in the file which would be pointless.

cboy, yeah that's as 'stable' as you're gonna get it. Eval will affect performance, and so will base64_decode but so would any other source encoding method.

I might do eval_base64 coding but someone could dencrypt it easily mostlikey.

Daedalus
June 27th, 2010, 16:33
†™, that's hashing not encryption. You couldn't even use encryption for this anyway, unless you stored the key in the file which would be pointless.

cboy, yeah that's as 'stable' as you're gonna get it. Eval will affect performance, and so will base64_decode but so would any other source encoding method.


It's what i use for encrypting passwords...

Take for example:
md5($subpass)

cboy676
June 27th, 2010, 16:35
I use md5 for passwords.
I need something to encrypt my source code from leachers.

Daedalus
June 27th, 2010, 17:37
I use md5 for passwords.
I need something to encrypt my source code from leachers.


I did state that in the first post on this topic.

Any way look for a javascript that encrypts it.

Id say at least 90% of them cost though.

Edit: If by source code you mean view source on website.

Matt`
June 27th, 2010, 17:43
It's what i use for encrypting passwords...

Take for example:
md5($subpass)
That's not encryption, that's hashing. We're talking about encoding the source anyway, not passwords....


I use md5 for passwords.
I need something to encrypt my source code from leachers.
It's not possible. You can theoretically encrypt the code, but this would require the key to be embedded somewhere in the code which someone could easily find and decrypt it. You can also theoretically encode the code (as you've shown previously), but as long as PHP can decode it, so can anyone else.

There's a fundamental concept here you guys seem to be missing. If PHP can decrypt or decode something, someone else can use the exact same method. If you use a method which doesn't allow decryption (such as †™'s rather interesting example of md5), then nothing can decrypt it, even PHP, which will render the whole idea useless.

Also, †™ I've tried to explain things to you before but now you're just blatantly misinforming people. I don't know whether you're trolling or you just enjoy talking about what you don't know, but it makes me sick to see you go around making such stupid statements.

Daedalus
June 27th, 2010, 17:50
I don't even troll, and if you read my first post waay before this on this topic you'll see that i recorrected my self, so do read before being an ass to me.

Gonna leave this topic now as it's pointless arguing to someone who don't even know what i was saying.

cboy676
June 27th, 2010, 18:06
okay thanks for ur help

my pker pure
June 27th, 2010, 18:13
Can i have permission to use your HTML & CSS source please?

cboy676
June 27th, 2010, 18:50
Can i have permission to use your HTML & CSS source please?

Okay you may use it, I ask if you put on the template:
Desigan by: CurtisRsWeb <a href="Only the registered members can see the link.">Click here to visit them.</a>

Matt`
June 27th, 2010, 20:38
You should put your efforts into forcing a copyright notice tbh.

Joshua F
June 27th, 2010, 20:51
Can i have permission to use your HTML & CSS source please?

I have it also.. It's MikeRsWeb, I have it on my site. So you shouldn't even have to ask knowing none of it is his code.


Okay you may use it, I ask if you put on the template:
Desigan by: CurtisRsWeb <a href="Only the registered members can see the link.">Click here to visit them.</a>

Lold again. It's not even your design. MikeLmao is the creator of it, so you cant make anyone do anything. If someone were to do something, it would be you. You didn't do anything to this.
But.. Here is a url to encrypt..

Only the registered members can see the link. - I use it, it works fine, but easy to decrypt if you know how..

P.S. I happen to be good friends with MikeLmao(Owner of MikeRsWeb).

Matt`
June 27th, 2010, 21:09
Don't encode the entire lot, just do the copyright notice. People are going to work a lot harder to find out how to decode the entire source than a copyright notice. It'll also keep performance good, and support open source development.

Justin H
June 27th, 2010, 22:37
This is funny. As soon as I release the source of MikeRSWeb (on ***********), and decrypt and edit the install.php to work without a GUID, everyone is claiming they did it. And by the way, your site is nothing different from the real MikeRSWeb - And everytime I try and view the page I get redirected to another.

Joshua F
June 27th, 2010, 23:02
This is funny. As soon as I release the source of MikeRSWeb (on ***********), and decrypt and edit the install.php to work without a GUID, everyone is claiming they did it. And by the way, your site is nothing different from the real MikeRSWeb - And everytime I try and view the page I get redirected to another.

Lol he's using V5.0, which was a fail. This project wont get far.

cboy676
June 27th, 2010, 23:14
Its not "Mikersweb"

Justin H
June 28th, 2010, 00:15
Its not "Mikersweb"

What isn't?

And good luck on project.

Joshua F
June 28th, 2010, 02:26
Its not "Mikersweb"

Yes it is, you just changed the name of it..

Btw, nice way of taking a copyright Css from Layerforce.

Aaron
June 28th, 2010, 02:29
I can help with Graphics, Pm me for further information.

jamie
July 11th, 2010, 13:54
Since the site is closed, There is no point.