Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Archiv for vBulletin Details »»
Archiv for vBulletin
Version: 1.00, by Xenon Xenon is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 05-26-2002 Last Update: Never Installs: 38
 
No support by the author.

Ok, i have completed my Archivhack now

Hackversion: 3.00
Known Bugs: The permissionsystem doesn't work with php4.1.x
What it does:
It compresses a thread in the database, so it would take less space, but it cannot be posted in it anymore.
Zlib-functions must be installed on your server. Without this hack won't work

You can revert Archives to threads when you want it.
A small searchengine is also included.


Install it at your own risk!!!
It should work without problems, it has been tested very long, but you know Murphys Law..

A hint how to use it with PPN's thread description Hack is in the install file.

Thanx to Foxtroter for the help on english Templates.
The conversion can take a longer timespan, read this for optimization.

look at the screenies below

Show Your Support

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

Comments
  #62  
Old 09-20-2002, 03:26 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've released a new Version today: 2.00

It reduces the query ammount, is more customizable because it has more templates now, corrects a small bug and: Has a small build in searchengine.

For upgrades: run admin/install_archiv.php and klick on upgrade

a Note: The Searchengine just works with Archives converted by v2.00.
I'm thinking of a reindex Search Index function, but it's not finished(not started ) yet.

I think i'll work on this hack more again as i've done in the past
Reply With Quote
  #63  
Old 09-21-2002, 10:47 AM
Harley-1 Harley-1 is offline
 
Join Date: Apr 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo,

hab mal da update gemacht, nun werden keine Beiträge im Archiv mehr angezeigt. Ich bin so verfahren wie es im ersten Posting steht. Fehler gibts keine nur werden eben die Threads nicht angezeigt.

Nebenbei hatte ich ja gefragt ob es möglich sei alle Archive wieder mal komplett zurück zu konvertieren, da meintest Du ich sollte eine schleife einbauen. Nun bin ich ned gerade so der wissende in sachen phpcoding, kannst mir da mal einen Tip geben?
Reply With Quote
  #64  
Old 09-21-2002, 10:57 AM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

grr, hab vergessen was dazuzusagen ^^

For all: If you have upgrade to the newest version you have to revert your templates, because another code is used in the original ones.

Harley-1: das sollte dann wohl auch dein problem sein, einfach alle templates reverten und es sollte wieder gehn

zur schleife:
admin/archiv.php
finde
PHP Code:
if ($action=="dorevert") {

  
archivtothread($useid$useforumid$archivkill);
  echo 
"<p>Archiv reverted!</p>";

  
  
cpredirect("archiv.php?s=$session[sessionhash]&action=revert",1);



ersetze es mit:
PHP Code:
if ($action=="dorevert") {

  
$archives=$DB_site->query("SELECT archivid FROM archiv");
  while(
$archiv=$DB_site->fetch_array($archives)) {
  
archivtothread($archiv[archivid], $useforumid$archivkill);
  echo 
"<p>Archiv $archiv[archivid] reverted!</p>";
 }

  
  
cpredirect("archiv.php?s=$session[sessionhash]&action=revert",1);



das sollte alle archive zur?ckumwandeln

wie schon gesagt ich schreibe so ein script noch ausf?hrlicher, aber die suchmaschine ging beim letzten upgrade vor..
Reply With Quote
  #65  
Old 10-11-2002, 12:51 PM
Harley-1 Harley-1 is offline
 
Join Date: Apr 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

habe das nun mal eingebaut wie du es oben beschrieben hast, aber er verlangt immer ein ID die ich eingeben soll.
Wenn ich dann irgendeine ID eingebe, dann macht der tausende threads mit dem gleichen Topic und selbigem Inhalt. Also egal wie ich es versuche, ich bekomme das Archiv nicht wieder zurück konvertiert. hast du noch eine andere Idee?
Reply With Quote
  #66  
Old 10-11-2002, 03:53 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry, hatte nen kleinen fehler drine
probiers jetzt nochmal, du musst zwar wieder ne id eingeben, aber es ist wurscht welche, er sollte nun alle machen
Reply With Quote
  #67  
Old 10-11-2002, 04:28 PM
Harley-1 Harley-1 is offline
 
Join Date: Apr 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jo etz macht ers, aber nun bekomme ich wieder neue probs beim reverten.
Invalid SQL: INSERT INTO post (postid,threadid,username,userid,dateline,pagetext ,allowsmilie,visible) VALUES (NULL,'8658','Jaguar','1','989245500
4','Hi

HIER DER GANZE TEXT

[ 07. Mai 2001: Beitrag editiert von: Jaguar ]','1','1')
mysql error: You have an error in your SQL syntax near 'Mülleimer' oder 'Nörgelecke', 'geschlossene Anstalt' oder wie man das sinnigerwe' at line 1

mysql error number: 1064

All zu viel hat sich eigentlich nimmer am board verändert, kann es sein, daß er sonderzeichen oder sowas ned richtig umsetzt?
Reply With Quote
  #68  
Old 10-11-2002, 07:14 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm, versuch mal in der archiv.php

das $archiv[firstpost] durch addslashes($archiv[firstpost]) zu ersetzten in der queryline
Reply With Quote
  #69  
Old 10-11-2002, 07:46 PM
Harley-1 Harley-1 is offline
 
Join Date: Apr 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Immer noch das selbe:
Er konvertiert ein paar Threads und dann kommt immer dieser fehler. Wenn ich die threads lösche geht er weiter, aber ich kann ja schlecht von 5000 threads immer einige löschen da dies ja ned wenige sein werden.

Invalid SQL: INSERT INTO post (postid,threadid,username,userid,dateline,pagetext ,allowsmilie,visible) VALUES (NULL,'8670','Jaguar','1','989245500
4','Hi,

TEXT VOM POST

[ 07. Mai 2001: Beitrag editiert von: Jaguar ]','1','1')
mysql error: You have an error in your SQL syntax near 'Mülleimer' oder 'Nörgelecke', 'geschlossene Anstalt' oder wie man das sinnigerwe' at line 1

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

hmm, versteh ich nicht, vorallem weil mülleimer oder so garnicht vorkommt im query.....
Reply With Quote
  #71  
Old 10-12-2002, 09:47 AM
Harley-1 Harley-1 is offline
 
Join Date: Apr 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tja das weis ich natürlich auch ned warum der das ned machen will. Es ist auch bei einigen anderen Threads so, daß er mit dieser Meldung stopt. Andere macht der ohne probleme.
Reply With Quote
Reply

Thread Tools

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 02:35 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.04898 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
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
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete