Go Back  DVD Talk Forum > Feedback > Forum Feedback and Support
Reload this Page >

Easter Egg Database not working?

Community
Search
Forum Feedback and Support Post forum feedback and related problems, here.

Easter Egg Database not working?

Thread Tools
 
Search this Thread
 
Old 06-27-20, 03:35 PM
  #1  
DVD Talk Gold Edition
Thread Starter
 
Join Date: Jul 2002
Location: Hawkeye Country
Posts: 2,489
Received 3 Likes on 3 Posts
Easter Egg Database not working?

I can get to the DVDTalk Easter Egg page here:
https://www.dvdtalk.com/eggs/index.php

But the search doesn't work, or if I click on any individual title, it doesn't take me to the page with the description of the easter egg, it just brings me back to the main easter egg page.

Is this a known issue or any chance of being resolved?
Old 06-29-20, 09:32 AM
  #2  
Administrator
 
Join Date: Sep 2015
Posts: 3,024
Received 1,069 Likes on 622 Posts
Re: Easter Egg Database not working?

No chance of being resolved. But I should be able to remove the link from the menu to prevent future dead-end navigation.
Old 06-29-20, 11:24 AM
  #3  
DVD Talk Gold Edition
Thread Starter
 
Join Date: Jul 2002
Location: Hawkeye Country
Posts: 2,489
Received 3 Likes on 3 Posts
Re: Easter Egg Database not working?

Originally Posted by IBJoel
No chance of being resolved. But I should be able to remove the link from the menu to prevent future dead-end navigation.
Ahh darn I wasn't expecting that. If I may ask, what happened?
Old 06-29-20, 11:37 AM
  #4  
DVD Talk Reviewer/ Admin
 
Adam Tyner's Avatar
 
Join Date: Sep 1999
Location: Greenville, South Cackalack
Posts: 28,853
Received 1,891 Likes on 1,242 Posts
Re: Easter Egg Database not working?

Originally Posted by Numes
Ahh darn I wasn't expecting that. If I may ask, what happened?
It was coded a million years ago (and not very well). When some other updates on the server were made, this incredibly old code wouldn't recognize the ID in the URLs anymore. So even though you clicked on:
Code:
https://www.dvdtalk.com/eggs/read.php?ID=1876
...it acted as if you'd punched in:
Code:
https://www.dvdtalk.com/eggs/read.php
...and, not seeing an ID, it'd redirect you to the landing page. The fix is easy -- just replacing references to $ID in the code to $_REQUEST["ID"] or $_GET["ID"] -- but since that section has been abandoned for a decade, it's probably best to leave the lights off.
Old 06-30-20, 06:42 PM
  #5  
DVD Talk Hall of Fame
 
Join Date: Feb 2000
Location: Sunny Hawaii
Posts: 8,132
Received 453 Likes on 311 Posts
Re: Easter Egg Database not working?

Originally Posted by IBJoel
No chance of being resolved.
Originally Posted by Adam Tyner
...and, not seeing an ID, it'd redirect you to the landing page. The fix is easy -- just replacing references to $ID in the code to $_REQUEST["ID"] or $_GET["ID"] -- but since that section has been abandoned for a decade, it's probably best to leave the lights off.
The database has historical easter egg information for 1018 titles. Information that is probably not available anywhere else now, as most other DVD news sources from this time period have disappeared into the Internet sands of time.

Can't you assign someone the 2 minutes it would take to go to index.php and read.php and do the find/replace Adam outlined above? Actually, the substitution is either what Adam said or probably $HTTP_GET_VARS["ID"] to $_GET["ID"]. I've had to implement the exact same fix to similarly ancient scripts, and it really is that easy to fix it.

Last edited by TheBang; 06-30-20 at 06:54 PM.
The following 2 users liked this post by TheBang:
Numes (06-30-20), Trevor (07-01-20)
Old 07-01-20, 09:21 AM
  #6  
Administrator
 
Join Date: Sep 2015
Posts: 3,024
Received 1,069 Likes on 622 Posts
Re: Easter Egg Database not working?

Considering how low of a priority this would be for our tech team, I'm sorry but it's just not going to get worked on for years. Or business team will simply tell tech flat out, "don't work on it".
Old 07-01-20, 02:55 PM
  #7  
DVD Talk Limited Edition
 
b2net's Avatar
 
Join Date: Sep 2007
Posts: 5,945
Received 133 Likes on 107 Posts
Re: Easter Egg Database not working?

This would be excellent information. Is there a way to extract it as a flat file so at least we could still have access to the information via text search?
Old 07-01-20, 09:57 PM
  #8  
DVD Talk Hall of Fame
 
Join Date: Feb 2000
Location: Sunny Hawaii
Posts: 8,132
Received 453 Likes on 311 Posts
Re: Easter Egg Database not working?

Originally Posted by IBJoel
But I should be able to remove the link from the menu to prevent future dead-end navigation.
Originally Posted by IBJoel
Considering how low of a priority this would be for our tech team, I'm sorry but it's just not going to get worked on for years.
Not trying to be contrarian here, but it would only take about 1 additional minute of work to fix the two files than the amount of time it would take to remove the link from the menu.

I know you're not a PHP coder, but it literally is just as simple a fix as Adam and I described. Maybe you can have a tech do an assessment on the files to confirm how much work it would take to fix it? They would probably just abort the assessment in the middle and say, "This is silly; I can just fix this right now" :%s/HTTP_GET_VARS/_GET/g :wq "There, done."

How about this proposal instead? Have tech download the 2 files from the server. Give them to Adam, and if he can find a couple spare minutes, he can implement the fixes and then give the files back to you to upload.

Originally Posted by IBJoel
Or business team will simply tell tech flat out, "don't work on it".
Because it doesn't have a direct bottom line effect? I mean, it's only your community, right? But if you want to talk $ and ¢, it is the 3rd Google search result for "DVD easter eggs"

Originally Posted by b2net
This would be excellent information. Is there a way to extract it as a flat file so at least we could still have access to the information via text search?
That would take significantly more time and effort than it would to just fix the scripts.
Old 07-02-20, 02:56 PM
  #9  
DVD Talk Limited Edition
 
IDrinkMolson's Avatar
 
Join Date: Mar 2004
Location: DE
Posts: 5,144
Received 874 Likes on 393 Posts
Re: Easter Egg Database not working?

As a workaround for now, you can always use the wayback machine.

https://web.archive.org/web/20150909...ad.php?ID=1875

Does anyone know the date this change broke things? The above snapshot is from 2015.
Old 07-06-20, 02:56 PM
  #10  
Administrator
 
Join Date: Sep 2015
Posts: 3,024
Received 1,069 Likes on 622 Posts
Re: Easter Egg Database not working?

A head's up: I did ask tech if they could just do the fix. We had a long weekend, though.
The following 2 users liked this post by IBJoel:
Numes (07-14-20), TheBang (07-06-20)
Old 07-13-20, 07:09 PM
  #11  
DVD Talk Hall of Fame
 
Join Date: Feb 2000
Location: Sunny Hawaii
Posts: 8,132
Received 453 Likes on 311 Posts
Re: Easter Egg Database not working?

Originally Posted by IBJoel
A head's up: I did ask tech if they could just do the fix. We had a long weekend, though.
Thanks, it looks like they partially fixed read.php. It works for the list of titles, for example:

https://www.dvdtalk.com/eggs/read.php?ID=1870

But it does not work for the featured titles across the top (the ones with the cover art displayed), with URL's like this:

https://www.dvdtalk.com/eggs/read.php?titleID=478

They also still need to fix index.php. This is so that the Search box works, and so that the pagination navigation at the bottom works.
Old 07-15-20, 09:14 AM
  #12  
Administrator
 
Join Date: Sep 2015
Posts: 3,024
Received 1,069 Likes on 622 Posts
Re: Easter Egg Database not working?

Originally Posted by TheBang
Thanks, it looks like they partially fixed read.php. It works for the list of titles, for example:

https://www.dvdtalk.com/eggs/read.php?ID=1870

But it does not work for the featured titles across the top (the ones with the cover art displayed), with URL's like this:

https://www.dvdtalk.com/eggs/read.php?titleID=478

They also still need to fix index.php. This is so that the Search box works, and so that the pagination navigation at the bottom works.
This is still being worked on and I also have to add that this is very low priority for our tech team, especially as we are launching updates on every site in our department. I will make sure it's not dropped, however. It just might take some time (once DVD Talk is updated, I can also likely say it's a "bug" from that and give it a little more priority).

EDIT: We actually expect almost no user-facing issues with this update, not to worry anyone.
The following users liked this post:
Numes (10-01-20)
Old 10-01-20, 06:17 AM
  #13  
DVD Talk Hall of Fame
 
Join Date: Feb 2000
Location: Sunny Hawaii
Posts: 8,132
Received 453 Likes on 311 Posts
Re: Easter Egg Database not working?

I just checked and noticed that the Easter Eggs section is fully working now. Looks like it got nice bit of code cleaning to go along with the rest of the site updates. Thanks for getting this one fixed, IBJoel!
The following users liked this post:
Numes (10-01-20)
Old 10-01-20, 09:25 AM
  #14  
DVD Talk Gold Edition
Thread Starter
 
Join Date: Jul 2002
Location: Hawkeye Country
Posts: 2,489
Received 3 Likes on 3 Posts
Re: Easter Egg Database not working?

Originally Posted by TheBang
I just checked and noticed that the Easter Eggs section is fully working now. Looks like it got nice bit of code cleaning to go along with the rest of the site updates. Thanks for getting this one fixed, IBJoel!
Excellent - Yes, thank you IBJoel!

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.