InvestorsHub Logo

Don

09/20/10 9:58 AM

#146077 RE: IH Geek [Meatloaf] #146075

Site response in the crapper this morning... Can we get a hand...?

Churak

09/20/10 10:06 AM

#146079 RE: IH Geek [Meatloaf] #146075

site hanging here also

Churak

09/20/10 10:07 AM

#146081 RE: IH Geek [Meatloaf] #146075

seems to be OK now

Stock

09/20/10 11:20 AM

#146083 RE: IH Geek [Meatloaf] #146075

Please don't put the icons on the consolidated favorites link.

http://investorshub.advfn.com/boards/favorites.aspx

Just on the "Favorite People" link.

Thanks for reading.

lucky, mydog

09/20/10 3:54 PM

#146091 RE: IH Geek [Meatloaf] #146075

why is my favorite posters list 3 times longer than it needs to be. that added icon thingy is not user friendly.

Tavycal

09/20/10 9:10 PM

#146097 RE: IH Geek [Meatloaf] #146075

weird. I just clicked on posts on a board in my favs and got a twitter box.

Tavycal

09/26/10 6:17 PM

#146455 RE: IH Geek [Meatloaf] #146075

I was searching a members post's by date ang got this.

System.NullReferenceException: Object reference not set to an instance of an object. at IHUtils.SearchGrammar.ConvertQuery(AstNode node, TermType type) in I:\Documents and Settings\John\My Documents\Visual Studio 2008\Projects\SearchGrammar\SearchGrammar\SearchGrammar.cs:line 86 at Boards_msgsearchbymember.Page_Load(Object sender, EventArgs e)

IRISHBULL

09/30/10 12:31 PM

#146656 RE: IH Geek [Meatloaf] #146075

I wrote some code to solve the post stream problem, thank me later!

long int SomeFunction();
/* int OtherFunction(); */

/* int */ CallingFunction()
{
if (test1 > 0)
test2 = 0;
else
test2 = OtherFunction();

return test2;
#include <stdio.h>

int main(void) Only let
6 symbols show up in
PostStream when peeps/peepets
post umpteen thousand freakin
symbols


long int test1;
register /* int */ test2;

test1 = SomeFunction();
{
printf("hello, world\n");
return 0;
/* x is an array OR a pointer. i is an integer. */

x = 1; /* equivalent to *(x + i) */
*(x + i) = 1;
*(i + x) = 1;
i[x] = 1; /* equivalent to *(i + x) */