Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBNow: twitter.com equivalent for vbulletin Details »»
VBNow: twitter.com equivalent for vbulletin
Version: 1.0.3, by stonyarc stonyarc is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 08-21-2007 Last Update: 08-22-2007 Installs: 131
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.


ABOUT

This product is in beta

VBNow is a twitter.com like application for vbulletin communities.

It allows members of the community to send updates about moments in their lives just by telling what they actually are doing or planning. It also allows people to add friends and directly access their entries. Friends that are tracked by others are also visible.
The core is formed by the public timeline.

If activated on your forum it includes automated image verification and flood control.

SPECIAL

- image verification is driven by the vbulletin one make sure it's activated in your options
- don't forget to set the usergroup permissions
- don't forget to set the options of VBNow to your liking

INSTALLATION

Installation instructions are included in a pdf in the zip file

CLICK INSTALL

LIVE DEMO

Special Xbox Live version http://www.xboxlivenation.com/community/vbnow.php

CHANGELOG

V 1.0.0. August 22 2007
Initial Release

V 1.0.1. August 22 2007
Fixed broken table

V 1.0.2 August 22 2007
Fixed $pagenav security issue

V 1.0.3 August 22 2007
Imagecheck now an option, different check for availability


CREDITS

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any copyright notice without prior written permission. Instructions are included in the pdf file.

You cannot translate, reproduce or duplicate without prior written permission from the author.

Abuse will be reported

FAQ

The FAQ and configuration instructions are included in the pdf file.

Support for people that have clicked install


Feel free to support this mod and make a paypal donation to admin@stonyarc.com



CLICK INSTALL

(c) 2007 StonyArc

Show Your Support

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

Comments
  #62  
Old 08-25-2007, 10:15 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Endurer View Post
I am getting an SQL error:



I ran the installer but it didn't create the table. Should I reimport the product?

Edit: reimport didn't work.
You need to reinstall the product.

For uninstall it so it cleanly drops the tables. Did you accidently drop the table, as that seems to be the only way you can get that error.
Reply With Quote
  #63  
Old 08-26-2007, 03:56 AM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a clean install again. The no-permission page came up for the first time. Then I went ahead to usergroup permissions to allow access, rebuilt bitfields, visited the vbnow application and the error is there again. Seems like something is dropping the table or it's not being created at all. Whats interesting to note is that vbnow_friends and vbnow_profile tables are being created. It's just the vbnow table that's causing problems.
Reply With Quote
  #64  
Old 08-26-2007, 08:02 AM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Endurer View Post
I did a clean install again. The no-permission page came up for the first time. Then I went ahead to usergroup permissions to allow access, rebuilt bitfields, visited the vbnow application and the error is there again. Seems like something is dropping the table or it's not being created at all. Whats interesting to note is that vbnow_friends and vbnow_profile tables are being created. It's just the vbnow table that's causing problems.

That part hasn't changed since the initial release.

Please uninstall the product and check if there are tables left (shouldn't be, if so drop) before reinstalling. If that doesn't work run the query manually (you need to edit it before being able to run in phpmyadmin)
Reply With Quote
  #65  
Old 08-27-2007, 03:10 AM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to run the query and here's the error that I've received from phpmyadmin:

Quote:
Error
SQL query:
CREATE TABLE `vbnow` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`itimestamp` int( 11 ) NOT NULL ,
`message` mediumtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`url` varchar( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`updated` int( 11 ) NOT NULL default '0',
`utimestamp` int( 11 ) NOT NULL ,
`userid` int( 11 ) NOT NULL ,
`views` int( 11 ) NOT NULL ,
`archived` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `id` ) ,
KEY `updated` ( `updated` , `userid` , `url` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =2

MySQL said:
#1064 - 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 'character set utf8 collate utf8_unicode_ci NOT NULL,
`url` v
Reply With Quote
  #66  
Old 08-27-2007, 09:39 AM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

On my server that runs fine. strange
Reply With Quote
  #67  
Old 08-27-2007, 09:47 AM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, it's pretty strange because it's working on my PC too. My MySQL version on server is: 4.0.27-standard

and as per mySQL:

Quote:
As of MySQL 4.1, character data types (CHAR, VARCHAR, TEXT) can include CHARACTER SET and COLLATE attributes ...
Any alternatives?
Reply With Quote
  #68  
Old 08-30-2007, 02:11 PM
Endurer Endurer is offline
 
Join Date: Sep 2006
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any solutions stonyarc? I am pretty desperate to get it running on my website.
Reply With Quote
  #69  
Old 08-31-2007, 08:18 AM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Endurer View Post
Any solutions stonyarc? I am pretty desperate to get it running on my website.
You can create the tables manually as long as you respect the names and settings but it's strange you are the only one reporting this. Has to be a setting somewhere.
Reply With Quote
  #70  
Old 09-02-2007, 10:42 AM
Sirtis Sirtis is offline
 
Join Date: Jun 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very fine hack
Reply With Quote
  #71  
Old 09-02-2007, 11:10 AM
teach1st's Avatar
teach1st teach1st is offline
 
Join Date: Oct 2001
Location: Cream Corn, FL
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stonyarc View Post
You can create the tables manually as long as you respect the names and settings but it's strange you are the only one reporting this. Has to be a setting somewhere.
I get the same errors and symptoms as Endurer. Uninstall/reinstall doesn't work (vbnow tables were dropped on uninstall). I get the same errors when trying to manually create the vbnow table. MySQL 4.0.27, vBulletin 3.6.8
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 06:53 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.15834 seconds
  • Memory Usage 2,316KB
  • Queries Executed 27 (?)
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
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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