
Joshua
Members-
Posts
1,271 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Joshua
-
Atrophy Mod - Slowy take away stats from the inactive LITE V1 V2
Joshua replied to Agon's topic in Requests & In Production
I'd say set up timestamps in header to do it, save some cron space, but either way i've used something similar before, i'll see if i still have it on my comp at home rather than re-coding the timestamp bit ( I suck with timestamps ) -
MCCodes/VBulletin registration integration help
Joshua replied to KDawg08's topic in General Discussion
Jordan it's actually a bit more difficult than that. You are first going to have to Sync the Databases which can or can not be a royal pain in the butt Then find a way to make it so when they register on one or the other it inserts to both in the code as well -
Eh, feel free to use it I'll work on another, you can always use later if you change your mind. It'd be more fun if i was at home i have a lot more presets/brushes/scripts on my photoshop there than i have here ><
-
Just first practice run.
-
I'll start on it in a few minutes, what color is your background, or pm me a link to your site so i can see what will blend in (; Should be fun, getting to make a 2 sided/color'd *good and evil* type banner
-
Sadly I've seen that time and time again. The few that i've done I do on my own server on-line and let them view it live while I work on it. When it's complete they send the money over for the layout and I send the Files, Usually keep the PSD unless they wish to pay for that as well. Makes it difficult to edit the layout and re-sell it, tho not impossible. A good tip to all tho Agon. :)
-
Ok, so it's nothing "huge" as my graphics are nowhere near "great" and some have just been horrid. However, I need the practice. If you are looking for a "top" banner to your game. Please provide the following. Background Color the Banner is going over. or image? if one. Dimensions "i.e 932x200" Theme / Genre Thug/Mafia/Vampires/Military etc. I'll do it as soon as the oppurtunity presents itself. If you are not 100% content obviously you don't have to use it, or if you feel something could be changed to better it i'll save all PSD's to alter it for you or give you the PSD. I ask nothing in return as again, this is just practice for me and i can only practice so much with my own Ideas :) An example of Signatures, and a few miscellaneous things i've made the past few days can be found at http://maketextgames.com/index.php?page=Thread&postID=125#post125 Please include all 3 of the above if you expect your layout to get done, I won't even bother with those who reply with the following Hi, can you make me a layout? I'd like a layout plz. I need information to make one ;)
-
I totally agree with Agon. I'm no where near great, I do freebies strictly for practice as I'm hoping to one day be a decent graphics guy on top of programming. So you can ask me for freebies and I'll do what I can, if you don't like it ya don't have to use it, it won't be a 600.00 one I usually spend 10-30 minutes goofing off with photoshop. Some may get lucky as I may get carried away and spend an hour or two but it's rare.......like mr clean with hair ><
-
heh, you mean you actually like those? ;P Genre? Dimensions?
-
Didnt you just make a post offering to do freebie mods on Thursday, June 3rd 2010, 8:53pm ;) Now you out ? :p
-
here's a quicky freebie i did in about 10 minutes, may make a better one later.
-
Would help to know the Dimensions ;)
-
what I was referring to when you want to eye multiple ID's you posted that's 5 queries when the one I posted would do the trick :D just put your Admins ID's in the array ^_-
-
The code you re-posted was actually a simple post CrimeGame added, so I can't take credit for it :) I use something a bit differant but his works just as well and is faster than doing multiple queries.
-
Another few weeks of playing with my css skills and i'll be trying my hand out in layouts as well :p
-
lol? What person being called stupid wouldnt take that as an insult noob ? ;) Advise != advice :p Lets not be rude =P
-
@ Anthony The problem with your logic is you are now going to run 5 extra queries every minute. This will not only slow down your site, and overload your server with uneccessary junk, but it's all about efficiency ;) just stick a code in header that runs the check and does what needs to be done.
-
Zero posted a decent array set up you could use in header :p if ( $ir['user_level'] > 1 && !in_array($userid, array(1,2,4,6,8)) ) { // the array could be set in settings so and edited simply when new staff are made/promoted. { $db->query("FED JAIL STUFF"); } Simple, yet efficient
-
heck, could even add this simple statement in header and it would work tho bleh if($ir['user_level'] = 2 && $ir['userid'] != 1) { $db->query("fedjail stuff"); }
-
LOL Although the entire idea is pretty lame, that made me laugh ;) $db->query("UPDATE `users` SET `fedjail`=0 WHERE `userid`=***in_array???***"); Better than using 5 differant queries when 1 can do the job.
-
Or just use an array system in header, why burn up crons? $x = $ir['user_level']; if($x = 2 && $ir['userid'] != 1) { $db->query("UPDATE `users` SET `fedjail`=300 WHERE `userid`=".$ir['userid'].""); } Not to mention, if you stick it in header, you aren't waiting a full minute it's instant on page load. Someone in staff panel that knows what they are doing can do quite a bit of damage in 1 minute ;-) Tho even that's pretty dumb ^ but better than using cron minute. Easier to just use a seperate user_level system than the default mccodes and run an outside the "users" table check Never did like the Mc user level set up.
-
I'll quick scope with anyone who has a positive kill/death ratio overall. Anyone who doesnt isn't quite on my level yet ;) So if you're sitting at 1.10 K/D ratio add me up FearTyr If you're under 1.0 don't bother :p
-
Oh yay for getting a post in. I for see this topic getting locked if the cussing and ranting continues. It was...most amusing to see the site was taken down. It was even more amusing reading the arguements. But MOST amusing... was RTFMN by Jordan. Good Day ^_-
-
Odd...I've never NOT seen that in globals :P