PDA

View Full Version : webmaster tools


GS-Liam
08-04-2009, 10:43 AM
Hi

I've been searching for quite some time now and can't seem to find a working addon.

As the title says, I'm looking for an addon with webmaster tools (pagerank checker, whois, ...)
for visitors to be able to use.

Any idea where I can find one for vB3.8?

Kind regards

GS-Liam
08-07-2009, 06:19 AM
Any help appreciated.

Greetings

toonysnn
08-07-2009, 11:44 AM
I'll start making one. Sounds useful!

I'd suggest that you post more about what you want, though. And anyone else, for that matter.

toonysnn
08-17-2009, 05:41 AM
Would anyone want to explain what they'd like to see from this? Without any suggestions, I'm going off of a bare "whatever" suggestion list.

pein87
08-17-2009, 06:07 AM
domain lookup, ip, queries ran and time taken, rankchecker.

toonysnn
08-17-2009, 06:32 AM
Could you explain upon the queries ran and time taken?
This is what I have so far to implement:

PageRank Checker (Implemented)
Whois (domain lookup) (Implemented)
Server Stats (Disk, RAM, etc.)
IP Lookup (Whois/ARIN) (Implemented)


This is currently all for the Admin CP. I will provide an additional version in extras/ for visitors.

pein87
08-17-2009, 06:40 AM
check how many queries are ran in each page and the time it took. I beleave you use setTimeout(); to do it with javascript.

toonysnn
08-17-2009, 06:44 AM
Hmmm.... that's not a bad idea, but general statistics as such could be a bit server intensive with the constant updating, not sure about that one. I know how to calculate the time on each page. Time on each page would be very useful, though.

pein87
08-17-2009, 07:03 AM
if you need help we can work it together I just say this thread and seen you requested info for the mod.

toonysnn
08-17-2009, 08:39 AM
Thank you for the offer, but I've pretty much gotten it all covered right now.

I have most of the Admin CP coding done, and I have a remote server serving the pagerankings / whois and ip lookup info (as a last resort method for whois / ip lookup)

The script has a "smart" ability to check if shell_exec is enabled, if not, it goes to system, then goes to fopen for my remote server.

PageRanking is the only thing that requires fopen to be on at the moment. I have to contact another developer about releasing this code to the public in order to allow the code for the page rank check to go public, but otherwise this entire script is done.

I'll be testing early tomorrow for any bugs / exploits and return later with a product release link.

EDIT: https://vborg.vbsupport.ru/showthread.php?t=221089