-
Posts
3,137 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Events
Everything posted by Djkanna
-
Don't you see "reason", when looking in the category where your thread was? As for the personal thing of ABs you may have suggested you also wanted feedback and advise in the thread title opposed to just "Free Login Layout". However it's between you and AB, I shall butt out now.
-
Well there is; GPL.
-
I'll play in an hour (or a few days, whenever my game is ready), and considering I lose the chess that ships with Windows, I doubt I'll do well. It is an interesting thing to see here, and I wish you the very best of luck.
-
Well it does, they could have very well said no, so I'm guessing they see something in it.
-
If you have the code on the main; then each subdomain points to the main (with a little trickery to pull from the right db, when on sever2 opposed to sever 1 for example), then you're still within the terms of the license, and they cannot make you pay for more licenses.
-
Well I imagine, you convert [.img][./img] into <img>, so apply width/height limits to the img tag (the browser does an okay job a resizing images), this saves creating a copy on your server and manually 'looping through all images'. If you want to get clever, you can modify your bbcode parser to allow you specify whether or not you want to apply dimension limits on images and specify what the dimensions you desire. (Doesn't change the above fact) *Is to lazy to post code examples, so he lets Bluegman991 do it. :p VV
-
DJK will solve the first task too, when DJK isn't being a lazy bugger. >.<
-
Still a little misaligned for me on the login (not nearly as bad as RoZ's screenshot), but meh functionality over looks. Best of luck with the game Seeker.
-
TornIsland.com - A post-apocalyptic themed text-based RPG
Djkanna replied to DylC0N's topic in Game Projects
I suppose you could use a humans.txt file and state that you use Bootstrap (Tools used section), I believe they don't mind how you credit them, just as long as you do, but you'd have to scour the bootstrap site to verify. Regardless, best of luck with your game. (and followed on the tweeter.) -
No you can add rep to a user for a useful post (see the sheriff badge looking thing, below the post).
-
There's "Rep" instead, look under your user title. Although +1's would be more of an indication than, "on a distinguished road."
-
In the midnight hour she cried "more, more, more" With a rebel yell she cried "more, more, more" :eek: -I think we're going a tad off-topic here, then again haven't read the front page, so I've got no clue.
-
It's a crap shade of brown if you ask me. :rolleyes:
-
As you found out; "Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in *****/donator.php on line 137" means your query (the one that you're passing the resource of to mysql_fetch_array()) failed, and returned a boolean value (afaik, mysql_query returns false on failure). Check the query doesn't fail beforehand (you can do this multiple ways).
-
We've tried to change it many of times, to no avail each and every time. The problem: I think the problem is, there is not many members (in ratio to total members) that can provide topics and discussions of a more "stimulating" manner, and those that can don't because well they know there's not many that will understand,challenge or add to their theories/ideologies, it's a dim view, yet a true one. But of course if the community is ever going to grow, something has got to change. Diversity of languages: Sure, but until there is a bit of content on another language there is very little point in have a board dedicated to it, otherwise we'd have a lot of empty boards. There's an "other" category I'm sure, for things that don't have a place, if there's a rise in content for a specific language perhaps it'll get it's own board and the threads moved to it. [ATTACH=CONFIG]599[/ATTACH]
-
Generally speaking;They probably only attempt to take down the site. But don't take that as certainty, the only ones that know for sure are those guys, and they may only know what they will do when they receive confirmation that 'x' site doesn't have a license.
-
Didn't wait for the loading bar to finish going across, took to long, however music was pretty cool.
-
Yeah but I'm generally lazy and didn't read the post, just clicked the links (it gets me in trouble sometimes too) >_<
-
Looks a little like Gangster Legends, or one of the many turn based scripts out there, however it's hard to tell from a screenshot.
-
I'd generally agree, but with providing internet access there's a great big window of opportunity for distractions. Anyway, thanks for answering my questions, and best of luck finding your developer.
-
Three weeks to create a fully fledged game, that's somewhat of a small time-frame, would the lucky guy/gal be doing the whole thing on their own? Will you be providing the internet access at the 'rented accommodation', or are we to provide the means to access the net (EG: Starbucks)? P.S: Thanks for actually providing a somewhat decent proposition, generally a rare thing here.
-
AFAIK they added one, when they open sourced it. EDIT: https://github.com/coldblooded01/mccodefree/blob/master/upload/installer.php
-
I'd take a wild stab in the dark and say `users`. Find the code that's showing the error, look for the query containing `pass_salt` and then it'll tell you. //Something along the lines of; if my memory of v1 serves me correctly. mysql_query("UPDATE `users` SET `pass_salt` = '' ...); Edit: I've done it again, I'll leave this time I swear. Edit: @SRB; No make your own cuppah.
-
The delete option, probably isn't a good way to go, as the code requires it. You'll be in for a bit of modification to the code if you were to go for that one. To add it, research SQL and ways to add new fields to tables. On a side note; is this with the standard MCCodes v1, if so they should really fix that. Edit: Meh, SRB has you sorted, I'll go do something else. >_<