
shaved92bravada
Members-
Posts
234 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by shaved92bravada
-
[mccode V2} Web Templates Converted
shaved92bravada replied to shaved92bravada's topic in General Discussion
Re: [mccode V2} Web Templates Converted ok sorry I found that from another mod on here a while back but I will take it off. Thanks for letting me know. -
[mccode V2} Web Templates Converted
shaved92bravada replied to shaved92bravada's topic in General Discussion
Re: [mccode V2} Web Templates Converted No thats not all I do. I change the look somewhat if it needs it, like killah said I add in queries to fetch different simple data and display it on the login. I have seen quite a few people wondering how to display such things on their login etc and hell I am just tired of the same old look of the mccode login and register pages. And like killah said its free, I am taking my time to do all of this and make sure everything stays validated. I will keep posting templates as long as people want them. Also feel free to post links to any templates needing worked on. Thanks -
[mccode V2} Web Templates Converted
shaved92bravada replied to shaved92bravada's topic in General Discussion
Re: [mccode V2} Web Templates Converted yeah the banner was just a quick throw together to replace what was up there. the way the CSS is its more of a three part banner so I need to make one and slice it so that it goes the full length and looks good. I have about 8 or 10 more templates still yet to work on but I am working on finishing up these three right now. -
I am now in the process of converting web templates to work with mccode v2 mainly for login and register pages, basically any out of game page as of right now. I was posting in my 3 column template thread but figured it would be easier just to post em in a new thread as to keep the confusion down. As of right now I have 3 templates done not sure which one I am gonna use so I am going to wait a day or so before I post the source code. All of these templates are open source scripts that I have found on the web. On most of them the original link back to the authors website MUST be left somewhere in the script. These templates will be valid XHTML and CSS. If you would like me to convert a web template that you currently have or are planning on getting then post here and I will take a look at it and see what I can do. Template must be legal. Either a free open source template or a purchased template with valid license. I will not do any work on any templates that are illegal ( i.e. downloaded through torrents, forums, etc. ) i will do research into any template posted that is not a free open source template. Anywho now to the good stuff.... when I say I converted them I mean I added in the proper login form on most of them, different types of information ( mostly game stats, economic stats, etc... ) different random information ( i.e. random items, random profiles, etc.... ) . I know its not hard to do but most people don't want to take the time to do all of that and for some damn reason I like doing it. Here are the three I have done as of yet. http://www.bravenations.com/login.php http://www.bravenations.com/login1.php http://www.bravenations.com/login2.php Let me make sure everything is in order, still have to do the register, contact, etc etc one the last two. Once I do that then I will package each one in a zip folder with installation instructions and post them for download.
-
[MOD] V2 Theme Changer as Promised 96% completed
shaved92bravada replied to Uridium's topic in Free Modifications
Re: [MOD] V2 Theme Changer as Promised 96% completed lol don't feel bad I do the same thing quite a bit. lol I am still working on my fishing mod and I keep doing stuff ass backwards sometimes which slows me down even more lol. -
[MOD] V2 Theme Changer as Promised 96% completed
shaved92bravada replied to Uridium's topic in Free Modifications
Re: [MOD] V2 Theme Changer as Promised 96% completed it says it updates but nothing seems to change then once you go back to preferences its right back on original. -
Re: [mccodes] Horoscopes <?php include("globals.php"); looks to be V2 to me
-
Re: [v2]donator packs to items if ya search the forums here I am sure that it is there. and for free too. If not I know there is a V1 that you can convert to V2. If I get the time I might post the one that I use for V2 but it will be in the free section because like I have stated before I don't know how to program well enough to make sure that it is secure which is why I won't sell it.
-
owner panel pass and securin.(i need help)
shaved92bravada replied to blaze12's topic in General Discussion
Re: owner panel pass and securin.(i need help) Well the first thing I suggest before trying to run a game especially an McCode based game, is to learn more about programming in php. I don't know a whole but I am getting better and that is why my game has been hacked and hence why I took it down until I learn more about securing the script and everything. So unless you have a deep pocket and can afford to pay someone for everything you want done then I suggest waiting till you learn more. -
Re: [v2] Faction with Armoury Good job on converting it, I haven't tested it yet, but I may use it when it comes time to working on my gangs system.
-
Re: [mccode v2] Thanksgiving Treats I like it Kix, I would use it but I don't think my game will be ready for public by then lol. But dang good job.
-
Re: [mccode v2] Fishing Mod Never fear I am still here lol. Yes I am still working on my version of the fishing mod. Turns out its quite a bit more advanced than what I had originally planned. I am having some problems with a few things that I am wanting to do with it and as soon as I can figure it out or maybe someone can help me figure it out lol then I can move on further with it. Anyway the problem I am having is that in order to be able to fish you will have to purchase the rod, reel, lure, boat etc. And the way I want to do it is have them as items in your inventory rather than just having another table in the db. well Nyna was so kind to help me out some with the correct way to select the items but I haven't quite figured out how to make it all work. So if someone knows that I am wanting to do and is willing to help me out with it then it would be greatly appreciated. After that I am working on different locations to fish, which will have different difficulties etc. Once you finish fishing then you will be able to either sell your fish or keep them and use them to replenish your energy. I am thinking of going one step further and making it where you have to clean and cook the fish before you can use them to replenish energy. Once I get it done its going to be pretty advanced. lol there is so much more to it than what I thought at first, but this could evolve into something quite useful.
-
[Request][Any Version] No Display Picture Mod
shaved92bravada replied to HITMAN 17's topic in General Discussion
Re: [Request][Any Version] No Display Picture Mod if($r['display_pic']) { print "[img={$r[]"; } else { print "[img=/images/yourpichere.jpg]"; } -
Re: [mccode v2] Fishing Mod I am still working on it just not as much, but once I start working on something I don't give up till its finished. Just right now I am busy with a few other things lol. Actually just got done building a shoutcast server for here at the house lol. Now I need to get around to building the site for statistics , requests, things like that. On top of all that, I made a completely new newspaper layout, its a seperate page, the menus and such don't show up, you can add, edit news from the staff panel, and it is multiple pages. Once I get done with it, it will look llike and actual newspaper lol. Then I am building the site for my templates and mods and such, so yeah got a bit on my plate right now so once I get it done I will post it here.
-
[mccodes v2] ingame 3 colum template modified
shaved92bravada replied to MDK666's topic in Free Modifications
Re: [mccodes v2] ingame 3 colum template modified looks to me like the background image for the .menu <td> isn't wide enough. Just make a new image for the background on menu links, find out how wide the table is and make it a couple of pixels smaller. Great job on this MDK, I had actually planned on doing that on my next template. -
Re: [mccode v2] Fishing Mod only thing I use TS for is gaming, like america's army stuff like that lol. I have MSN but rarely ever use it. Always used Yahoo. Though I'm not sure if I am up for a joint project as of yet. Due to conflicts in opinions things like that. Plus there is no way I am gonna be doing this for 8-10 hrs a day lol. Yeah I like what I do but I have got a wife and 3 kids lol. So yeah that ain't happening.
-
[mccodes v2] Find random items while playing the game...
shaved92bravada replied to MDK666's topic in Free Modifications
Re: [mccodes v2] Find random items while playing the game... I actually used something similar to this awhile back and worked out quite well. Made it so they could only get certain item types. -
Re: How would I ...... Just wanted to say thank you for your help Nyna. Haven't quite got it figured out just yet but I'm not giving up yet either. I just commented it out for now to take a break and went on to a couple of other functions in the script. Once I get it done I am thinking of posting it as a free mod and would like if you would look it over and tell me what I need to improve on. Thanks
-
Re: How would I ...... ok that helps a ton, I think I can figure out the rest. lol If I need more help atleast I know I can always ask. Thank you very much nyna
-
Re: [mccode v1]Starter Pack Item Why not just do it like this?? The above ways are good to, I just like to clean it up a bit and make it easily customizable. open itemuse.php find mysql_query("UPDATE users SET will=maxwill WHERE userid=$userid",$c); } print "You spray a {$r['itmname']} into your mouth. You feel a bit of health coming back to you."; } add this below /** You can change the amount of rewards by changing the numbers below */ $money=20000; $crys=100; $iq=100; $days=1; $item=337; /** The following query will allow you to tell the player the name of the item you gave them */ $q=mysql_query("SELECT * FROM items where itmid={$_POST['item']}"); $n=mysql_fetch_array($q); $name=$n['itmname']; /** This is the main part of the mod */ if ($r['itmname'] == 'Starter Pack') { /** Then it rewards them with the aboved named amounts */ mysql_query("UPDATE users SET money=money+$money , crystals=crystals+$crys , IQ=IQ+$iq , donatordays=donatordays+$days WHERE userid=$userid",$c); /** Then it gives them the above named item */ mysql_query("INSERT INTO inventory VALUES('',$item,$userid,1);",$c); /** Then it sends them an event telling them what they received */ event_add($userid,"You have used the starter pack and recieved $$money, $crys Crystals, $iq IQ, $days Donator Days and an $name",$c); }
-
I am working on a mod that requires the user to have certain items in their inventory. How would I select which items and then if the user had them they could do the action and if not it tells them they need to purchase said items?? I thought I had it but it didn't work. I am pretty sure its some type of array just not sure.
-
Re: [mccode v2] Fishing Mod I just thought I would post an update. Yep I am working on revising the fishing mod. Its going to go into much more detail. So far I have made it where you have to buy a fishing license before you can fish, and you also have to buy fishing tackle and rent a boat. There are going to be different locations with different difficulty, and it is also going to take a certain amount of time to get to this location. I am trying to get this finished as quickly as possible but also trying to take my time and make certain that I do it right. Figured interested people might actually be waiting on me or something lol. Will post when I get it done and is bug free. * Also its going to be a base platform that I am going to be working on adding many more different features as I learn more so stay tuned. We now return you to your regularly schedule program already in progress.
-
Re: [MCV1]Crimes Need An Item you would need to add into your crimes table something like crimeITEMNEEDED then you would have to do a query to check inventory to see if the user had the correct item in their inventory that matches the crimeITEMNEEDED. if they had it they could do it, if not then ............
-
Re: [mccode v2] Fishing Mod that is an awesome idea josh............... me thinks with MDK's persmission I am gonna start on that tonight.
-
Re: [mccode v2] Fishing Mod yeah send me an add on yahoo, I just have a habit of denying without looking lol