-
Posts
579 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Seker
-
That would probably be better. And I'm sure it's not hard to do. Will have to look into it. Will also incorporate that into item editing, as right now, they're all just listed on the page, and that could be... A big page. :P
-
It could get you a little bit of training with Unity 3D. :P
-
Yet another update. Completed the new Item Market -- 100% tested and bug-free -- Allows the seller to choose between selling for crystals or for cash -- Lists items by item type -- Eliminated imadd.php and included removing, adding, and purchasing all within itemmarket.php Also fixed the bug with inv_add() and added the new function, inv_del(). Both add or delete items, respectively, from a user's inventory while checking if the item already exists and updating the quantity if so. Screenshots of the Item Market below. Item Market: [ATTACH=CONFIG]549[/ATTACH] Listing An Item: [ATTACH=CONFIG]550[/ATTACH] *EDIT* Just noticed the typos when listing an item. They will be fixed. :P
-
What happened to your engine...? Not trying to be a dick. Just curious if you've given up on it.
-
Just DL V1. It's free. And there are plenty of free mods about.
-
Update. Got it to load in FireFox, but still nothing in IE and Chrome. And I dig it. Though, due to, maybe, my connection, I'm having some resolution issues with the fonts. Everything else loads fine, though. Weird.
-
Oops! Google Chrome could not find http://www.nand.co.za Personally? I think it's bitchin'. :P
-
Middle of the week-ish. I'm hoping for Wednesday at the latest. Hopefully sooner, but I've realized a few things I forgot to factor it. Such as, when editing or deleting items through the staff panel, it should update or delete everything equipped and in the inventories as well.
-
A new update in the form of screenshots! (Sorry about the red on gray. It was either that or black on black for the table headers :P ) Item Info: [ATTACH=CONFIG]539[/ATTACH] Inventory: [ATTACH=CONFIG]540[/ATTACH] Attack: [ATTACH=CONFIG]541[/ATTACH] Staff Items: [ATTACH=CONFIG]542[/ATTACH]
-
Security can also be pretty pricey, remember that. If he knows what he's doing... And you're desperate, I guess... Could be an option. Personally, I have no plans of ever entering a "partnership" with anyone. Or even offering a percentage. Even if I have to do every bit of the work, myself, I'll have better peace of mind knowing my hard work has no chance of suffering at the hands of another. But that's just my opinion.
-
Depending on your situation, there's always the potential for a partnership to be beneficial. However, if someone's offering out of nowhere, your best bet would be to ask for some prior work and examples of what he or she can do. There's always the possibility it's just someone trying to get access to your files and rip you off. It's all about making a judgment call here as to the trustworthiness of the the potential partner,
-
Maybe coding MC while drunk is where the problems came from in the first place.
-
So, Taxed is a person? Might want to make that more clear next time, as we obviously didn't get that from your post. Not trying to be rude. Just saying.
-
Another update so everyone doesn't think I've just abandoned this project. It's still in full swing. Testing and bug checks have begun. This being the weekend, though, things will, hopefully, be fully finished Monday or Tuesday. Everything's come along nicely, but I did hit a couple pages I realized will also need to be redone. Tested And Working: --- Inventory --- Staff Items (Add/Edit/Delete Items) --- Item Buy --- Weapon/Armor Equip --- Weapon/Armor Unequip --- Item Sell --- Item Use --- All DB Tables Working Still Untested: --- Item Send --- Item Send Logs --- Item Market/Item Market Add --- Item Market Logs --- Auction/Auction Cron --- Auction Logs Major Bugs: --- Attacking (Exp. set to 0 when finishing the attack. Problem with $_SESSION['attacking'] positioning.) --- Item Info (Only showing health item. Problem with selecting item ID) Minor Bugs: --- Itempedia (# owned only shows 0.) --- inv_add() Function (Adding items to inventory adds new row instead of quantifying.) New Files To Be Completed: --- Shops --- Staff Item Logs New Features: --- attackend.php (attackhosp, attackmug, attackleave, attacklost, and attackwon all in one file)
-
Weird. Worked. I just could have sworn I tried that, already. Thanks, though.
-
Oh, wow. That's too funny. Now, that' someone trying to scam you. In an extremely idiotic way.
-
Okay, so, as some of you have seen, I've been working on big mod. A re-work of the V1 items system. I've finally finished typing it all out and have moved on to testing it. I've hit a little snag with adding an item through the staffitems page I've created. I'm getting this error, and I don't understand why: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Weapon,Testing Info,10,1,1000,500)' at line 1 The item information form: echo " Use the forms below to enter the information for the new Weapon.<br /> All fields must be filled out.<br /><br /> <form action='staffitems.php?action=doaddweapon' method='post'> Weapon Type: (Projectile = 1, Melee = 2) <input type='text' name='type' value='' /><br /> Weapon Name: <input type='text' name='name' value='' /><br /> Weapon Info: <input type='text' name='info' value='' /><br /> Weapon Power: <input type='text' name='power' value='' /><br /> Weapon Sellable? (Yes = 1, No = 2) <input type='text' name='sellable' value='' /><br /> Weapon Price: <input type='text' name='price' value='' /><br /> Weapon Sell Price: <input type='text' name='sell_price' value='' /><br /> <input type='submit' value='Add Weapon' /></form>"; The SQL insert: mysql_query("INSERT INTO weapons VALUES('',{$_POST['type']},{$_POST['name']},{$_POST['info']},{$_POST['power']},{$_POST['sellable']},{$_POST['price']},{$_POST['sell_price']})", $c) or die(mysql_error()); Anyone see an obvious issue here? I've tried changing everything I can think of.
-
Doesn't really make sense. You must have changed something in your inventory. There's no reason the item market should mess up your inventory page.
-
The first rule of Fight Club is you do not talk about fight club! Anonymous is hardly very "anonymous" anymore. Not since their association to lulzsec came to light.
-
Simply a prime example of public "refudiation."
-
Different strokes and all that. I guess I could sort of see where some would prefer that way. And yeah, I get you on that. So not looking forward to plugging in this items system. I'm almost certain there will be at least one error, no matter how small, on every page. And so far, it's 15 files and 15 SQL tables.
-
Could also do this, when using echo, though I personally think it's messier: echo "<a href= 'hospital.php'> Hospital ($hc)</a><br />", "<a href='inventory.php'>Inventory</a>";
-
I keep wondering why a joke StumbleUpon post was taken so seriously...