|
Profile Rant Extravaganza |
|
|
|
|
|
|
UPDATE: Our old account was unbanned, so you can just ignore that "they didn't even unban our account" bit. Many, MANY thanks to Noraboo, who was one of the mods involved that I ever felt was on my side. This makes me quite a bit happier, though I am afraid I still must stand by my original decision. Thank you again, Noraboo - good luck to you and the other moderators(and admins!) who made me stay so long. Who knows, maybe you'll prove me all wrong and make Gaia awesome again at some point in the future.
IMPORTANT: There was a recent policy change where moderators decided that, instead of lifting a finger to actually regulate banks, they would rather throw the baby out with the bathwater and ban ALL user run banks, no matter how trustworthy they are or what they have done.
This, combined with the already strained situation my bank was under thanks to the admins' refusal to unban our old account, despite the fact that there really wasn't a good reason to keep it banned(the hacker who funneled money through the account was likely long gone, and keeping the account banned did absolutely nothing to prevent it from happening again or to apprehend the b*****d who did it), and my many unpleasant experiences on the moderator side where the admins often ignored our complaints and concerns, shows that Gaia's admins and, in some cases, moderators are the most petty, unprofessional, short sighted people I have ever had the displeasure of dealing with.
And it's really very unfortunate, because there ARE many admins, developers and moderators working hard to make Gaia a better place. They bust their asses so we have less to complain about, but unfortunately they're often overridden by dumb decisions or just plain bureaucracy. Do I think that admins and moderators are somehow out to get the users? No. But the simple fact is, a lot of stupid s**t happens that doesn't need to, and I'm sick of it. I loved being on Gaia, despite the s**t I had to deal with before.
But this has to be the last straw - I can't take it anymore. I have better things to do than work my a** off just to have my work ******** up by jackasses with nothing better to do than hack people for profit, or admins who are so out of touch with Gaia that they make asinine decisions that affect over 2000 people and don't even care. That's right, that's TWO THOUSAND Gaians that my bank served. I donated to my bank every chance I got just so they could get their "stupid" pixels. I also put in a lot of work behind the scenes, such as fixing code or building new systems. But that didn't matter to the people who decided to shut it down, and I simply can't support a place that does that. So, I don't want to do it, but I have to leave for good.
I'll be donating all my items to the Reserve Bank of Gaia so they can pay off their customers WITH interest. Even in death, it should be an example of service and caring for its customers. Much thanks to ShadyPrincess and Flea, who ran the bank after I stopped having time to do the day-to-day duties associated with it. I know my previous rant won't do any good, and people will probably think I'm just throwing a hissy fit. But I wanted to get it off my chest so I COULD leave. I have better things to do with my life, but I really enjoyed my 3+ years on Gaia. So, sorry to all of you who were looking forward to my Slinky Systems shop developing new stuff, because obviously I can't maintain it anymore. Who knows, maybe I'll join some Gaia knock off, but I doubt it. Anyway, that's enough from me, and I really should stop typing so I can start leaving. Adios!
OLD ABOUT SECTION: I am the owner and founder of the Reserve Bank of Gaia and a dedicated moderator. The forum I'm most familiar with is the Chatterbox, but I'll try to answer any question you might have!
I'm currently on break, so please don't PM me with moderating issues since I currently cannot help you! Please always remember to find an online, active moderator to ask questions of.
I like decorating my house and my avatar when I have the gold, so any comments are appreciated. I write PHP and draw for a hobby, and I'm currently enrolled full time at a community college. I love reading and playing video games, and my favorite genre is fantasy.
I am currently only accepting friend requests from people I know very well, so if I decline your request, it's nothing personal! I just like to keep my friends list clean.
Kitsuta · Sun Sep 07, 2008 @ 01:54am · 0 Comments |
|
|
|
|
Notes for Debit Card Systems |
|
|
|
|
|
|
SYSTEM 1 - TIE IN
This debit card system needs to tie in with all customer databases.
I NEED - a way to get all databases under a single name/pass combo. - a way to access databases under another name/pass combo and server.
DB STRUCTURE (RBG DB)
debit name: Kitsuta purchase: 1000 shop: 1 time: 4/20/2007 00:00:00 complete: N (Y/N) cancel: N (Y/N) lock: N (Y/N) sent: N (Y/N)
shops id: 1 name: Sight Beyond trade (null) http://linktotradewithrightmule.com thread: http://linktothread.com include N (Y/N) (NOTE: 'N' for shops with an ordering system, 'Y' for shops without.)
All participating customer databases need the following fields added:
debit (default N) (ENUM: Y/N) SN (default null)
All participating customer order pages need the following fields added:
Debit Card? (the money will automatically be withdrawn from your RBG account). radio: Y radio: N RBG Security Number: input type="text"
Order pages need to check RBG security number/name before processing order successfully. Gold is then automatically withdrawn from the RBG account.
If the order is canceled, the gold will be added back into the account.
When the order is completed, a field is added into the debit table in the RBG database with the appropriate information.
SYSTEM 2 - STAND ALONE - DONE
DB STRUCTURE listed above.
Debit withdrawal pulls shops from the shop table in the RBG database to populate a selection. Customer selects the shop and enters in the correct amount and their Security Number. System auto-withdrawals the amount from their account and adds a field to the debit table in the RBG database.
Customer can modify or cancel unless the transaction is locked by the shop owner.
The shop owner locks the transaction when they confirm the debit withdrawal. They can unlock(cancel on their end) the withdrawal at any time. Once the transaction is locked, the customer can complete the transaction, at which point it will be displayed on the RBG admin page.
In order to ensure the customer confirms their order, a temporary fee is taken out of their account.
This money will be added back into their account when their order is completed or canceled.
When a customer cancels the transaction, the money is returned to their account. They can also modify the transaction and it will add/subtract money from their account accordingly.
Kitsuta · Mon Apr 16, 2007 @ 05:38am · 0 Comments |
|
|
|
|
Notes for "Breedables/Limiteds" System Development |
|
|
|
|
|
|
Flatsales need to be limited and expire when they reach 0(AND ALL ORDERS HAVE BEEN COMPLETED).
Breedables need to autoupdate depending on how much time has passed - correct image needs to load from database.
Need to be able to limit customers to 1 pet per name.
Order page must generate a "Sold Out" message when itemquantity reaches 0.
URL CHANGING
Need to create short URL for .php file that autoupdates like the main page.
DB STRUCTURE
1 table for breedables to buy.
1 table for breedables bought.
1 table for customer orders.
SAMPLE DB
items itemname: Purple Pet itemprice: 3000 itemquantity: 5 (NOTE: Use special character for unlimited items.) starttime: 2007-05-01 00:00:00 (NOTE: Need to figure out timezone MySQL uses and adjust code accordingly.)
orders name: Kitsuta item: Purple Pet owner: Kitasu subtotal: 3000 time: 2007-05-01 01:00:00
breedables breedname: Purple Pet breedstage: 1 stages: 3 url1: http://1.jpg url2: http://2.jpg url3: http://3.jpg
Kitsuta · Sun Apr 15, 2007 @ 09:31pm · 0 Comments |
|
|
|
|
Notes for Building System Development |
|
|
|
|
|
|
DB Structure--
1 table per item category(head, hat, etc).
1 table for customer order details.
1 table for customer order items.
Sample DB-- Base id: 1 preview: http://image.jpg itemprice: 500 gender: N (ENUM: F/M/N) special: N (ENUM: Y/N) override: null (SET: Base, Head)
Head id: 1 preview: http://image.jpg itemprice: 500 gender: N (ENUM: F/M/N) special: N (ENUM: Y/N) override: null (SET: Base, Head)
orders name: Kitsuta item: 1 subtotal: 1000 time: 2007-4-15 00:00:00 complete: N (ENUM: Y/N) cancel: N (ENUM: Y/N)
items id: 1 name: Kitsuta's Chibi Base: 1 Head: 1
ITEM UPDATING with item previewing requires a longtext field in the item table to accommodate URL of item to be previewed.
WHEN BUILDING ITEM PREVIEW PULL THESE VALUES FROM THE DB.
Kitsuta · Sat Apr 14, 2007 @ 06:04pm · 0 Comments |
|
|
|
|
|
|
Whoohoo for not updating in forever!
Uh.. I went to Otakon. That's right, you heard me punks! domokun
RBG was banned, blah blah blah, still waiting for it to be unbanned. Sheesh. neutral
That's it. Bye now!
Kitsuta · Sun Oct 01, 2006 @ 04:16am · 1 Comments |
|
|
|
|
|
|
OMG!
Reinstated as moderator and new profiles!
*heart attacks*
Kitsuta · Thu Jul 13, 2006 @ 04:53am · 1 Comments |
|
|
|
|
|
|
Tomorrow is Animazement! Whee! domokun
So, I'll be gone for teh weekend. I'll be at Artist's Alley most of the time, so look for the girl with the blue boot cast! domokun
Kitsuta · Fri May 26, 2006 @ 03:07am · 0 Comments |
|
|
|
|
|