Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBTopSite Details »»
vBTopSite
Version: 1.00, by Darkwaltz4 Darkwaltz4 is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 12-29-2003 Last Update: Never Installs: 3
 
No support by the author.

vBTopSite - Used from 2.2.9 - 2.3.3, should work on all 2.x

Description: Topsites script for people who's sites revolve around vbulletin.

This script I actually wrote several months ago, and now I finally decided to release them on vb.org.
There are some things which I have not included in this version, but they will be released here as I am satisfied with them:
All functions appearing in 'Useful Admin Functions' in the ACP
Everything else works. ^_^ now anyway, features...


Topsites Features: [in no order, partial list]
  • Works with all vb things, like it shuts off with your forums, and Banned people have no access.
  • Secure Member Panel
  • Seperate Member Base, user need not be joined to forums to join/view topsites
  • Secure Retrieval System
  • Stats rendered in real-time
  • 'Today' Reset system
  • Customizable stat display in the sitecell template. [instructions for that if you ask me]
  • Tracks 12 stats, rankable by 9
  • Not a 'clicking required' topsites, displaying buttons earns hits
  • E-mail verification system
  • Allow certain HTML in description
  • Display filters for accounts which arent displaying the button
  • Comprehensive who's online locations

Admin Features: [in no order, partial list]
  • Topsites active y/n
  • Hit accruing active y/n
  • E-mail verification required (activation) y/n
  • Urls to buttons, arrows (for placing buttons remotely even)
  • Length of 'day' for reset purposes, 1 for daily, 0 to disable
  • Allowed HTML in description (blank for full stripping)
  • Option to resolve bad button urls -> replacing them with the rank button
  • Display filter (explained in the acp, or ask me for more details)
  • Set which stat to rank by
  • Edit/delete sites
  • SEARCH site database
  • Editing page features links to view submitted button, auto-checks validity of urls
  • Automatic emailing script: send to specific site/all sites/inactivated sites/activated sites
  • Displays stats [but not allowing editing]
  • View topsites from acp
  • **Force 'day' reset of unreset sites
  • **Force 'day' reset particular site
  • **Force 'day' reset of ALL sites
  • **Prune sites which joined from DATE, from all sites/inactivated/activated
  • **Clean up IP table of old hits/hits from pruned sites
  • **Flush hits from particular site
  • **Flush hits from site older than DATE

** = Will be appearing on vb.org shortly.

It is advised anyone who uses this hack, to click install, because of the nice updating thing i can do,
and like i said, there will be updates in a little while.

LIVE VERSION: http://forums.ffgon.com/topsites.php
Feel free to join if you are a Final Fantasy site ^_^ [ignore the popups, they dont appear if you are logged into the forums]
MORE:
http://www.animationation.net/community/topsites.php
http://www.bluelaguna.net/forum/topsites.php
http://www.orbsydia.com/forum/topsites.php

anyway, i might post screenshots, but the admin stuff isnt much to see, i basically just explained it up there ^ :-p
If you have any questions, etc, post them

FYI: a more advanced script is in the works by me, which will be free from vbulletin and including many more features,
like a user rating/comment system. This will be 10$ or so, and more details are available if you pm me (dont discuss it here)

Thank you for using this hack! i know i dont usually post my stuff, well here you go ^_^

Show Your Support

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

Comments
  #72  
Old 01-20-2004, 06:49 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having issues trying to get this to work, I read all the posts, but still not sure what to do to get this working.

DEMO:
http://www.orbsydia.com/forum/topsites.php

System Info:

Code:
Database error in vBulletin Control Panel 2.3.3:

Invalid SQL: UPDATE topsites_options SET display='2',active='1',require='1',hitson='1',buttons='http://www.orbsydia.com/forum/images/t100btns',arrows='http://www.orbsydia.com/forum/images/t100rank',perpage='25',totalbuttons='5',daytime='1',htmlallowed='<b><u><i>',bheight='31',bwidth='88',bborder='0',resolve='1',rankby='totalin'
mysql error: You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'require='1',hitson='1',buttons='http://www.orbsydia.com/forum/i

mysql error number: 1064

Date: Tuesday 20th of January 2004 04:45:24 AM
Script: http://www.orbsydia.com/forum/forum/...ites_admin.php
Referer: http://www.orbsydia.com/forum/admin/...ction=options&
Repair Report: This type of error cannot be automatically repaired.
I created this to try and get it working temorally, however if I goto try and change the options I still get the error above.... temp fix below, however I'm still fairly new to mysql/php.

Code:
UPDATE `topsites_options` SET `active` = '1',
`hitson` = '1',
`perpage` = '25',
`totalbuttons` = '5',
`resolve` = '1',
`rankby` = 'totalin' WHERE `active` = '0' AND `hitson` = '0' AND `perpage` = '10' AND `daytime` = '1' AND `require` = '1' AND `buttons` = 'http://www.orbsydia.com/forum/images/t100btns' AND `totalbuttons` = '10' AND `resolve` = '0' AND `display` = '2' AND `htmlallowed` = '<b><u><i>' AND `bheight` = '31' AND `bwidth` = '88' AND `bborder` = '0' AND `arrows` = 'http://www.orbsydia.com/forum/images/t100rank' AND `rankby` = 'todayunique' LIMIT 1 ;
I've got a cpanel system... When I try to update info in the ACP, options I get the above error .. other than that it looks like a sweet system. I tried the suguested topsites_admin.php update for 1064 error, but doesn't seem to help.
Reply With Quote
  #73  
Old 01-20-2004, 08:57 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PixelFX I highly suspect you are having the same error as everyone else (which I shall update the files in the next version to reflect this) but in topsites_admin.php, first revert the line which you changed, and instead change
PHP Code:
require= 
to
PHP Code:
`require`= 
in all instances where it appears, although it should only be once . You're just running a newer version of MySQL than I was when I first coded this hack. Like I said, I'll be fixing this permanantly when I post up the next version.
Reply With Quote
  #74  
Old 01-20-2004, 10:14 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you know I tried that before and it didn't work on my own, when when I tried it now, it worked :P whats up with that :P lol Thanks for help.

DEMO: http://www.orbsydia.com/forum/topsites.php

works great now, .. if I wasn't half awake I'd make 100 buttons for ranking :P
Reply With Quote
  #75  
Old 03-03-2004, 03:52 PM
Assault Assault is offline
 
Join Date: Aug 2003
Location: Richmond
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i am still have'n problems with thjis install

Quote:
Database error in vBulletin Control Panel 2.3.4:

Invalid SQL: UPDATE topsites_options SET display='1',active='1',require='1',hitson='1',butt ons='http://rapwize.com/forums/topsites/images',arrows='www.rapwize.com/topsites',perpage='25',totalbuttons='3',daytime='1 ',htmlallowed='<b><u><i>',bheight='63',bwidth='63' ,bborder='0',resolve='1',rankby='todayunique'
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'require='1',hitson='1',buttons='http://rapwize.com/forums/topsi

mysql error number: 1064

Date: Wednesday 03rd of March 2004 12:29:28 PM
Script: http://www.rapwize.com/board/forums/...ites_admin.php
Referer: http://www.rapwize.com/forums/admin/...ction=options&
Reply With Quote
  #76  
Old 03-03-2004, 04:52 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This worked well when I had it on vb2, I was wondering if there are any plans to make this for vb3 as well? It's an awesome system...
Reply With Quote
  #77  
Old 03-03-2004, 07:33 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, same old error

change (everywhere you find it, should only be once)

require=

to

`require`=

to PixelFX:
Im in the process of creating a standalone script which will work independantly of vb, and be even better than aardvark for php topsites :-p i want to become the new norm! :-p

vb3 hacking in general has gone slowly for me >.> as i am still relearning where everything is now
Reply With Quote
  #78  
Old 03-05-2004, 11:34 AM
Assault Assault is offline
 
Join Date: Aug 2003
Location: Richmond
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i don't see it in the topsites_admin.php file can somebody please help me
Reply With Quote
  #79  
Old 03-05-2004, 11:35 AM
Assault Assault is offline
 
Join Date: Aug 2003
Location: Richmond
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and i am getting the same error

Quote:
Database error in vBulletin Control Panel 2.3.4:

Invalid SQL: UPDATE topsites_options SET display='1',active='1',require='1',hitson='0',butt on s='',arrows='',perpage='10',totalbuttons='50',da ytime='1',htmlallowed='<b><u><i>',bheight='0',bwid th='0', bborder='0',resolve='0',rankby='todayunique'
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'require='1',hitson='0',button s='',arrows='',perpage='10',tota

mysql error number: 1064

Date: Friday 05th of March 2004 08:36:16 AM
Script: http://www.rapwize.com/board/forums/...ites_admin.php
Referer: http://rapwize.com/forums/admin/tops...ction=options&
Reply With Quote
  #80  
Old 03-05-2004, 12:03 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Assault
and i am getting the same error
I know its there and I know its that error:

in topsites_admin.php:
PHP Code:
',require=' 
change to
PHP Code:
',`require`=' 
it appears only once...ill get around to fixing the file eventually >.<
Reply With Quote
  #81  
Old 03-05-2004, 01:06 PM
Assault Assault is offline
 
Join Date: Aug 2003
Location: Richmond
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Darkwaltz4
I know its there and I know its that error:

in topsites_admin.php:
PHP Code:
',require=' 
change to
PHP Code:
',`require`=' 
it appears only once...ill get around to fixing the file eventually >.<
thanx it works
Reply With Quote
Reply


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 12:20 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04982 seconds
  • Memory Usage 2,325KB
  • 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_code
  • (6)bbcode_php
  • (4)bbcode_quote
  • (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
  • (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