Poll

Do I need to need to place the adult movie reviews in a different thread?

Yes, in the marathon area
0 (0%)
Yes, in the shadow zone
1 (16.7%)
No, it isn't a problem
5 (83.3%)

Total Members Voted: 2

Voting closed: March 22, 2009, 05:15:07 AM

Author Topic: Concerning my marathon topic  (Read 8548 times)

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: Concerning my marathon topic
« Reply #30 on: April 11, 2009, 04:25:37 AM »
I just got an empty review on the front page
Just get one tonight, but the boss his on vacation. This is the first time since you've change the script that I see one.

Najemikon

  • Guest
Re: Concerning my marathon topic
« Reply #31 on: April 11, 2009, 12:40:09 PM »
That's one of Eric's according to the link below the space. I thought this was only caused by naughty reviews?  :laugh:

Touti

  • Guest
Re: Concerning my marathon topic
« Reply #32 on: April 11, 2009, 03:08:04 PM »
That's one of Eric's according to the link below the space. I thought this was only caused by naughty reviews?  :laugh:

Bad ones too apparently  :-[

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Concerning my marathon topic
« Reply #33 on: April 12, 2009, 12:26:31 PM »
Seems to be a glitch in the review selection code, I've seen it too, but am too lazy to debug it ;)
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Concerning my marathon topic
« Reply #34 on: April 17, 2009, 08:43:01 AM »
DJ Doena: Splitted into seperate postings
That didn't explain why I've seen you posting in the # - section  :whistle:

 :tease:
I had to correct some of your links.  :tease:

No, seriously. Yesterday I wrote an small program that parses all the links and puts them in a seperate database table (just as Eric had done it in the beginning). And my program noticed some duplicate links that were supposed to lead to different reviews.

Now that I have the program and the table I can update it whenever you update the lists. This will make the PHP script that selects a random review way more easy and less buggy.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Najemikon

  • Guest
Re: Concerning my marathon topic
« Reply #35 on: April 17, 2009, 12:38:22 PM »

I had to correct some of your links.  :tease:

The new manager's throwing his weight around, eh, Jimmy?  :devil:

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: Concerning my marathon topic
« Reply #36 on: April 17, 2009, 05:42:37 PM »
Now that I have the program and the table I can update it whenever you update the lists. This will make the PHP script that selects a random review way more easy and less buggy.
Any chance that you can use this to make a ranking of the reviews contributor like Eric did at the beginning of the list?

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Concerning my marathon topic
« Reply #37 on: April 17, 2009, 06:08:57 PM »
Now that I have the program and the table I can update it whenever you update the lists. This will make the PHP script that selects a random review way more easy and less buggy.
Any chance that you can use this to make a ranking of the reviews contributor like Eric did at the beginning of the list?
What do you mean by this?

Something like this?

570addicted2dvd
224Jimmy
208Tom
149Rich
95Jon
85DJ Doena
80richierich
65Dragonfire
54RossRoy
50Eric
17goodguy
8James
7DVDsRGreat
4Kathy
1Achim
1Peter von Frosta
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: Concerning my marathon topic
« Reply #38 on: April 17, 2009, 06:11:41 PM »
Exactly :thumbup:
But with a better look :laugh:

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Concerning my marathon topic
« Reply #39 on: April 17, 2009, 06:30:17 PM »
The new randomized review generator is now online and the code is way more easy.

What I basically did was writing a .NET program that accesses the MySQL database and queries all the postings in the review forum. Then it parses all the lines in the postings for a typical review entry. Then it parses that one and writes the data into another MySQL table.

In the end it looks like this:

topicid    messageid    number    User    Title
5036    83527    0    Rich    ...and justice for all
4159    81314    1    Jon    [.REC]
5036    83526    2    Rich    *batteries not included
741    72035    3    RossRoy    The 6th Day
451    66164    4    addicted2dvd    13 Ghosts
5086    82905    5    addicted2dvd    13 Going on 30
5081    82711    6    Dragonfire    101 Dalmatians
5154    84284    7    Dragonfire    102 Dalmatians
726    70239    8    addicted2dvd    1408
5062    82645    9    Jimmy    2LDK
...
5036     83404     1575     Rich     Zulu Dawn

And from there I simply select a random post and display it.

The only real problem was Jon's [.REC] movie because it screwed up my regular expression:yellowcard: ;)

« Last Edit: April 17, 2009, 06:37:11 PM by DJ Doena »
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


richierich

  • Guest
Re: Concerning my marathon topic
« Reply #40 on: April 17, 2009, 08:50:21 PM »
Now that I have the program and the table I can update it whenever you update the lists. This will make the PHP script that selects a random review way more easy and less buggy.
Any chance that you can use this to make a ranking of the reviews contributor like Eric did at the beginning of the list?
What do you mean by this?

Something like this?

570addicted2dvd
224Jimmy
208Tom
149Rich
95Jon
85DJ Doena
80richierich
65Dragonfire
54RossRoy
50Eric
17goodguy
8James
7DVDsRGreat
4Kathy
1Achim
1Peter von Frosta

I'm so good - I made the list twice   :P

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: Concerning my marathon topic
« Reply #41 on: April 17, 2009, 09:08:14 PM »
That's for changing your nick.  :P

You can ask Jimmy whether he's willing to change all the 80 entries in his lists.  ;)
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Najemikon

  • Guest
Re: Concerning my marathon topic
« Reply #42 on: April 17, 2009, 09:34:19 PM »
Achim? 1? Is that right? ???

Offline Jimmy

  • Mega Heavy Poster
  • *******
  • Posts: 6756
  • Country: ca
  • Yes this is me...
    • View Profile
Re: Concerning my marathon topic
« Reply #43 on: April 17, 2009, 10:09:16 PM »
I'm so good - I made the list twice   :P
Look at the number this is you Around the World marathon. I will try to remember to change the name for my next update.
Achim? 1? Is that right? ???
It's his review of The Girl who Leaped Through Time (or something like this :hmmmm:).

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: Concerning my marathon topic
« Reply #44 on: April 20, 2009, 08:29:52 AM »
I made several review-like posts, where I comment on a film in more than one paragraph. But I actually may have done one full-blown review, with cover image and all...