
Wow what's your problem? It looks *exactly* like PowerPanel to me from memory and it's my opinion, no need to get like that. I also never accused anyone of anything in this thread.as @RyanDOT said, I did admit to taking Kristall Panel's skin. PODpanel looks NOTHING like Powerpanel, I don't honestly see what you see in it. I'm not here to argue, I was directed here from another person.
I did buy version one of the panel off Dan but it was named 'Flux Panel' before, and I started work on the version 2.
I am one of the developers for PODpanel, and we've given credit where credit was due. If you noticed on the demo and on the downloads, in the announcement box, we've given credit to whaterver we've used.
The coding isn't ripped, PODpanel's coding is different from powerpanel's coding, if you thought to check the coding, instead of accusing people, you'd know that both coding differs.
The panel isn't 'Insanely Insecure' we've yet to have any intrusions or anything to that nature. I am 'Sniickerz' or 'lDaFreshKid' as some would say, and I am the only developer who 'ripped' the skin and radiPanel's css. That is it.
So make sure you know what you're talking about before blatantly crying over something that 'looked similar' to another panel.
---------- Post added 29-06-2011 at 10:25 PM ----------
not being funny, but that is an ignorant response. You know nothing about how we've developed this panel, just because he's a mod doesn't mean he's always right lmao. Btw, that Boxerman was one of our developers, just saying.
I don't know how they do it in your world, but Im pretty sure a developer knows more than this mod when it comes to podpanel.
Nice hash tag navigation and alerts, where have I seen those functions before
You - http://podpanel.net/site/_js/page.js
Me - https://habbox.com/class/global_jsfun..._unminified.js
You could have just emailed me first, or something before you ripped those
Edit: http://podpanel.net/site/_js/ajax.js HabbCrazy too? Surly you could have renamed that class atleast!
Last edited by HotelUser; 30-06-2011 at 01:30 PM.
I'm not crazy, ask my toaster.
Apologies.
Go ahead,I'll be waiting. Make sure you file a dmca to!
My hashtags look nothing like yours. Lol "Email you first", yeah ok! I have nothing with Habbcrazy on here. Unless Jack(Moh) is 'Jack Ellis'Nice hash tag navigation and alerts, where have I seen those functions before
You - http://podpanel.net/site/_js/page.js
Me - https://habbox.com/class/global_jsfun..._unminified.js
You could have just emailed me first, or something before you ripped those
Edit: http://podpanel.net/site/_js/ajax.js HabbCrazy too? Surly you could have renamed that class atleast!
Your ajax.js says habbcrazy in it, care to explain that? Also all of your functions are named the EXACT same as mine. Variables - exact same as mine. Your code is also pretty well the exact same as mind obviously with minor changes here and there to adapt your website. You even copied my alert function and didn't even change my variable names (lol?). You outright copied my functions. I wouldn't of minded if you had asked, or even fessed upto it now but the fact that you've now blatantly and obviously copied them and are still trying to cover it up is outright disgusting.
Me, coded 100% from scratch:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') insert = '=' else insert = '&'; } } return newURL; }
Same function on your site which you blatantly stole from me:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') { insert = '='; } else { insert = '&'; } } } return newURL; }
Notice how they are word for word the exact same. It's like that for pretty much every other one of my functions in your file too.
Last edited by HotelUser; 30-06-2011 at 05:54 PM.
I'm not crazy, ask my toaster.
I'm gunna be honest here, there is no way that is a coincidence, the chances must be one in a million billion trillion. LOL. So, so far you've used David's code and stolen the Bear's design... :rolleyes:Your ajax.js says habbcrazy in it, care to explain that? Also all of your functions are named the EXACT same as mine. Variables - exact same as mine. Your code is also pretty well the exact same as mind obviously with minor changes here and there to adapt your website. You even copied my alert function and didn't even change my variable names (lol?). You outright copied my functions. I wouldn't of minded if you had asked, or even fessed upto it now but the fact that you've now blatantly and obviously copied them and are still trying to cover it up is outright disgusting.
Me, coded 100% from scratch:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') insert = '=' else insert = '&'; } } return newURL; }
Same function on your site which you blatantly stole from me:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') { insert = '='; } else { insert = '&'; } } } return newURL; }
Notice how they are word for word the exact same. It's like that for pretty much every other one of my functions in your file too.
Last edited by Recursion; 30-06-2011 at 06:17 PM.
Copying code is one thing, removing spaces and keeping the same variable names is silly.
VR|46
I don't even mind if anyone uses it if they're understanding it and learning from doing it but when they do it claiming it's their own, then get proven wrong and continue to deny it it's infuriating![]()
I'm not crazy, ask my toaster.
Your ajax.js says habbcrazy in it, care to explain that? Also all of your functions are named the EXACT same as mine. Variables - exact same as mine. Your code is also pretty well the exact same as mind obviously with minor changes here and there to adapt your website. You even copied my alert function and didn't even change my variable names (lol?). You outright copied my functions. I wouldn't of minded if you had asked, or even fessed upto it now but the fact that you've now blatantly and obviously copied them and are still trying to cover it up is outright disgusting
Me, coded 100% from scratch:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') insert = '=' else insert = '&'; } } return newURL; }
Same function on your site which you blatantly stole from me:
Code:var newURL; var urlArray; function makeURL(newURL) { newURL = newURL.replace("#",""); urlArray = newURL.split('/'); var insert = ".php?"; newURL = ''; for(i in urlArray) { if(urlArray[i] != '') { newURL = newURL + urlencode(urlArray[i]) + insert; if(insert == '.php?' || insert == '&') { insert = '='; } else { insert = '&'; } } } return newURL; }
Notice how they are word for word the exact same. It's like that for pretty much every other one of my functions in your file too.
You're talking about something totally different. This has nothing to do with PODpanel. If you want to talk about that code, we can talk about that in another thread. HabbCrazy where?
I never claimed anything as my own. Don't get all butthurt because some coding was "Ripped" if you want an honest opinion, contact habbcore.net
http://habbcore.net/js/page.js
That's where I got the hashtag url function. Jesus christ. Josh the owner I was asking on how to do this, and he guided me to it.
So you took it from them and they took it from Habbox, I will be contacting themYou're talking about something totally different. This has nothing to do with PODpanel. If you want to talk about that code, we can talk about that in another thread. HabbCrazy where?
I never claimed anything as my own. Don't get all butthurt because some coding was "Ripped" if you want an honest opinion, contact habbcore.net
http://habbcore.net/js/page.js
That's where I got the hashtag url function. Jesus christ. Josh the owner I was asking on how to do this, and he guided me to it.![]()
I'm not crazy, ask my toaster.
Most 'releases' these days, are tending to be "copy and paste" jobs.. where's all the skilled coders gone?!
Want to hide these adverts? Register an account for free!