-
Posts
790 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Events
Everything posted by Zettieee
-
Free work you say? Whats the limit? I want something coding, not a mod but a whole site.
-
He's asking for drawn art. I cant draw the detail he would want. I can do pixel art. But that takes hours. Hours = $$$
-
Hey, I'm open for some design work. A little about my service: Super cheap (Around $35) You may watch while I do it. (teamviewer required) No refunds - This is final. Anyone who hasn't used me before will have to pay $10 upfront before I start work. (Nothign personal, just don't like wasting time) If you have any questions feel free to ask me. Contact info: Skype: Scruffy.gamer (add that your from MWG before adding me)
-
Spamming is allowed now? :/ - - - Updated - - - Spamming is allowed now? :/
-
Since when does: Warning: session_start(): open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, O_RDWR) failed: Disk quota exceeded (122) in /home/*****/public_html/authenticate.php on line 3 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/*****/public_html/authenticate.php:3) in /home/*****/public_html/authenticate.php on line 3 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/*****/public_html/authenticate.php:3) in /home/*****/public_html/authenticate.php on line 3 Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/authenticate.php:3) in /home/*****/public_html/authenticate.php on line 60 Warning: Unknown: open(/tmp/sess_eb4c904055a564e32a3ddcb2c2f9ce60, O_RDWR) failed: Disk quota exceeded (122) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 This version isn't updated? the line 0 errors are to do with his hosts storage/data limits. the other errors are because he has php after the html output from header. IE: Header; session_start() and then again in index.php; session_start();
-
Your host has a limit on session temp data. Weird. Also you seem to have two session_starts()'s Try remove the one from header.php or what ever its called in v2
-
Hey. Found this awesome post a while ago. Think it might help some of you who are using DO. One problem I had with Digital Ocean is that every once in a while droplets would crash for (apparently) no reason. I thought it was the VM not having enough resources, and allocating more actually did stop the crashes, but they would still occur, albeit less frequently. Once I figured it out what the reason was, I felt pretty stupid. Swap Ubuntu (and perhaps other distributions?) are setup with no swap file by default. Of course, when the system ran out of memory MySQL and other services would crash, and eventually the whole thing would stop working. The fix is pretty simple, though: just add a swap file (duh). How much swap to use with x amount of RAM? A few years ago I used to set servers with swap = RAM * 2, but it’s been a while since I found out that that’s total crap. http://www.cyberciti.biz/tips/linux-swap-space.html (and from experience it makes sense) say: Swap space = Equal RAM size (if RAM < 2GB) Swap space = 2GB size (if RAM > 2GB) My friend who is a true Oracle GURU recommends something as follows for heavy duty Oracle server with fast storage such as RAID 10: Swap space == Equal RAM size (if RAM < 8GB) For Digital Ocean, I have machines with just 512MB of RAM, so the swap file will be 512MB as well. How to add swap Login as root or (sudo -s). First thing, make sure that you have enough disk space: # df -h If yes, you can use the dd command to create a storage file. dd uses /dev/zero to produce null values and create a file at the path specified. Block size is 1024, so for 512MB do: # dd if=/dev/zero of=/swapfile bs=1024 count=512k Then, set up a Linux swap area: # mkswap /swapfile Make sure file permissions are correct (only root should be able to read/write to the file): # chown -v root:root /swapfile # chmod -v 0600 /swapfile Activate swap: # swapon /swapfile You can check that the above worked with: # swapon -s Now, make sure that swap is activated even after we reboot the machine: # nano /etc/fstab Add at the end of the file (ctrl+x, “y” and then Enter to save): /swapfile swap swap defaults 0 0 Swappiness in the file should be set to 10, to avoid poor performance and prevent out-of-memory crashes: # echo 10 | sudo tee /proc/sys/vm/swappiness # echo vm.swappiness = 10 | sudo tee -a /etc/sysctl.conf To check if swap is enabled, you can just use: # free -m Reboot (if you can)—you don’t have to, but just to make sure, and run the above again. Your droplets should now work better and not crash. :-) Source: http://www.nbrogi.com/2014/08/digital-ocean-droplet-crashing/
-
usersonline on the login page. need help
Zettieee replied to Hybridd's topic in Modification Support
Post the whole file. -
I used to really like these style of animations but. When used wrong they look cheap. IE: using them as a header. Good work on this one. Lets hope someone uses it right.
-
Wow that's alot. People should stop ordering services and not pay. :( How much is a standard down payment?
-
Didn't think I really had to seeing as my prices are so low.
-
Anyone who does this is **** tard. Someone ordered work last night and after half the work was done, he removes me from skype and refuses to pay the small price ($15). Thus I'm putting up here. Hoping someone can get some use for this. Yes this is incomplete. I know it needs detail. But meh. Preview: [ATTACH=CONFIG]1630[/ATTACH] PSD: https://mega.co.nz/#!G0hiXSID!tMwboJgUoEdrPURnbZrpb4LpUNQtJTnOxya9XGD6hvw If you like it. use it. Please say thanks or send me a donation.
-
theGRPG website will be up tonight with the new script available
Zettieee replied to grant's topic in Generic RPG
Price? Mysqli? Template system? Modular? What about people who had a lisence like me? Do we get the update for free? -
Never said you couldn't sell the css/html. The PSD/images cant be sold. Would you like a copy of the licence?
-
NWE is an engine. MCC is an engine wrapped around a game. GRPG is a game.
-
Still has to stand by my gpl licence. It's not CC-SA.
-
I recommend peter. Not that I don't want your money but peter has a better css/html skills than I do.
-
This template was given out for free. http://makewebgames.io/showthread.php/43669-Dark-Gray-Layout
-
I sure ****ing hope your not selling my work? By all means sell the CSS/HTML but if you sell my images your breaking the law. I gave the PSD away but the rights are mine.
-
It isn't really aimed at web games. More towards client based games. Only need a website to post updates/news.