The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hi, I was wondering if anyone fancied trying to make a DMOZ hack?
The idea would be that it uses the dmoz database to pull information and display an open directory portal that uses the vB templates (i.e., header, footer, maybe some custom templates to control the way the data is presented). Now I think that this would be quite an easy hack to make, needing only one file and maybe a few custom templates. In fact it should be super simple for most of your hackers here because you can get the DMOZ code from places like Hotscripts and just add the template support. Come on guys, I know you can do it |
#2
|
|||
|
|||
Those classes all work by quering dmoz then reparsing the html returned before displaying it. The advantage is you get "live" data.
However the disadvantage is that using a fetch > reparse system to completely remove all the formating nessasary to use the raw data inside a vb template is extremely complex and would place a high load on your server. However parsing off the header and footer is relatively simple as long as you leave the copyright credit alone which those classes do. A simpler method is the use the RDF dumps which weigh in at a few hundred mb's with a cron job to periodically refresh them. The advantage of using the RDF dump is it is possible to parse the data using the xml module provided with php and that the data contains no formating elements so complete stylistic control is possible. For example yahoo and google use the later method so they can reformat the data to suit their requirements. Whilst it is more common for sites that do not wish to completely alter the layout to choose the first method. |
#3
|
||||
|
||||
Ah, well the problem that I've got is that I don't have enough space on my server to do the dumps, so the first option is better for me.
However i've been trying to get any of the 4 scripts provided at hotscripts to work, and so far i've had no luck at all, maybe you might be able to help me out with this? i mean, as you say, the header's and footers are going to be quite easy to copy and use use the HTML from them. So far as extra formatting is concirned, the only real formatting that I want to do is be able to change the fon't, I hate Times new Roman, and would want to change it to Verdana. do you think you might be able to help me out setting this up, without the vB templates? |
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?threadid=34855" target="_blank">https://vborg.vbsupport.ru/showt...threadid=34855</a>
Complete addon hack based on a ODP script I wrote a while back, style is customisable. |
#5
|
||||
|
||||
Fantastic, thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|