Jump to content

Read topic & post values from a forum


Maarten_

Recommended Posts

Hello,

 

I'm rather new to javascript and I would like some help on a script.

 

The problem: for administrator reasons I want to be able to read the amount of topic's and posts for each forum (not subforums).

These values should be added to a google spreadsheet document.

(Forumsoftware is vBulletin)

 

If someone has a script or want to make it, feel free share:)

I would even more apreciate if there is someone who can explain me how to make this.

 

Hope someone can help me!

 

Thanks

Link to comment
Share on other sites

This wouldn't be possible with JavaScript. You need to be able to connect to and query the forum's database, open and write to files, etc. JavaScript is a client-side technology, built-in to the browser. You need a server-side language like PHP.

 

Personally I'd tackle this one problem at a time; first learn how to connect and query the database to find the right data you need. Then learn how to open and write to files in the Google Spreadsheet format (I have absolutely no experience working with Google documents like this, so I can't offer any advice here). Then figure out how to combine the two to produce what you need.

 

Unfortunately, unless you're lucky enough to come across someone that's wanting to accomplish something similar, you won't find somebody willing to do this for you for free. However as I said, tackle it one step a time and it'll be easier..

Link to comment
Share on other sites

Doing this with server side scripting was also my first idea but since the forum is part of tribalwars and it takes really to long to get thos files on the server it isn't an option.

 

I thought this would be possible using DOM..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.