
Darkwolf
Members-
Posts
22 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Darkwolf
-
Wow I was just going through this thread, and reading the old posts I made about not posting up my code for the sigs code I had, now I wish I had. Shut down my game years ago, thinking of coming back as a classic (actually working on a MMORPG these days), but the hard drive I had the code on was stolen and disk backup was lost years ago. :(
-
Re: [mccodes] Free Crystal Bank [v1] Still a nice little piece of code, is a great idea. Modifed slightly to make it a "gold" bank then a crystal bank, and then put in a cron to give it 2% interest. For interest, just added to my daily cron: mysql_query("UPDATE users SET bankcrystal=bankcrystal+(bankcrystal/50) where bankcrystal>0",$c);
-
Re: Phishing site problem! Find out who the company is that hosts the site, then contact them and explain to them someone is running a phishing site. Ive gotten a few sites shut down this way.
-
Re: Were does ppl host I tried multiple hosts on their $10 or less "shared hosting" and due to resource usages every single host ended up shutting me down. Then I went to Lunarpages VPS and have had no problems since.
-
Re: Register.php Help Set to 644 or 755.
-
A question to sort out all the arguments over coding copyright.....
Darkwolf replied to Snatchy's topic in General Discussion
Re: A question to sort out all the arguments over coding copyright..... In the courts its usually 30 - 70% of the code would have to be changed, depending on the exact type of copyright that the person has. For example, we have a pet mod that we are working on, that is way different then the current pet mods, yet im sure that some of the code MIGHT look the same as the code current mods use, as well as might look the same as some of DBS code due to the fact it had to be written to function with the DBS code, but we know that we wrote all ourselves. Theres only certain ways certain things can be written and have them work properly. Our pet mod while looking close to other code thats out there IS legally different enough that we wouldnt be stepping on anyone elses copyrights. (according to my lawyer at least lol). There truely is an unspoken code among coders, and most coders wont claim something as thier own unless they have made SEVERE changes to the code. Then there are some poeple out there who actively go out, buy/get code, make no changes and attempt to sell the mods. -
Profile Signatures
-
Profile Signatures Better be nice pic lol cost me $400 and is copyrighted lmao
-
Profile Signatures sorry, im just a firm believer in not giving out any code thats based on someone elses code, but if ya all bug dabs ......lmao
-
Profile Signatures nope, because either i release it for everyone with dabs permission, or not at all because its based on dabs code so i wont give it out.
-
Profile Signatures lol well, if dabs said it was ok, maybe i could be tempted to post up the script for the fully working text signatures and picture signatures lol Its based off his code, so he would have to say its ok
-
Profile Signatures Here shows the problem with php, if you stick a few people in different places, and tell them to modify code with a speficic goal in mind, they will most likely look the same. You posted that not long after i did the code for my sigs and sig pics, and it looks a lot like the way i did it (except i dont see anywhere for sig pics in yours lol). And yes, i run to sigs, one text and one for pics,
-
Profile Signatures To bad mine is based on the full version, id just put it up if i could lmao
-
setting xp for crimes
-
Developing locally on your own local PHP/MySQL/Apache server Im considering looking at the www.wampserver.com/en/ program, but first, can anyone tell me roughly thier experiences with it? what kind of system specs do i have to look at for it? work best with linux or windows?
-
Profile Signatures LMAO well, i know I got sigs working on my site, and it only took about 14 hours to figure and tweak it out lmao The only problem is, without seeing the original code again, i cant even remember what mods i made to get it to work lmao
-
Profile Signatures remember, by his own admission on_fire codes and posts code on the fly, generally wait a couple of days for his modified coding to show up. Might work then :)
-
Admin Modifcations LMAO @ astra, i put in a delete user in like the first week code was up, going to the DB just takes to much time, and with how often i ban people, well, needless to say ive prob deleted over 1000 accounts allready lmao
-
Re: [Lite] Bugget streets v1
-
[Lite] Bugget streets v1 hmm does anything that works for lite, work for full too?
-
cron jobs, cron tabs , ssh they is ALL a nightmare Astra, mail me in game, after ive had a little sleep, i can prob help ya lol FIrst things though, take out any spaces in the file names, youll prob need to edit a few files too, right now i cant remember lol Be glad you have a web interface, i actually had to set mine up using ssh lol