Jump to content

All posts.


Recommended Posts

Here you go. You just need to manually search your posts by author, shows up to 40 pages :wink:

RIP Michaelangelopolous

u can control my tip it account, but youll never control how fine i am!

This is by FAR my favorite song:

 

I love N_odie and would never edit his posts! I love Rainy_Day too <3 And also Cowman_133. <33 Oh, and Laikrob is a going to hunt me down and kill me like a pest kangaroo if I reveal how awesome she is. I owe tripsis skittles. DarkDude feels like he's missing out. This is my siggy! - n_odie Rainy_Day MINE! - n_odie Rainy_Day And meol shouldn't feel left out. Oh, and Y_Guy is a noob awesome

 

Link to comment
Share on other sites

I tried that. I went from September 10, 2006 til May 17, 2010, and it still only went to 40 pages (around April 18, 2009 is the last one it shows).

~ Proud Father ~ Proud (Currently Deployed) Army National Guardsmen ~ Proud Lakota ~ Retired Tip.It Crew ~
 

Link to comment
Share on other sites

I tried that. I went from September 10, 2006 til May 17, 2010, and it still only went to 40 pages (around April 18, 2009 is the last one it shows).

Then perhaps try from September 10, 2006 to 18 April, 2009? :)

Posted Image

 

- 99 fletching | 99 thieving | 99 construction | 99 herblore | 99 smithing | 99 woodcutting -

- 99 runecrafting - 99 prayer - 125 combat - 95 farming -

- Blog - DeviantART - Book Reviews & Blog

Link to comment
Share on other sites

I tried that. I went from September 10, 2006 til May 17, 2010, and it still only went to 40 pages (around April 18, 2009 is the last one it shows).

Then perhaps try from September 10, 2006 to 18 April, 2009? :)

 

It came up with no results.

~ Proud Father ~ Proud (Currently Deployed) Army National Guardsmen ~ Proud Lakota ~ Retired Tip.It Crew ~
 

Link to comment
Share on other sites

Eh the search function on these boards (and the phpbb ones as well) has always been less than ideal. The most comprehensive way to get all the posts would be just do do a select statement from the database, but obviously this is out of the question for forum software because of the massive amount of posts. There may be search feature improvements with the new version of IPB, perhaps an admin would know about that.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

I'm not entirely sure this would work, but why not try setting the date search to [month], 2004 - [month] 2007? Or something along those lines.

Unfinished netherrack symbol of Khorne.

 

Never forget. ~creeper face w/single tear~

 

DO YOU HEAR THE VOICES TOO?!?!

Link to comment
Share on other sites

It's not that easy. The number 40 may well be defined so that the the function doesn't slow down the server; search features of all kinds tend to have a high memory footprint especially with a database as large as the one for this forum.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

The posts are saved in a database. Let me give you an overview of how it works.

 

A database is a collection of tables that hold information. The table where posts are stored is called the "posts" table or something similar. We'll look at that.

 

This "posts" table would have a few fields: Probably "poster name" "post date" and "post text". So this post I'm making right now would read something like "y_guy_4_life", "2010/05/20 13:51", "text I've posted".

Ordinarily, it is easy enough to tell the database: "give me every entry in the posts table that has "hextriplet" as the "poster name". However, the posts table for this forum has over 4 million entries. It would take a huge amount of time for the server to check the database and return all of that, at the same time having to provide all types of other forum services. This is why the search feature has been limited, and probably doesn't even use a database statement of that type.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

A limit has been imposed, the search feature available to the users has been restricted. I don't know what you want here.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

Unfortunately, that's life.

 

The queries to the database already have a time limit, it's probably about 2 milliseconds. Any query that will take longer than that just won't happen.

 

As Mil said, IPB 3.1 has a search feature overhaul. Perhaps then you will get the results you want.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.