[ x vote for us to earn $800 each day ]

49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 |

working on chat / update

The tool I've been working on now is minimally finished.
It really needs another revision, but at this point its working enough that I can use it for all the items changes.

So rather than continuing to beat that dead horse, I'm going to do some bug fixes and improvements.

First off is chat.
I'll try to do the following:
1/ add player ID
2/ have quick links to profile, and 'mail' this user'

this may be a work in progress. I old side bar chat is sort of limited on space, as is the window for mobile.

IF YOU HAVE ANY SUGGESTIONS ON CHAT PLEASE PLEASE PLEASE CONTACT ME OR BOBBIE OR POT IN COMMENTS ETC :)

I'll work to improve it as much as possible


Posted by Sin Vraal (#18687) on Sep 06, 2023

View All Replies

update

all of the plumbing on the new code is working in a fashion that I am satisfied with now

I am in the process of cleanup and testing. will work on solution for new lostpassword script in a bit to return it to working order Posted by Sin Vraal (#18687) on Aug 26, 2023

Comments | View All Replies


Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 479

Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 480
Sin Vraal

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500
I've got all the major parts of the system working now.

I'm in the process of finishing a test rig for it, and polishing the interface to use it

its very powerful now and I'm very satisfied with ti so far
Posted on 09-2-2023 at 8:40 AM

Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 479

Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 480
Sin Vraal

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500
At this point, the tool operates in basic fashion. I need to finish composite sql operations and it will be ready for use.

Ie : “item->equipped = true ;“ knows to run updates on table 1, inserts into table 2 and writes a log to table 3.

This isn’t difficult to do if writing a library specifically for items. Writing it in a generic fashion, and being able to use that same library for all tables in website and then changing the table definitions on backend live, is another :)

That’s basically only thing that remains
Posted on 08-31-2023 at 11:54 AM

Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 479

Warning: Use of undefined constant displayname - assumed 'displayname' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 480
Sin Vraal

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500

Warning: Use of undefined constant comment - assumed 'comment' (this will throw an Error in a future version of PHP) in /home/alacrity/test.alacritysim.com/public_html/pages/news.php on line 500
all the major hurdles are out of the way now. I worked out the final confusion in the system today.

there are two levels to the new tool,

Entities (the top level, IE a group of tables that comprise some object in the game, like an item)
components (invididual tables that collectively form an object)

components should now be clean and properly working. now I have to back out the changes I made within the entity software to monkey wrench components to work.

its looking very good now.
Posted on 08-29-2023 at 5:47 AM

login issues

someone appears to have hit our site with a bot to reset peoples passwords.

the script itself looks secure, although it does do things in a dumb way.

I'm going to disable password resets for a little while until I redesign the system.

if you need a reset, you can create a guest account and request a reset by asking in chat or contacting support.

wont be for that long, but if your having issues, that may be why Posted by Sin Vraal (#18687) on Aug 25, 2023

View All Replies