-
Posts
2,491 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Forums
Events
Everything posted by Dayo
-
Y r u using an insecure version when u can DL the secure one? Unless you don't have a licence.
-
I use windows 8 only because I couldn't be bothered to get my windows 7 disk from upstairs lol It's not bad to use but then it's not good from what I've seen if ur not using it touch screen it's kinda pointless and you may as well use windows 7 plus one thing that anoys me is I have 3 screens on my comp with the middle on my main if I want to get to the metro screen I have to hover the mouse in the bottom left of the middle screen and it is a pain in the ass to do.
-
lol, now you put it like that it dosent seam like a good idea lol
-
Has anyone used an external cron service like https://www.setcronjob.com/ to run there games, I'm not interested in the 1 min cron as anything under 30 mins I'll use time stamps. So what are people's experience with them and who did they use (paid or free)
-
Well how I was thinking of doing it is having dynamic post/get bars so instead if ?id=1 it would be ?jehsu=1 then on the next page reload ?uqhdu=1 each time it changes so basically the get/post is the capcha
-
This may sound newbie but how do macros actually work ie do they scan the code to see what it wants to click or do they go to a set x-y coordinate on the screen and just click. I'm asking this as the game I'm making would be vulnerable to macros and I don't want to add cap has everywhere as I want the game to flow easily so I'm looking at other methods to prevent them, and I order to prevent them I need to know what I'm up against. Thanks for reading, Chris Day
-
just puttin g it out there daves terrable to work with every one *wink wink* lol jokes good luck with your searching
-
Cash payments and percentages would be negotiable depending on skills. We are looking for someone who can use illustrator and photoshop 3D modelling won't be required for the said projects
-
We are looking for a long-term graphics designer to join our team, we are looking for someone who can design templates, draw item pictures etc ... for more information please keep reading. who is in the team Christopher Day - Main Coder Travis Kerr - Content Writer/Creative Mind Impact Gaming Impact gaming is a network of games designed and created by ourselves, there are many genres/styles/types of games, not just the typical McCodes games. The planned games are all at different stages of completion and will take about two to three years to complete (hence why we want a long term partner) The Games The Forbidden Age - a medieval game (that's all im giving away here lol) Gangster Legends - A bog standard Gangster game The mercenary - A military game What were looking for Someone who is able to design and create graphics for our game weather it be item images, templates etc... Payment You can be paid three different ways - One off cash payments = you get paid for the work you do - percentage = you will get a percentage of the network profits - mixed = you can get paid a cash sum and get a percentage of the network profits Questions? If you have any questions feel free to send me a PM, post below or email me at [email protected] links Impact gaming The Forbidden Age The Mercenary Gangster Legends CDCoding
-
Yea the colours are bad Login form in the top right looks out of place I don't like the lines between the elements Is ther any need for the logo/ title at the top and bottom?
-
That bg is from webs.com (the ss4) not sure if there are any copyright issues there. Also I'm not a fan of the left menu nor the two boxes under the title other then that it looks good
-
I disslike non-repetitive backgrounds as they are a pain in the ass to code for larger screens yes it may look good on a 1028x798 resolution screen but what about ppl with 1920x1028+ Many if you blurred it into the red solid color at the left right and at the bottom it would become easier to code
-
Colors are too bright plus the boxes are way too big IMO if you got rid of the speech bubble on the far right box you would be able to make it smaller plus in clutter it! Where you got "section 1" I would probly have that central, vertically in the middle, many a bigger font and colored black so it's easier to read. The forums logo is a bit too big/unneeded I'm sure the user will be able to guess where they are without having a big green title. And personally I would only have adverts in game (only if I had to).
-
I've had this idea before and is currently in two projects I'm working on (ones a lot more advanced then the other tho) but if you have trouble integrating into your game just give me a shout and I'll give you a hand when I can.
-
I'm gona try this when I get home looks fun lol plus I've tried this before lol
-
ive just made one of these for a client the end cost was about £200 GBP granted there was a bit more to it (a shop plus click and collect service) but that was still cheap as there a local business. For what you want i would charge $125 + extra if you wanted a template made from scratch i can show you the example of the other site if you wanted but im not posting up here
-
A Table Per User - Storing a Tile Map
Dayo replied to Octet's topic in MySQL, Oracle, Postgress or other DB
What if you were to store it on a db but use only one column for it and use json_(encode|decode) to read the data that way you don't have hundreds of txt files nor thousands of rows in your database -
Please note that was untested an wrote on my phone so it may b wrong
-
You could use an array ie $array = array("class" => array("location" => 1, "stat1" => 10, "stat2" => 30), "class2" => array("location" => 1, "stat1" => 10, "stat2" => 30)); Echo $array[$_POST['class']]['stat1'];
-
If you want just the framework you can build on I made a simple website frame work the link may be in my signature or you can search simple website framework in the search bar
-
:) glad i could help Just a tip before posting read the script backwards mistakes are much easier to find that way ;)
-
You: "The problem is somewhere on line 17" Line 17: if ($Human == $HumanAnswer); Hint: if ($var1== $var2) {} else {} try work it out ;)
-
Damn you beat me too it lol I was gona sell my one for GL (with mc integration) guess I'm getting slow lol
-
There may be copyright issues if it's not your own creation, check out the legal side before uploading mp3s to the net
-
glscript.net is a basic mafia game out the box but is more dificult to use then McCodes