Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
bad problem - total post count of member is wrong Details »»
bad problem - total post count of member is wrong
Version: , by thakikka thakikka is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 12-27-2002 Last Update: Never Installs: 0
 
No support by the author.

Sorry, my english is kinda bad, so I first post my problem in german and translate it afterwards

[GERMAN]
Hallo,
ich hatte vom UBB auf das VB gewechselt. Beim Importieren schien auch alles geklappt zu haben, aber vor ein paar Tagen machte mich ein Mitglied darauf aufmerksam, dass etliche Beitr?ge von ihr in ihrer Gesamtbeitragszahl verschwunden sind.
Ich habe daraufhin nach allen Beitr?gen von dem Mitglied gesucht und die Suche endete im Juli 2002.
Ich habe allerdings auch folgenden Beitrag aus dem Jahr 2000 gefunden: http://forum.ksgemeinde.de/showthread.php?threadid=2061
( Es geht ?brigens speziell um das Mitglied "Claudy&Joey". )
Sie ist in diesem Thema als "Guest" bezeichnet, aber wurde nie gel?scht oder sonstiges.
In einem Thema ab Juli 2002 ( z.B. http://forum.ksgemeinde.de/showthrea...threadid=20132 ) ist sie allerdings wieder normales Mitglied, jedoch nur mit 660 Beitr?gen, was einfach nicht stimmen kann.
Ich habe s?mtliche Counter schon durchlaufen lassen, sogar den Search Index komplett neu erstellen lassen, aber die Beitragszahl bleibt einfach bei dieser niedrigen Zahl und Beitr?gen bis Juli 2002 stehen.
Was tun? Betrifft auch andere Mitglieder und ist nat?rlich ?rgerlich, da es das Gesamtergebnis verf?lscht..
Danke f?r eure Hilfe und
freundliche Gr??e,
Sebastian
[/GERMAN]

I had a UBB and imported to VB. When i imported everything seems to work correctly, but some days ago a member told me, that most of her posts are somehow gone/deleted.

I searched for all posts made by this member and the search ended in Juli 2002.

But there are posts made in the year 2002, e.g. this one: http://forum.ksgemeinde.de/showthread.php?threadid=2061

( the member with this problem is "Claudy&Joey" )

She is shown as "Guest" in this post, but she never got deleted or something else.

In a thread made since Juli 2002 ( e.g. http://forum.ksgemeinde.de/showthrea...threadid=20132 ) she is a normal member, but with something around 660 posts - that must be wrong.

I did all the counter updates in the admin panel, I rebuilded the search index but the total post count stays the same and stops at Juli 2002.

What's wrong? This problem occurs also to other members.

Thanks in advance,

Sebastian

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 12-27-2002, 01:32 PM
DrkFusion's Avatar
DrkFusion DrkFusion is offline
 
Join Date: Nov 2001
Posts: 1,926
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, this is the lounge, the forum for off-topic discussions, maybe if you would post this in one of the support forums above, you would get a better audience that will help you, rather than in the off-topic discussions forum.
Reply With Quote
  #3  
Old 12-28-2002, 09:13 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'll answer in german

Zuerstmal www.vbulletin-germany.com wird dir mehr helfen, da spricht man deutsch
Insgesamt kann ich nur sagen, es sieht aus, als h?tte dein konverter bei den posts versagt und keinen Besitzer eingetragen, nur den Namen ?bernommen, du kannst es mit SQL befehlen versuchen, wenns nur wenige user betrifft, oder ein kleines script schreiben.
ich geb dir mal ein kleines script:

open admin/misc.php

find:
PHP Code:
  $users=$DB_site->query("SELECT userid
                          FROM user
                          WHERE userid>=
$startat AND
                                userid<
$finishat
                          ORDER BY userid DESC"
);
  while (
$user=$DB_site->fetch_array($users)) {
    
$userid $user['userid']; 
and replace with:
PHP Code:
  $users=$DB_site->query("SELECT userid, username
                          FROM user
                          WHERE userid>=
$startat AND
                                userid<
$finishat
                          ORDER BY userid DESC"
);
  while (
$user=$DB_site->fetch_array($users)) {
    
$userid $user['userid'];
    
$DB_site->query("UPDATE post SET userid=$userid WHERE username='".addslashes($user['username'])."' AND userid=0"); 
now upload the file and run update postcounters in your ACP and it should work.

lad die datei hoch, und dann lass die postcounter im ACP nochmal aktualisieren und es sollte gehn, kann dir aber keine garantie geben

achja, und nciht zuviele user gleichzeitig machen, weil sonst ein timout kommt
Reply With Quote
  #4  
Old 12-28-2002, 11:23 PM
thakikka thakikka is offline
 
Join Date: Dec 2002
Location: Germany
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo Stefan,

vielen Dank! Gestern Nacht hat sich Pogo vom VBulletin Germany Team schon versucht, dem Problem anzunehmen.

Wir konnten "Claudy&Joey" auch fixen mit dem "userid=0"-Problem, wie von Dir oben auch beschrieben.

Wie Du aber in dem Mecker-Thema ( http://forum.ksgemeinde.de/showthrea...threadid=20101 ) sehen kannst, gibt's leider auch noch eine Menge anderer User, die ebenfalls ?ber pl?tzlich verschwundene Beitr?ge klagen..

Diese werden allerdings bei der Datenbankabfrage, welche Beitr?ge mit userid=0 mit welchem Benutzernamen vorhanden sind, nicht angezeigt. Claudy&Joey wurde dort noch mit aufgez?hlt bevor wir sie "repariert" haben, kann also bei den anderen Betroffenen nicht das gleiche Problem sein.

F?llt Dir noch was ein?

Seltsam ist z.B. auch, dass beim vbStats-Hack der User "Wolf II" mit ?ber 3000 Beitr?gen angezeigt wird bei den Top Postern. Er hat jedoch im Profil nur knapp unter 2000.

Zun?chst dachten wir, es liegt daran, dass in dem Forum "Witze" Beitr?ge nicht mitgez?hlt werden bei den Usern. Dort hat er aber laut Suche nur 842 Beitr?ge geschrieben, so dass wir aber immer noch nicht auf die unter vbStats angegebenen ?ber 3000 Beitr?ge kommen..

Seltsam, oder?

Danke im voraus und
Gr??e aus dem Norden,

Sebastian
Reply With Quote
  #5  
Old 12-30-2002, 10:48 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, vbStats ignoriert soweit ich weis die einstellung posts nicht z?hlen v?llig, vielleicht habt ihrs noch woanders das eingestellt

Zum anderen: Wenn der Username bei den Posts mit userid=0 nicht auftaucht kannste leider nicht mehr viel machen, da hat einfach der konverter mist gebaut, ist aber nicht mehr zu ?ndern, da in der DB die n?tigen infos jetzt einfach fehlen
Reply With Quote
  #6  
Old 09-01-2003, 07:21 AM
Catch-22|BL Catch-22|BL is offline
 
Join Date: Aug 2003
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

We might be having the same problem. I have searched for a long time and hope I am posting in an appropriate place. This is a very friendly and helpful site.

Background:
Our site upgraded from UBB4 to UBB5 in November 2001

Then our site converted from UBB5 to vb2.2.9 in March 2003

Problem: All of the posts from pre-November 2001 now show the poster as a "Guest" and not a registered member. When people search a username, these posts are not displayed in the results.

Our post numbers are accurate because we did not reset the counters. But it would be nice if the old posts where searchable by username and the posters had their proper title.

Is there a way to reclaim these lost posts? Xenon's comments seem relevant but I do not speak German. Can anyone give advice on how to fix this problem? Thanks in advance for any comments.

Reply With Quote
  #7  
Old 09-01-2003, 11:18 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've translated the neccesary parts in the post above
Reply With Quote
  #8  
Old 09-02-2003, 01:07 PM
Catch-22|BL Catch-22|BL is offline
 
Join Date: Aug 2003
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for your help, Xenon!

275,000 "lost" posts have been reclaimed and people are happy.
Reply With Quote
  #9  
Old 09-02-2003, 06:14 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



glad to hear that

you're welcome
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 09:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07524 seconds
  • Memory Usage 2,296KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete