Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 08-21-2018, 11:13 AM
Frug Frug is offline
Fire Giant

Frug's Avatar

Join Date: Feb 2014
Location: Suburbia Atlanta
Posts: 666
Default Auction Tracker - remove bad entries

"temporarily disabled" for.... months at least? Is this ever going to be re-instituted?

Tons of bad prices (3 for 3k) and ridiculous Kyndal-esque overpricing in a few items.
__________________
EQ Emulator population tracker - https://unixgeek.com/eqemu.html
Reply With Quote
  #2  
Old 08-21-2018, 01:29 PM
Bummey Bummey is offline
Fire Giant


Join Date: Oct 2014
Posts: 747
Default

To which auction tracker are you referring?
Reply With Quote
  #3  
Old 08-21-2018, 03:05 PM
Kavious Kavious is offline
Planar Protector


Join Date: Nov 2015
Posts: 1,305
Default

Probably means the Wiki. https://wiki.project1999.com/Special:AuctionTracker

You can see removing bad entries function is disabled here

And theres pages that look like this Wurm Scale Coat as an example
__________________
Kav
Last edited by Kavious; 08-21-2018 at 03:08 PM..
Reply With Quote
  #4  
Old 08-23-2018, 11:00 AM
Frug Frug is offline
Fire Giant

Frug's Avatar

Join Date: Feb 2014
Location: Suburbia Atlanta
Posts: 666
Default

Yes, thanks Kav.

Looking back at some of my logs, it seems the "3 meaning 3k" is because the auctioneer actually used "3K" in his message.

Seems the auction tracker could fix that. It's not too hard a regex.
__________________
EQ Emulator population tracker - https://unixgeek.com/eqemu.html
Reply With Quote
  #5  
Old 08-23-2018, 12:06 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Quote:
Originally Posted by Frug [You must be logged in to view images. Log in or Register.]
Seems the auction tracker could fix that. It's not too hard a regex.
Sadly, while the code for the auction tracker is available, it was: written in PHP (/rude), by someone who no longer plays here, and to fully understand it you also need to see the database tables (or at least the DB migration that created them), which no one but the staff has access to.

In other words, fixing anything in it is an incredibly difficult task, and I say this after having wasting hours trying to fix it to include Velious items [You must be logged in to view images. Log in or Register.] ...

... unless the staff decides to give a benevolent programmer like myself access to the wiki's DB [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.]
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
Last edited by loramin; 08-23-2018 at 12:11 PM..
Reply With Quote
  #6  
Old 08-23-2018, 02:52 PM
Frug Frug is offline
Fire Giant

Frug's Avatar

Join Date: Feb 2014
Location: Suburbia Atlanta
Posts: 666
Default

I'd be happy to fix it also. Programmer of many years, SQL fluent. No PHP though.
__________________
EQ Emulator population tracker - https://unixgeek.com/eqemu.html
Reply With Quote
  #7  
Old 08-23-2018, 05:26 PM
Baler Baler is offline
Planar Protector

Baler's Avatar

Join Date: Mar 2014
Posts: 9,520
Default

The wiki auction is wild wild west. abuse it.
__________________
P99 Wiki
No longer active, thank you for the years of fun.
No alt account and I do not post on the P99 forums.
Told this to Rogean, Nilbog & Menden.
Reply With Quote
  #8  
Old 08-23-2018, 07:53 PM
gredoo gredoo is offline
Scrawny Gnoll


Join Date: Jul 2018
Posts: 22
Default

Should just fork or use use http://ahungry.com/eqauctions then use that data to populate the wiki.

Quote:
Originally Posted by loramin [You must be logged in to view images. Log in or Register.]
... unless the staff decides to give a benevolent programmer like myself access to the wiki's DB [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.]
I can't see why (other than lack of time) it would be a big deal to provide a db dump or just the schema.
Reply With Quote
  #9  
Old 05-07-2019, 12:48 PM
Meulaar Meulaar is offline
Orc


Join Date: Mar 2017
Location: Bremerton, WA
Posts: 39
Exclamation *bump*

http://wiki.project1999.com/Special:...r/TRIMOUTLIERS

There are getting to be some ridiculous prices messing up the graphs. Can we get some programmers on this task? I volunteer. I'm a web and DB programmer.

If it has simply been deactivated, maybe there is commented out code that explains why that can be uncommented? In a perfect world...

One simply needs to look no further than the main landing page on the most active items to see that it's not functioning as intended.
Last edited by Meulaar; 05-07-2019 at 12:51 PM.. Reason: improvement
Reply With Quote
  #10  
Old 05-07-2019, 01:08 PM
loramin loramin is offline
Planar Protector

loramin's Avatar

Join Date: Jul 2013
Posts: 9,343
Default

Unfortunately there are just two options here: the wiki or the "make your own auction site" route.

As has been mentioned, the "make your own auction site" path is easier than it has ever been. Before no one even knew if such sites could sustain enough interest to be worthwhile. Now, with AHungry and (formerly) P99 Tunnel we know they can succeed, and on top of that (as was mentioned) there's even OSS code you can copy to get started. And whether you use that code or not, you can use any language you want.

But as far as the wiki goes, to change the auction tracker (even to just re-enable the price-fixing piece) you need the ability to install custom (PHP) extensions on the wiki. I know of only two people with that power: Rogean and Ravhin.

The source code for the existing extension is freely available: http://wiki.project1999.com/utils/wikiUtils.php. That's not the problem; the problem is ... well it's three-part:
  1. someone needs to determine what the correct "fix" is (eg. re-enable price fixing, re-enable only for admins, implement some sort of voting scheme, etc.)
  2. someone needs to write the PHP code to implement that fix
  3. someone has to convince a wiki server admin (Rogean or Ravhin) to install that extension

I'd love to help with this, but I sort of despise PHP, plus I've begged both Rogean and Ravhin for enough wiki improvements already. But I'd love to see someone else (who can tolerate PHP) take up the torch [You must be logged in to view images. Log in or Register.]
__________________

Loramin Frostseer, Oracle of the Tribunal <Anonymous> and Fan of the "Where To Go For XP/For Treasure?" Guides
Anyone can improve the wiki! If you are new to the Blue server, you can improve the wiki to earn a "welcome package" of up to 2k+ platinum! Message me for details.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:20 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.