Page 7 of 9 FirstFirst ... 456789 LastLast
Results 61 to 70 of 87

Thread: Should I Kill Myself?

  1. #61
    bigboab's Avatar Poster BT Rep: +1
    Join Date
    Jul 2003
    Posts
    29,619
    Originally posted by Lamsey+22 December 2003 - 01:41--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Lamsey @ 22 December 2003 - 01:41)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-bigboab@22 December 2003 - 00:40
    Balamm does a Moderator have access to scripts?
    No, they don&#39;t. they can probably view the source of those they have access to, but that&#39;s all. [/b][/quote]
    Well what I was try to find out Liam is if you had access to a script. I was going to ask you to post one. I think that you will find that nowhere in that script will you find the posters name, unless he specifically printed it in the post. All you would find is his record variable. This is why big businesses keep their user records separate from their main database. That way if you access the main database you do not know who is being referred to, because all you see is a variable reference.
    The best way to keep a secret:- Tell everyone not to tell anyone.

  2. Lounge   -   #62
    Originally posted by Lamsey@22 December 2003 - 01:32
    No, because the avatar link is a dynamic variable of the type you described. However, the username change doesn&#39;t work like that.

    Darker never specified exactly what it updates, but I assume it updates QUOTE tags to reflect the correct name. And it has to search every post.
    How horribly inefficient&#33; I thought the board stored the UserID with every post and not the actual name (In case you are wondering phpBB uses the more efficient way).

  3. Lounge   -   #63
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Originally posted by bigboab+22 December 2003 - 00:46--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (bigboab @ 22 December 2003 - 00:46)</td></tr><tr><td id='QUOTE'>
    Originally posted by Lamsey@22 December 2003 - 01:41
    <!--QuoteBegin-bigboab
    @22 December 2003 - 00:40
    Balamm does a Moderator have access to scripts?

    No, they don&#39;t. they can probably view the source of those they have access to, but that&#39;s all.
    Well what I was try to find out Liam is if you had access to a script. I was going to ask you to post one. I think that you will find that nowhere in that script will you find the posters name, unless he specifically printed it in the post. All you would find is his record variable. This is why big businesses keep their user records separate from their main database. That way if you access the main database you do not know who is being referred to, because all you see is a variable reference. [/b][/quote]
    The updating of the variable is not the issue. That is done in milliseconds. However the text in each post has to be scanned and updated due to that change, as I specified above. The text of a username is explicitly embedded in a QUOTE tag. Try it.

    As I said if you want more details than I can provide feel free to ask 7thElement.

  4. Lounge   -   #64
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Originally posted by ThePlasticSurgeon+22 December 2003 - 00:49--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (ThePlasticSurgeon @ 22 December 2003 - 00:49)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Lamsey@22 December 2003 - 01:32
    No, because the avatar link is a dynamic variable of the type you described. However, the username change doesn&#39;t work like that.

    Darker never specified exactly what it updates, but I assume it updates QUOTE tags to reflect the correct name. And it has to search every post.
    How horribly inefficient&#33; I thought the board stored the UserID with every post and not the actual name (In case you are wondering phpBB uses the more efficient way). [/b][/quote]
    Which is why we were considering a migration. IPB is just not designed for large-scale boards. Many of the moderation functions are poorly designed for large databases.

  5. Lounge   -   #65
    Knowledge is Power
    Join Date
    Dec 2002
    Posts
    633
    But the change is done as requested... not on the spot... when you change a name it doesn&#39;t go changing the name on all the posts made by that user, it just applies the name for x user that is on the database when a specific topic is requested.

  6. Lounge   -   #66
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Originally posted by Nimdock@22 December 2003 - 00:55
    But the change is done as requested... not on the spot... when you change a name it doesn&#39;t go changing the name on all the posts made by that user, it just applies the name for x user that is on the database when a specific topic is requested.
    As I said, I don&#39;t know the particulars. I assume that it is the QUOTE tags which are updated for the reasons detailed above.

    If you would continue to dispute what was originally posted here by Darker, then feel free to PM 7thElement and ask him - he has worked closely with Darker and will know about the issue.

  7. Lounge   -   #67
    bigboab's Avatar Poster BT Rep: +1
    Join Date
    Jul 2003
    Posts
    29,619
    I am sorry Liam. In that case all the lecturers that I know and including myself have been issuing wrong information to students about the use of variables. For this I humbly apologize to all my former students, some of whom are now lecturers themselves, for misleading them. I will now take no further part in this as apparantly I am wrong.
    The best way to keep a secret:- Tell everyone not to tell anyone.

  8. Lounge   -   #68
    Poster
    Join Date
    Mar 2003
    Posts
    3,582
    This is a copy of the admin/moderator functions. Obviously not much use without the cgi scripts but it shows how hidden everything is.

    If you copy the source from your own page and post it into dreamweaver, frontpage, or notepad, you&#39;ll see it&#39;s all done by msg ID and member #.

    Code:
    &#60;&#33;DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34;
    &#34;http&#58;//www.w3.org/TR/html4/loose.dtd&#34;&#62;
    &#60;html&#62;
    &#60;head&#62;
    &#60;title&#62;Untitled Document&#60;/title&#62;
    &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#62;
    &#60;/head&#62;
    
    &#60;body&#62;&#60;div align=&#39;left&#39; style=&#39;float&#58;left;width&#58;auto&#39;&#62;
    	&#60;form method=&#39;POST&#39; style=&#39;display&#58;inline&#39; name=&#39;modform&#39; action=&#39;http&#58;//s89291739.onlinehome.us/forum/index.php?&#39;&#62;
    	&#60;input type=&#39;hidden&#39; name=&#39;t&#39; value=&#39;35&#39; /&#62;
    	&#60;input type=&#39;hidden&#39; name=&#39;f&#39; value=&#39;10&#39; /&#62;
    	&#60;input type=&#39;hidden&#39; name=&#39;st&#39; value=&#39;&#39; /&#62;
    	&#60;input type=&#39;hidden&#39; name=&#39;auth_key&#39; value=&#39;8b622c74f23f8c941bc625b855a7f0b2&#39; /&#62;
    	&#60;input type=&#39;hidden&#39; name=&#39;act&#39; value=&#39;Mod&#39; /&#62;
    	&#60;select name=&#39;CODE&#39; class=&#39;forminput&#39; style=&#34;font-weight&#58;bold;color&#58;red&#34;&#62;
    	&#60;option value=&#39;-1&#39; style=&#39;color&#58;black&#39;&#62;Moderation Options&#60;/option&#62;
    	&#60;option value=&#39;02&#39;&#62;Move this topic&#60;/option&#62;&#60;option value=&#39;00&#39;&#62;Close this topic&#60;/option&#62;&#60;option value=&#39;03&#39;&#62;Delete this topic&#60;/option&#62;&#60;option value=&#39;05&#39;&#62;Edit Topic Title&#60;/option&#62;&#60;option value=&#39;15&#39;&#62;Pin this Topic&#60;/option&#62;&#60;option value=&#39;30&#39;&#62;Unsubscribe all from topic&#60;/option&#62;&#60;option value=&#39;60&#39;&#62;Merge Topic&#60;/option&#62;&#60;option value=&#39;50&#39;&#62;Split Topic&#60;/option&#62;&#60;option value=&#39;90&#39;&#62;View Topic History &#40;Admin Option&#41;&#60;/option&#62;
    	&#60;/select&#62;&nbsp;&#60;input type=&#39;submit&#39; value=&#39;Go&#39; class=&#39;forminput&#39; /&#62;&#60;/form&#62;
     &nbsp;&#60;/div&#62;
    &#60;/body&#62;
    &#60;/html&#62;

  9. Lounge   -   #69
    Ex-member
    Join Date
    Jan 2003
    Posts
    5,450
    Originally posted by bigboab@22 December 2003 - 01:00
    I am sorry Liam. In that case all the lecturers that I know and including myself have been issuing wrong information to students about the use of variables. For this I humbly apologize to all my former students, some of whom are now lecturers themselves, for misleading them. &nbsp; I will now take no further part in this as apparantly I am wrong.
    Read what I said. The variables are not the issue. In the IPB system the posts on the board have to be scanned and updated to match the new variable value when a username is updated.

    I do not know exactly why this is, although my guess is that QUOTE tags (which are plain text, not a variable reference) have to be updated to refer to the new username.
    However that may be wrong. If you really want to know what the specific problem is, contact 7thElement; he should know, as I said above.

  10. Lounge   -   #70
    bigboab's Avatar Poster BT Rep: +1
    Join Date
    Jul 2003
    Posts
    29,619
    If that is the case the designers want to be put up against a wall and shot.

    I should have thought that a quote was a cross reference, just another variable.
    The best way to keep a secret:- Tell everyone not to tell anyone.

Page 7 of 9 FirstFirst ... 456789 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •