Jump to content
MakeWebGames

Darkwolf

Members
  • Posts

    22
  • Joined

  • Last visited

Darkwolf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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. :(
  2. 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);
  3. 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.
  4. 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.
  5. Re: Register.php Help Set to 644 or 755.
  6. 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.
  7. Profile Signatures  
  8. Profile Signatures   Better be nice pic lol cost me $400 and is copyrighted lmao
  9. 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
  10. 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.
  11. 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
  12. 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,
  13. Profile Signatures To bad mine is based on the full version, id just put it up if i could lmao
  14. setting xp for crimes  
  15. 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?
×
×
  • Create New...