-
Posts
2,921 -
Joined
-
Last visited
-
Days Won
48
Content Type
Profiles
Forums
Events
Everything posted by KyleMassacre
-
does the query for your selection box require like "x" amount of members to declare war on the gang?
-
You can easily create it in a model and just add it to your check_level function or even lightbox of some sort
-
SQL portion Open up phpmyadmin click the sql tab Paste the part that Guest posted called table definitions Click Submit (or whatever it is) Code Open your file manager create a new file name it whatever you wish paste all the code from Guests post click save add a link to explore or your main menu and boom your done
-
I don't know where I seen it but I have seen daves ajax chat kind of mixed with a chat box and daves chat was disabled if you are on mobile. There are things you can do to tell if a player is mobile or not.
-
O.o good eye there DJ. I didnt notice it the first time around lol
-
They dont, It costs a lot of time and money to go after Ravan. This has been an ongoing battle for years now and Ravan just keeps popping up
-
Sniko made a base for one. Its simple but uses some ajax and could use some sprucing up http://harrydenley.co.uk/Creating+an+AJAX+chat/2083230441249946124#sthash.1MuMceHc.dpbs
-
well you cant simply buy anything thats free haha but just like newbie said if you dont own a V2 license their is a good chance of being shut down. But before you buy I would contact MCC and let them know your situation. @Lucky: Im still waiting for proof of these allegations :P
-
for a real text based game I think so but I haven't really seen any old school games like that. most games these days use graphics in a lot of the modules so it would look a little weird to have awesome ingame images and a crap flat layout
-
That is actually a real nice template there
-
Looking for a village building RPG style template
KyleMassacre replied to bloodless2010's topic in Layouts
I would have to agree with Dopeboy on this one coder. My perception of his post was to share a design and he did state that he can make something with his requests. Back on topic I can vouch for Peters work. He has made approx 90% of all my designs and still continuously go to him. Reasonably priced for the quality you will get within a design and a real great turn-around time as well. -
I'm not fond of this one at all. Maybe its just the scale but it seems like the content area is too small and the main menu is too wide
-
Word on the street it is. I would suggest contacting mcc and look into purchasing a license from them at mccodes.com
-
Unless I'm not picking up what your putting down here it seems like it would do the exact opposite. For the most part its another "global_func.php" file it just I guess in a way extends it.
-
I kind of like it but its just too dark. lighten it up a bit and give it some other colors ***Edit*** after further looking around this is pretty much the exact same template you have been bumping and trying to sell. Here is some advice: Pick your favorite and sell that one. And for your next template you make please make it different. I am only speaking for myself here but if I was looking for a designer, came across you, and looked at your portfolio I would turn away because the previous 15 clients will probably have a pretty similar style. I want unique!!!
-
Not sure how to explain this (Timestamp and updating values)
KyleMassacre replied to bloodless2010's topic in PHP
take a look at lines 30 to 51 in your pastebin I counted 7 queries updating the villiages table. You can do this: $q = $db->prepare("update villages set this = this + ?, that = that + ? where this = ? and that = ?"); $array = array($var1, $var2, $var3, $var4); $q = $db->execute($array); This is of course not the right code so ill leave that up to you. -
Not sure how to explain this (Timestamp and updating values)
KyleMassacre replied to bloodless2010's topic in PHP
The only inefficient thing I see is that you have 6 update queries updating 6 different columns in 1 table. You can consolidate those queries into 1 query -
I use netbeans and just recently discovered that it has git functionality as well and also you can revert back to a previous save state
-
I mean this: $id = '1'; $output = (is_int ($id) == true) ? "Im an int" : " Nope not an int"; echo $output; So if they decide to do : $api->addevent($id, 'Awesome Event Here'); The $id var would be a string so name2id () whould then search for the id (should be userid btw, I just noticed it) of the username 1
-
Not sure how to explain this (Timestamp and updating values)
KyleMassacre replied to bloodless2010's topic in PHP
$logs = mysql_query("select id, time, logs from log_table where time <= ".time() + 6.""); while($r = mysql_fetch_assoc($logs)) $update = mysql_query("update logs_table set logs = logs + 10, time = ".time()." where id = ". $r['id']."") or die(mysql_error ()); something to that effect? -
I could be wrong but wouldn't that addevent example fail unless you have a player who's username is infact 1? I see it uses the name2id () if its a string which looks for the id of the player who's username is in there so if some knucklehead decides to use it as a string for the id then it will always fail.
-
Its not an actual mod. you just configure the quest system to work that way by using the conditions.
-
Is your "END;" that's on line 159 on column 1? there appears to be a tab and those are no bueno. So here you go, I was nice enough to fix like 3 or 4 tabbed identifiers http://pastebin.com/LUGCpahA
-
Glad to see you start again:confused: Quick question since I don't remember seeing this at the time it was posted. And yes I did read its not yours so don't think I'm challenging you, but what's the second, and main columns do in the users table? Is it so you can maybe display to the user how much they have found in the hourly rewards. If so int (3) wont hold much of that data for too long before it maxes out. So in theory its pointless and I would remove it since it just add clutter to the users table.
-
Legit working class people. Your a designer right? Who pays for your designs shen I can just view source and get them for free? See why you should buy stuff:p