-
Posts
2,210 -
Joined
-
Last visited
-
Days Won
47
Content Type
Profiles
Forums
Events
Everything posted by sniko
-
What do you install on a new or reformatted computer?
sniko replied to Jan Kaufmann's topic in Chit Chat
XAMPP Netbeans Chrome GIMP/Adobe Fireworks Skype Perhaps I'll purchase an external memory unit, backup my entire memory, and do this. (It's pretty messy at the moment) Also, considering I run Windows8, I'd like to add on a hack for a start menu on desktop...it's somewhat mandatory, and shouldn't be included in the five list :p -
Playstion Plus is a paid subscription service, added onto the PSN. I'll probably end up getting the PS4, only because Microsoft needed an outrage from their market to change the DRM policies.
-
I suppose it's more the principle, than anything. A product which is that to be bought for a license to use (stock files), shouldn't really be posted giving the availability to the file(s) to those non-license holders. However, the way the product has been created, and the amount of modifications freely available to the public, one "could" rebuild the source (to some limit) with scripts found around here; to which you could argue that someone could obtain it via warez.
-
Add in the column names, so you won't have to heavily edit the script if you alter the table INSERT INTO hoes (`id`,`user`,`column`,`column`,`column`,`column`,`column`,`column`) VALUES('', $userid, '{$value}', '{$value}', 0, 1, '{$value}', '{$value}')
-
My bank isn't connected to my PayPal account, would a gift card be eligible for trade?
-
change donator.php from paypal to google wallet
sniko replied to Raven1992's topic in Modification Support
Have a look at this. Also, I'd offer both. -
You use exit(); then endpage();, why?
-
What do the levels dictate?
-
This system could be enhanced by; Not using inline styles Defining each bet limit as a constant/variable Removing the unneeded echo commands Actually validating the bet as a numerical value, then saying it's needed to be numerical Seperating the SQL from the database commands Removing the useless HTML from the top of the file Replace deprecated tags (<b></b>) As its 50/50, the chance isn't 50/50, see below Adopting the header class, to finish the page off, see below However, a nice addition :) http://codepad.org/QF0S4fUU $chance = mt_rand(1,2); $h->endpage();
-
This could be improved by; Not using inline styles Not using deprecated tags Referencing to a database for rewards, not hard coded Allow staff to insert rewards with criteria that match their desires Allow staff to alter rewards Possibly allow staff to change the currency, instead of credits, so the system isn't designed just for the minority Currencys are fetched from the users table; energy, brave, level, exp, money (any column the staff decides) Above all, you could mention that there are words in queries that need changing to suit your desires. For example, line 82. However, a nice contribution :)
-
How many are in your team? How long have they been administrating/supporting servers for? Define 'super-fast' Also, nothing is 'unlimited', it'll be more professional to adopt the term 'unmetered'.
-
AFAIK; nothing. From what I have gathered, Jedigunz is wanting some more features.
-
Regards to categorizing the upgrades, you could prepend the words "small, medium, large" onto the upgrade. This would be a somewhat 'quick fix' to a desired feature.
-
Define "small" to you. 70$ a month sounds reasonable, considering I don't know your definition of "small". However, as Kyle says, you can easily find something less than that.
-
Or reformat Magictallguys', and just use his logic.
-
Hi Jedigunz. Apologies for the delayed response, as stated in another thread (about 5 minutes ago) I've been pretty busy lately. May I suggest you add me on Skype, so we can discuss further? (harry.sniko) -sniko
-
Apologies for the late reply, I've been working a lot, and I haven't had much time to browse MakeWebGames. I shall read your other thread, and take it into consideration, possibly pushing an upgrade to the marketplace soon. - sniko
-
If you're using a free host, I doubt they'll allow alteration to php.ini, and perhaps even public file uploads. I've no idea of the environment your system is running, so it's purely a shot in the dark. One way in which you get pass this problem, is to harness the power of Imgur API.
-
upload-max-filesize #Upload max filesize adjustments ini_set('upload_max_filesize', 2097152); #2MB
-
....You'd only have a % succession rate, as you're not checking it the other way around $u1 = 1; $u2 = 2; $sql = "SELECT * FROM `friends` WHERE (`u1_id` = ". $u1 ." AND `u2_id` = ". $u2 ." ) OR (`u1_id` = ". $u2 ." AND `u2_id` = ". $u1 ." ) LIMIT 1"; $query = mysqli_query($sql); (Change the values of the variables.)
-
Free resources by using CSS3 nth child. Selecting all columns from users, when 5 or so columns are actually being used, is bad practice. (Guests example) Nice addition to the jail, though. :)
-
I've updated the source from 1.1.5 to 1.2. A few minor edits, and a fresh install on localserver and it worked wonderfully for me. Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 PHP Version 5.3.5 Link to 1.2 - - - Updated - - - Thank you, Zettieee
-
Someone proposes a service, states a price he's willing to give his/her time to do it for you. - Gets flamed. Nice going, community.
-
I'm unsure, however, one of the codes he paste binned had the raven copyright on it, if that helps answer your question.
-
....still the wrong meme. Those are tears of happiness. Browse reddit ;) you'll soon discover. The img bbcode tag was being exploited. I'm writing up a document of safeguards for this type of exploit, and it should be published when the next article (when I check back on OP site) is out.