Quote:
Originally Posted by Aurous
Ok, created product this time instead of plugin and can be uninstalled easily.
Product file adds scheduled tasks automatically and also adds row in datastore for alexarank.
You can edit the files anyway you like and update your script in this thread if you wish.
Also, I was thinking, instead of asking users to add website url, why not use bburl stored in database? I didnt test this yet, but you can try it out.
Code:
$YourWebsite = $vbulletin->options['bburl'];
Aurous
ps. file updated. added instructions in zip.
|
does the bburl contain 'http://www.' if so it would have to be
PHP Code:
$YourWebsite = preg_replace('#http://www.#s', '', $vbulletin->options['bburl']);
wow, i look at the product you made

. Learned alot, I think its time for me to update my other hack.