View Full Version : Miscellaneous Hacks - vBulletin to Twitter, live tweets of new threads
caciocode
08-09-2010, 02:35 AM
Fixed it! Just moved the require_once 'twitter'; to the top.
Is that safe?
caciocode
08-09-2010, 09:14 PM
Is it safe to not shorten the links? I think it might add some SEO advantages if I don't shorten the links/urls
TalkDisneyChann
08-15-2010, 05:23 AM
Problem here. After the thread is tweeted, it says the thread title, then 'array'. There is no bit.ly link. How can I fix this?
i have a question here
can I add more than two exclude forum here ?
such as
$excludedForums = array(7, 12,123,23,142,343,221,25,442);
In my twitter , it shows " My title name Array "
there is no link and no url , so I think it won't work more than two forums id
Videx
08-15-2010, 02:50 PM
can I add more than two exclude forum here ?
In my twitter , it shows " My title name Array "Sure. If it really twits a line of text like that then you must have messed up the edit somehow. I'd get rid of that space before the 12 for starters. But read back a page. This is going to stop working any day now, so you're wasting your time messing with it.
caciocode
08-18-2010, 12:37 AM
There has been some changes with twitter. Will this affect this mod?
Videx
08-18-2010, 01:27 AM
There has been some changes with twitter. Will this affect this mod?OMG do you read at all?
YES THIS MOD WILL STOP WORKING 8/30/2010. EVERYONE STOP INSTALLING IT FOR GOD'S SAKE!
caciocode
08-18-2010, 01:56 AM
Should we expect something similar soon?
Videx
09-01-2010, 01:19 AM
The direct replacement for this mod is here: vBulletin2Twitter (https://vborg.vbsupport.ru/showthread.php?t=236278)
Now people, please don't reply to this thread any longer as it will just bump this information lower. This particular mod no longer works because Twitter changed their requirements. Please go to the mod above.
iguano
09-01-2010, 07:09 AM
YES THIS MOD WILL STOP WORKING 8/30/2010. EVERYONE STOP INSTALLING IT FOR GOD'S SAKE!
But why works again to me?
StokoE
09-01-2010, 10:49 AM
But why works again to me?
Works for me too.. I just installed it today
MagiKelly
09-01-2010, 07:51 PM
Working fine for me too.
Looks like an attempt to steel a hacks users and try to get them to then upgrade to the paid version o their hack.
If there was a real issue with this hack why not let the original developer upgrade it as required as happens with other hacks.
So, just to repeat. My site is still tweeting away to its hearts content. are there actually any users of this hack who have experienced any problem since this deadline?
Videx
09-01-2010, 09:08 PM
I have no clue why Basic Auth is still working. Their latest blog entry on 8/30 reiterates that oauth will be required as of 9/1/10.
Twitter Applications and OAuth (http://blog.twitter.com/2010/08/twitter-applications-and-oauth.html)
http://www.computerworld.com/s/article/9182862/Twitter_API_adds_OAuth_sign_on_method?taxonomyId=1 7&pageNumber=1
Oh, and just to clear things up - the author of the new version doesn't charge for it. He only charges for support. Myself, in the spirit of supporting vb authors, bought an $11 subscription even though no support is required by me - it worked fine right out of the box.
amagab
09-02-2010, 12:53 AM
Mine is not working anymore. :-(
Videx
09-02-2010, 01:44 AM
I imagine they have a whole slew of servers and some will go down quicker than others.
BTW, I forgot Mosh does currently charge for the latest 404 version of his hack. But he'll be releasing it in a couple weeks for free, and in the meantime if you really don't think it's worth it, the 403 (free) version works just fine.
vilhiem
09-02-2010, 02:47 AM
Mine is not working either as of this evening.
Getting an authentication error.
vbreal
09-02-2010, 04:28 PM
*edit*
MagiKelly
09-02-2010, 06:31 PM
My apologies for my earlier post. This mod has now stopped working on my forum and I am in the process of installing the new one.
mmacrypt
09-02-2010, 07:28 PM
I imagine they have a whole slew of servers and some will go down quicker than others.
BTW, I forgot Mosh does currently charge for the latest 404 version of his hack. But he'll be releasing it in a couple weeks for free, and in the meantime if you really don't think it's worth it, the 403 (free) version works just fine.
Thank you for you input. I had read this so I knew it "could" be coming. As soon as I had a problem this morning, I knew what to do and where to look so again, thank you. I will look at installing the other Twitter mod tonight.
StokoE
09-02-2010, 08:57 PM
Mine isnt well either.. stopped working for me too :( boo hoo
carrlos
09-03-2010, 01:50 AM
This hack will no longer work because it does not support "OAuth" authorization. I have switched to Twitterfeed and it works like clockwork! ;)
Videx
09-03-2010, 02:08 AM
Twitterfeed has serious limits which make it a less attractive alternative to direct posting via mod. Though I still do use it to post to FB since there is no mod for that.
*) Updates are at best every 30 minutes.
*) Maximum 5 updates every 30 minutes.
DAMINK
09-03-2010, 04:52 AM
Yep not working anymore.
Time to switch.
Sparrow-Sean
09-03-2010, 11:10 AM
Damn, such a good mod that now does not work, GRRR.
caciocode
09-04-2010, 01:55 AM
What changes do we have to make to make it work?
This forum (http://www.sheersoftware.com) is dying because this is not working anymore, please help.
Videx
09-04-2010, 02:02 AM
What changes do we have to make to make it work?
This forum (http://www.sheersoftware.com) is dying because this is not working anymore, please help.https://vborg.vbsupport.ru/showpost.php?p=2092249&postcount=509
MikeCyber
09-05-2010, 02:27 PM
edit, nevermind
fountainmass
09-06-2010, 07:27 AM
I just got this working again. It was pretty simple.
First, like with the other mods, you will need to register a new Twitter Application (while logged with your normal Twitter account) - http://dev.twitter.com/apps/new
Note down the "Consumer Key" and "Consumer Secret" (Under App Details) as well as the "Access Token" and "Access Token Secret" (under My Access Token on the App details screen).
Step 1: Download Tijs Verkoyen's new twitter.php file (which supports OAuth) - http://classes.verkoyen.eu/modules/twitter_oauth/files/php_twitter_2_0_1.zip
Step 2: Edit the file.
add your Access Token to "private $oAuthToken = " (line 88)
add your Access Token Secret to "private $oAuthTokenSecret =" (line 96).
Step 3: Upload it to the root directory of your forum (ie. replace your old twitter.php)
Step 4: Edit your vBulletin module, and change these two lines:
$twitter = new Twitter('<twitter username>','<twitter password>');
$twitter->updateStatus($tweet);
to
$twitter = new Twitter('<Twitter Consumer Key>', '<Twitter Consumer Secret>');
$twitter->statusesUpdate($tweet);
All should be sweet now. :D
At least, it was for me...
Alecsmith
09-06-2010, 11:19 AM
@ fountainmass Thanks for tip but its still giving error so i removed it.
Videx
09-06-2010, 02:39 PM
I just got this working again. It was pretty simple.
At least, it was for me...Not nearly as simple as just installing a mod (vBulletin2Twitter) (https://vborg.vbsupport.ru/showthread.php?t=236278). Out of curiosity, why did you go to all this trouble instead?
MikeCyber
09-07-2010, 12:28 AM
Not nearly as simple as just installing a mod (vBulletin2Twitter) (https://vborg.vbsupport.ru/showthread.php?t=236278). Out of curiosity, why did you go to all this trouble instead?
I'm working with it too. My reasoning being it is a challenge, with a reward of knowledge. As I haven't successfully written my own mod, fixing this one helps me towards my goal. If I had started with vBulletin2Twitter I'd learn less.
fountainmass
09-07-2010, 02:21 AM
Out of curiosity, why did you go to all this trouble instead?
My reasoning being it is a challenge, with a reward of knowledge. As I haven't successfully written my own mod, fixing this one helps me towards my goal. If I had started with vBulletin2Twitter I'd learn less.
+1
But yes, you are right, it isn't as simple as installing another mod. In fact, if I didn't get it right pretty quickly, I would have done just that.
bransworld
09-10-2010, 12:38 AM
I had this working fine for months, but recently when someone posts a message they have been receiving the following error message....
Basic authentication is not supported on line 204 in /home/monopal5/public_html/twitter.php
#0 /home/monopal5/public_html/twitter.php(648):
Twitter->doCall('statuses/update...', Array, true)
#1 /home/monopal5/public_html/newthread.php(262) : eval()'d code(26):
Twitter->updateStatus('Will We Go... D...')
#2 /home/monopal5/public_html/newthread.php(262): eval()
#3 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 284
So i uninstalled and reinstalled and I am now getting this error message....
You must be authenticated to access shorten on line 193 in /home/monopal5/public_html/bitly.php
#0 /home/monopal5/public_html/bitly.php(382): Bitly->doCall('shorten', Array)
#1 /home/monopal5/public_html/newthread.php(262) : eval()'d code(14): Bitly->shorten('http://www.mono...')
#2 /home/monopal5/public_html/newthread.php(262): eval()
#3 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 284
Can anyone help with this??
Thanks,
Brandon
Videx
09-11-2010, 01:37 AM
Can anyone help with this??We might be able to. But only after you've assured us you've read this entire thread. Or at least starting from https://vborg.vbsupport.ru/showpost.php?p=2085556&postcount=507.
asuccar
09-11-2010, 02:45 AM
I'm so sorry to bug...but I quadruple checked bit.ly user & api as well as twitter details BUT i still get the error:
Basic authentication is not supported on line 204 in /home/afourso1/public_html/twitter.php
#0 /home/afourso1/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/afourso1/public_html/newthread.php(274) : eval()'d code(24): Twitter->updateStatus('Test http://bit...')
#2 /home/afourso1/public_html/newthread.php(274): eval()
#3 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Basic authentication is not supported on line 204 in /home/afourso1/public_html/twitter.php , /home/afourso1/public_html/vb/vb.php, 287, Array ([exception] => TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/afourso1/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/afourso1/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Test http://bit.ly/bmSd2V),[2] => 1)),[1] => Array ([file] => /home/afourso1/public_html/newthread.php(274) : eval()'d code,[line] => 24,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Test http://bit.ly/bmSd2V)),[2] => Array ([file] => /home/afourso1/public_html/newthread.php,[line] => 274,[function] => eval))),[code] => 256)) called at [(null):0] #1 trigger_error(Basic authentication is not supported on line 204 in /home/afourso1/public_html/twitter.php , 256) called at [/home/afourso1/public_html/vb/vb.php:287] #2 vB::handleException(TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/afourso1/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/afourso1/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Test http://bit.ly/bmSd2V),[2] => 1)),[1] => Array ([file] => /home/afourso1/public_html/newthread.php(274) : eval()'d code,[line] => 24,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Test http://bit.ly/bmSd2V)),[2] => Array ([file] => /home/afourso1/public_html/newthread.php,[line] => 274,[function] => eval)))) called at [(null):0]
Liquid1ce
09-11-2010, 09:26 AM
Is is possible to add keyword's i know i can add in the topic eg: #vbulletin and this will show up, but would it be possible to add so it wont show up in topic line if you know what i mean
pinoquio46
09-11-2010, 02:21 PM
@asuccar
find in plugin:
$tweet .= $newpost['title'].' '.$shortUrl;
Change to:
$tweet .= utf8_encode($newpost['title']).' '.$shortUrl;
Int?
Videx
09-11-2010, 03:25 PM
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287The direct replacement for this mod is here: vBulletin2Twitter (https://vborg.vbsupport.ru/showthread.php?t=236278)
Now people, please don't reply to this thread any longer as it will just bump this information lower. This particular mod no longer works because Twitter changed their requirements. Please go to the mod above.
pinoquio46
09-11-2010, 03:40 PM
@Videx
This plugin works fine for me.
I assume that the user @asuccar make this change : https://vborg.vbsupport.ru/showpost.php?p=2094459&postcount=528
and followed my tip on my previous post.
by chance, have you tried putting Latin characters in thread titles (? ? ?) using vBulletin2Twitter, it don?t apear in twitter!!
And another thing, while is not created an exclusion list of forums in mod vBulletin2Twitter I'll use this plugin.
int?
raiderlax
09-16-2010, 07:32 AM
Can't get this working. I get a whole bunch of errors.
linuxututs
09-16-2010, 12:55 PM
@Videx
This plugin works fine for me.
I assume that the user @asuccar make this change : https://vborg.vbsupport.ru/showpost.php?p=2094459&postcount=528
and followed my tip on my previous post.
by chance, have you tried putting Latin characters in thread titles (? ? ?) using vBulletin2Twitter, it don?t apear in twitter!!
And another thing, while is not created an exclusion list of forums in mod vBulletin2Twitter I'll use this plugin.
int?
Is right, this plugin does still work just fine, just follow the edits above.
Thanks,
vB 4.0.7
pedroenf
09-18-2010, 11:28 PM
My threads take too long to be created with this mod activated, sometimes more than 2 minutes. Does anyone has the same problem?
onehost
09-19-2010, 01:23 AM
I notice a lot of shorten urls on tweeter, and have noticed this mod requires
or suggests that you use a shorten url service...I am curious to know why?
Thanks.
Videx
09-19-2010, 01:51 AM
I notice a lot of shorten urls on tweeter, and have noticed this mod requires or suggests that you use a shorten url service...I am curious to know why.Two reasons. First, Twitter only allows 140 characters, so long urls can get cut off. Second, shortening services usually allow some method for you to see how many people are actually clicking the link.
But shortening isn't usually necessary at all.
onehost
09-19-2010, 01:57 AM
I think everything is right, but I get error, even tried setting it to false, still got error.
maybe someone can help, here is part of the error listed below.
Basic authentication is not supported on line 204 in /home/bigboard/public_html/seoscripts.com/twitter.php
#0 /home/bigboard/public_html/seoscripts.com/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/bigboard/public_html/seoscripts.com/newthread.php(274) : eval()'d code(91): Twitter->updateStatus('SEOScripts.com ...')
#2 /home/bigboard/public_html/seoscripts.com/newthread.php(274): eval()
#3 /home/bigboard/public_html/seoscripts.com/vbseo.php(1392): require('/home/bigboard/...')
#4 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
The error just goes on and on, but maybe this is enough for someone to help, otherwise
I can post the whole thing if really needed.
Thanks
Videx
09-19-2010, 02:07 AM
Basic authentication is not supported ...Apparently there must be at least one Twitter server that someone failed to switch over to oAuth, because everytime I say this someone chimes in and says it's still working for them. But please see post #538 (https://vborg.vbsupport.ru/showpost.php?p=2096755&postcount=538).
onehost
09-19-2010, 02:15 AM
Thanks..
This was a complete waste of time...might as well close this thead, and not waste someone elses time and redirect them from the start....so that people do not waste their time setting this up to find out it doesnt work,, then opps have to visit another thread.
pedroenf
09-19-2010, 09:37 AM
Thanks..
This was a complete waste of time...might as well close this thead, and not waste someone elses time and redirect them from the start....so that people do not waste their time setting this up to find out it doesnt work,, then opps have to visit another thread.
And what about you reading the all thread or, at least, some posts back? You'll find out that it would be better to keep the "mouth shut" before reading! This mod works.
My threads take too long to be created with this mod activated, sometimes more than 2 minutes. Does anyone has the same problem?
Anyone?
proxx
09-20-2010, 03:21 PM
is it possible to make it so that it submits to twitter at a delayed rate ? for example, i want 1 tweet per 10 minutes and evenly throughout day and night. Is this possible? any solution ?
Videx
09-20-2010, 04:38 PM
is it possible to make it so that it submits to twitter at a delayed rate ? for example, i want 1 tweet per 10 minutes and evenly throughout day and night. Is this possible? any solution ?Not very easily. You would have to code some sort of FIFO buffer, and you would have to account for the possibility that if you had too many posts, it couldn't save a backlog longer than x days. And it would have to account for slow days - if a new post came in more than 10 minutes from the last, it would have to go out immediately and start the 10 minute counter fresh.
jinx222
10-16-2010, 05:42 AM
i did everything...removed <>, double checked login details and still won't work :(..i'm sad.
Videx
10-16-2010, 11:20 AM
i did everything...Everything except read the last page or so of comments pointing out that it won't work no matter what you do.
Sorry, but every time I point this out it gets buried.
Yixless
10-16-2010, 10:39 PM
I get this error:
Basic authentication is not supported on line 204 in /home/yixless/public_html/twitter.php
#0 /home/yixless/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/yixless/public_html/newthread.php(274) : eval()'d code(26): Twitter->updateStatus('Twitter Test ht...')
#2 /home/yixless/public_html/newthread.php(274): eval()
#3 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Basic authentication is not supported on line 204 in /home/yixless/public_html/twitter.php , /home/yixless/public_html/vb/vb.php, 287, Array ([exception] => TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/yixless/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/yixless/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Twitter Test http://bit.ly/bnlIzS),[2] => 1)),[1] => Array ([file] => /home/yixless/public_html/newthread.php(274) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Twitter Test http://bit.ly/bnlIzS)),[2] => Array ([file] => /home/yixless/public_html/newthread.php,[line] => 274,[function] => eval))), => 256)) called at [(null):0] #1 trigger_error(Basic authentication is not supported on line 204 in /home/yixless/public_html/twitter.php , 256) called at [/home/yixless/public_html/vb/vb.php:287] #2 vB::handleException(TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/yixless/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/yixless/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Twitter Test http://bit.ly/bnlIzS),[2] => 1)),[1] => Array ([file] => /home/yixless/public_html/newthread.php(274) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Twitter Test http://bit.ly/bnlIzS)),[2] => Array ([file] => /home/yixless/public_html/newthread.php,[line] => 274,[function] => eval)))) called at [(null):0]
This is my thingy:
[CODE]// The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default
$excludedForums = array(0);
// If you are having trouble getting bitly URL shortening to work... disable it!
$useBitly = true;
if (!in_array($foruminfo[forumid], $excludedForums)) {
$shortUrl = 'http://www.thofgaming.com/showthread.php?t='.$newpost[threadid];
if ($useBitly) {
// http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('bob123', 'R_jf83lr58d7b3grt6f024j9a266bb200a');
$shortUrl = $bitly->shorten($shortUrl);
}
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
// http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$twitter = new Twitter('bob123','password123');
$twitter->updateStatus($tweet);
}
Videx
10-16-2010, 10:53 PM
I get this error:
Basic authentication is not supportedThat's nice. Is there a question here? Before you ask it, have you read back a bit? Like maybe the post right before yours?
Azonaco
10-20-2010, 04:45 PM
That's nice. Is there a question here? Before you ask it, have you read back a bit? Like maybe the post right before yours?
So are you recommending that we read all previous 37 pages of comments as well before installing. Someone needs to update this mod.
Videx
10-20-2010, 07:44 PM
So are you recommending that we read all previous 37 pages of comments as well before installing. Someone needs to update this mod.The last time I asked to get a mod sent to the graveyard because it had stopped working I was told exactly that. That it's the user's responsibility to read the entire mod and determine if it works before they install it.
People are still installing that broken mod also after some 2 years now. I finally just had to unsubscribe from it's thread because I couldn't take it anymore.
jinx222
10-21-2010, 05:03 PM
i think this thread should be deleted or the mod updated if it doesn't work....i don't get why it's still up.
cagbaazee
01-08-2011, 04:09 PM
HI
I hv a problem
Unauthorized on line 236 in /home/gursecr/public_html/vbforum/twitter.php
#0 /home/gursecr/public_html/vbforum/twitter.php(655): Twitter->doCall('statuses/update...', Array, true)
#1 /home/gursecr/public_html/vbforum/newthread.php(274) : eval()'d code(75): Twitter->updateStatus('Seo warrior edi...')
#2 /home/gursecr/public_html/vbforum/newthread.php(274): eval()
#3 /home/gursecr/public_html/vbforum/vbseo.php(1392): require('/home/gursecr/...')
#4 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 287
please help me to resolve it.
Thanks
Videx
01-08-2011, 04:48 PM
Warning: Invalid error type specified in [path]/vb/vb.php on line 287
please help me to resolve it.
ThanksUninstall this version and go to https://vborg.vbsupport.ru/showthread.php?t=236278&page=7 for the new, working version. Read the thread before installing.
x YNWA x
03-23-2011, 06:05 PM
I get this error:
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in [path]/twitter.php on line 189
/statuses/update.xml Could not authenticate you. Unauthorized on line 229 in /nfs/c08/h02/mnt/116350/domains/anfieldindex.com/html/forum/twitter.php
#0 /nfs/c08/h02/mnt/116350/domains/anfieldindex.com/html/forum/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /nfs/c08/h02/mnt/116350/domains/anfieldindex.com/html/forum/newthread.php(276) : eval()'d code(26): Twitter->updateStatus('hello http://ww...')
#2 /nfs/c08/h02/mnt/116350/domains/anfieldindex.com/html/forum/newthread.php(276): eval()
#3 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 287
I did put the thing in line 36 but it did not fix anything.
vvdven
03-24-2011, 06:25 PM
Hello,
I am getting the same error. I did enter your code on line 136 of bitly.php.
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in [path]/twitter.php on line 189
/statuses/update.xml Could not authenticate you. Unauthorized on line 229 in /home/myaccount/domains/myaccount/public_html/twitter.php
#0 /home/myaccount/domains/myaccount/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/myaccount/domains/myaccount/public_html/newthread.php(276) : eval()'d code(26): Twitter->updateStatus('nog een test ye...')
#2 /home/myaccount/domains/myaccount/public_html/newthread.php(276): eval()
#3 /home/myaccount/domains/myaccount/public_html/vbseo.php(1392): require('/home/myaccount/...')
#4 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 287
Should I insert the code elsewhere?
EDIT: Just noticed the new version, cheers!
oldengine
04-09-2011, 04:06 PM
OMG do you read at all?
YES THIS MOD WILL STOP WORKING 8/30/2010. EVERYONE STOP INSTALLING IT FOR GOD'S SAKE!
Why not simply close the thread?
6MTUA5
04-16-2011, 12:15 AM
I installed it just like the directions said and it is not tweeting new threads
I just tried resetting the API Key for bit.ly and tried it again
Jennifer2010
04-16-2011, 03:43 AM
Uninstall this version and go to https://vborg.vbsupport.ru/showthread.php?t=236278&page=7 for the new, working version. Read the thread before installing.
That's a completely different mod. It does not tweet all threads it simply tweets the admin's threads or posts - which IMHO is pretty useless.
The only solution I apparently know of is what was suggested by a previous user and grab the forum's RSS feed and hook it up with TweetFeed or something similar.
todomaquinas
04-23-2011, 11:45 PM
I will mark as uninstalled, because does not work with my forum.
vBulletin 4.1.0 versión.
I search for another mod, or if you know for some mod for live tweets, i apreciate if told me about. Thanks...
Videx
04-23-2011, 11:54 PM
I will mark as uninstalled, because does not work with my forum.
vBulletin 4.1.0 versi?n.
I search for another mod, or if you know for some mod for live tweets, i apreciate if told me about. Thanks...https://vborg.vbsupport.ru/showpost.php?p=2146035&postcount=559
vivoperdio
05-09-2011, 05:05 AM
I got this error:
Warning: curl_setopt_array() [function.curl-setopt-array]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in [path]/twitter.php on line 189
/statuses/update.xml Could not authenticate you. Unauthorized on line 229 in /home/forum/domains/parisjvanjava.org/public_html/twitter.php
#0 /home/forum/domains/parisjvanjava.org/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/forum/domains/parisjvanjava.org/public_html/newthread.php(276) : eval()'d code(16): Twitter->updateStatus('well done, it's...')
#2 /home/forum/domains/parisjvanjava.org/public_html/newthread.php(276): eval()
#3 /home/forum/domains/parisjvanjava.org/public_html/vbseo.php(1397): require('/home/forum/dom...')
#4 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 287Any help would be gladly appreciated :)
Videx
05-09-2011, 02:55 PM
Any help would be gladly appreciated :)Whenever you install a modification, you must read all the instructions, as well as the entire thread. It looks as if you've done neither, as the answer to this is right there in post #1.Q: I see an error that says "Warning: curl_setopt_array( ...
vivoperdio
05-11-2011, 07:07 AM
Whenever you install a modification, you must read all the instructions, as well as the entire thread. It looks as if you've done neither, as the answer to this is right there in post #1.I have read all the instructions but still not able to get it working.
Videx
05-11-2011, 01:02 PM
I have read all the instructions but still not able to get it working.OMG I'm confused and in the wrong thread. Sorry. But you drove me to it by not reading the post right above yours.
https://vborg.vbsupport.ru/showpost.php?p=2146035&postcount=559
cormee
05-12-2011, 10:35 AM
I just got this working again. It was pretty simple.
First, like with the other mods, you will need to register a new Twitter Application (while logged with your normal Twitter account) - http://dev.twitter.com/apps/new
Note down the "Consumer Key" and "Consumer Secret" (Under App Details) as well as the "Access Token" and "Access Token Secret" (under My Access Token on the App details screen).
Step 1: Download Tijs Verkoyen's new twitter.php file (which supports OAuth) - http://classes.verkoyen.eu/modules/twitter_oauth/files/php_twitter_2_0_1.zip
Step 2: Edit the file.
add your Access Token to "private $oAuthToken = " (line 88)
add your Access Token Secret to "private $oAuthTokenSecret =" (line 96).
Step 3: Upload it to the root directory of your forum (ie. replace your old twitter.php)
Step 4: Edit your vBulletin module, and change these two lines:
$twitter = new Twitter('<twitter username>','<twitter password>');
$twitter->updateStatus($tweet);
to
$twitter = new Twitter('<Twitter Consumer Key>', '<Twitter Consumer Secret>');
$twitter->statusesUpdate($tweet);
All should be sweet now. :D
At least, it was for me...
That worked for me - thanks v much :)
For the sake of anyone reading this post who is getting errors when they install the plugin, try fountainmass' instructions above. It's slightly difficult but it works.
Alfa1
05-17-2011, 05:52 PM
I only want to post new threads to twitter after they have been rated 5 stars. This way only interesting threads are posted to twitter. If I would post all new threads to twitter then my twitterfeed would get hundreds of posts per day. This would be spammy as not all of them would be of interest to twitter followers.
Please consider to add this function.
jackalopejoe
05-19-2011, 04:29 AM
Well that was a waste of time... Why don't they graveyard this......
This one however works fine.
https://vborg.vbsupport.ru/showpost.php?p=2146035&postcount=559
andycaps
05-20-2011, 11:05 AM
Hi Guys,
I have installed all the details as per the instructions and cannot see any tweeted forum posts in my twitter page - I also get no error messages, thus is appears to be ok but cant see the forum threads in twwitter?
thank
Andy
shzad1
06-05-2011, 07:49 AM
WOW
Awesome buddy
Great Work
Let me check..... :)
shzad1
06-05-2011, 08:26 AM
Everything is OK...
but got this error
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
Basic authentication is not supported on line 204 in /home/youngsko/public_html/twitter.php
#0 /home/youngsko/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/youngsko/public_html/newthread.php(276) : eval()'d code(26): Twitter->updateStatus('Hijr Ka Taala D...')
#2 /home/youngsko/public_html/newthread.php(276): eval()
#3 {main}
Videx
06-05-2011, 11:29 AM
WOW
Awesome buddy
Great Work
Let me check..... :)Check what? If it works or not? Always read the entire thread before you install a modification. Or at the very least the last page.
shzad1
06-07-2011, 06:11 AM
Everything is OK...
but got this error
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
Basic authentication is not supported on line 204 in /home/youngsko/public_html/twitter.php
#0 /home/youngsko/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/youngsko/public_html/newthread.php(276) : eval()'d code(26): Twitter->updateStatus('Hijr Ka Taala D...')
#2 /home/youngsko/public_html/newthread.php(276): eval()
#3 {main}
I Got this error
can some 1 tell me how to fix it please :D
Videx
06-07-2011, 01:20 PM
I Got this error
can some 1 tell me how to fix it please :DI just told you how to fix it. If you aren't going to read, don't keep asking.
I'll reiterate: Some people have gotten this mod to work with extensive editing. It's in the thread, they aren't going to repeat it all again. But why bother, since there's another mod (https://vborg.vbsupport.ru/showthread.php?t=236278) that works great.
shzad1
06-08-2011, 03:58 AM
I just told you how to fix it. If you aren't going to read, don't keep asking.
I'll reiterate: Some people have gotten this mod to work with extensive editing. It's in the thread, they aren't going to repeat it all again. But why bother, since there's another mod (https://vborg.vbsupport.ru/showthread.php?t=236278) that works great.
Thanks Brother ;)
chelseaboy
08-08-2011, 09:58 AM
I get this:
Basic authentication is not supported on line 204 in /home/forum/public_html/twitter.php
#0 /home/forum/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/forum/public_html/newthread.php(277) : eval()'d code(26): Twitter->updateStatus('Test http://bit...')
#2 /home/forum/public_html/newthread.php(277): eval()
#3 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Basic authentication is not supported on line 204 in /home/forum/public_html/twitter.php , /home/forum/public_html/vb/vb.php, 287, Array ([exception] => TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/forum/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/forum/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Test http://bit.ly/rhKelq),[2] => 1)),[1] => Array ([file] => /home/forum/public_html/newthread.php(277) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Test http://bit.ly/rhKelq)),[2] => Array ([file] => /home/forum/public_html/newthread.php,[line] => 277,[function] => eval))),[code] => 256)) called at [(null):0] #1 trigger_error(Basic authentication is not supported on line 204 in /home/forum/public_html/twitter.php , 256) called at [/home/forum/public_html/vb/vb.php:287] #2 vB::handleException(TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/forum/public_html/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/forum/public_html/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Test http://bit.ly/rhKelq),[2] => 1)),[1] => Array ([file] => /home/forum/public_html/newthread.php(277) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Test http://bit.ly/rhKelq)),[2] => Array ([file] => /home/forum/public_html/newthread.php,[line] => 277,[function] => eval)))) called at [(null):0]
Videx
08-08-2011, 12:02 PM
I get this:
Basic authentication is not supported ...Well, whatever you do, don't read the entire thread before installing a mod. Or bother searching the thread for a solution before asking. Especially don't read back JUST TWO POSTS for a solution.
edit: Oh and be sure to always quote your entire error. :)
Lester Wilson
08-11-2011, 11:28 AM
Any help would be great! Thanks in advance.
(bits in red changed to protect the innocent)
ERROR MESSAGE -
Could not authenticate you. /statuses/update.xml Unauthorized on line 229 in /var/www/vhosts/mydomain.co.uk/httpdocs/twitter.php
#0 /var/www/vhosts/mydomain.co.uk/httpdocs/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /var/www/vhosts/mydomain.co.uk/httpdocs/newthread.php(276) : eval()'d code(23): Twitter->updateStatus('Test from Mark ...')
#2 /var/www/vhosts/mydomain.co.uk/httpdocs/newthread.php(276): eval()
#3 {main}
MY PHP SCRIPT
// If you are having trouble getting bitly URL shortening to work... disable it!
$useBitly = true;
if (!in_array($foruminfo[forumid], $excludedForums)) {
$shortUrl = 'http://www.myDomain.co.uk/showthread.php?t='.$newpost[threadid];
if ($useBitly) {
// http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('accountName', 'R_70765765765765765765');
$shortUrl = $bitly->shorten($shortUrl);
}
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
// http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$twitter = new Twitter('accountName','234kjh234k2j3h4');
$twitter->updateStatus($tweet);
}
Qwest
08-12-2011, 01:22 PM
Well that was a waste of time... Why don't they graveyard this......
This one however works fine.
https://vborg.vbsupport.ru/showpost.php?p=2146035&postcount=559
YUP! this definitely works.
The direct link to the actual mod is here https://vborg.vbsupport.ru/showthread.php?t=236278
elcoxx
10-08-2011, 06:52 PM
Hello, I need to know something.
Can I add Tweet Prefixes (not thread prefixes) With this add-on?
For xample, Tweet:
[Forum] vBulletin, the best forum system bit.ly/TweetURL23
Many thanks.
SpaceStar
10-19-2011, 09:48 PM
I have got it working after some googling og different errors.
Thanks for the mod.
mairving
05-25-2012, 10:24 PM
Here is the error that I'm getting. Any ideas?
Basic authentication is not supported on line 204 in /home/httpd/html/memphisroar.com/public_html/forum/twitter.php
#0 /home/httpd/html/memphisroar.com/public_html/forum/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/httpd/html/memphisroar.com/public_html/forum/newthread.php(277) : eval()'d code(26): Twitter->updateStatus('Just added auto...')
#2 /home/httpd/html/memphisroar.com/public_html/forum/newthread.php(277): eval()
#3 {main}
Fatal error: Basic authentication is not supported on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Basic authentication is not supported on line 204 in /home/httpd/html/memphisroar.com/public_html/forum/twitter.php , /home/httpd/html/memphisroar.com/public_html/forum/vb/vb.php, 287, Array ([exception] => TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/httpd/html/memphisroar.com/public_html/forum/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Just added automated Tweeting for threads... http://bit.ly/KTTFfF),[2] => 1)),[1] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/newthread.php(277) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Just added automated Tweeting for threads... http://bit.ly/KTTFfF)),[2] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/newthread.php,[line] => 277,[function] => eval))),[code] => 256)) called at [(null):0] #1 trigger_error(Basic authentication is not supported on line 204 in /home/httpd/html/memphisroar.com/public_html/forum/twitter.php , 256) called at [/home/httpd/html/memphisroar.com/public_html/forum/vb/vb.php:287] #2 vB::handleException(TwitterException Object ([] => Array ([100] => Continue,[101] => Switching Protocols,[200] => OK,[201] => Created,[202] => Accepted,[203] => Non-Authoritative Information,[204] => No Content,[205] => Reset Content,[206] => Partial Content,[300] => Multiple Choices,[301] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[302] => Status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.,[303] => See Other,[304] => Not Modified,[305] => Use Proxy,[306] => (Unused),[307] => Temporary Redirect,[400] => Bad Request,[401] => Unauthorized,[402] => Payment Required,[403] => Forbidden,[404] => Not Found,[405] => Method Not Allowed,[406] => Not Acceptable,[407] => Proxy Authentication Required,[408] => Request Timeout,[409] => Conflict,[411] => Length Required,[412] => Precondition Failed,[413] => Request Entity Too Large,[414] => Request-URI Too Long,[415] => Unsupported Media Type,[416] => Requested Range Not Satisfiable,[417] => Expectation Failed,[500] => Internal Server Error,[501] => Not Implemented,[502] => Bad Gateway,[503] => Service Unavailable,[504] => Gateway Timeout,[505] => HTTP Version Not Supported),[] => Basic authentication is not supported,[] => ,[] => 0,[] => /home/httpd/html/memphisroar.com/public_html/forum/twitter.php,[] => 204,[] => Array ([0] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/twitter.php,[line] => 648,[function] => doCall,[class] => Twitter,[type] => ->,[args] => Array ([0] => statuses/update.xml,[1] => Array ([status] => Just added automated Tweeting for threads... http://bit.ly/KTTFfF),[2] => 1)),[1] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/newthread.php(277) : eval()'d code,[line] => 26,[function] => updateStatus,[class] => Twitter,[type] => ->,[args] => Array ([0] => Just added automated Tweeting for threads... http://bit.ly/KTTFfF)),[2] => Array ([file] => /home/httpd/html/memphisroar.com/public_html/forum/newthread.php,[line] => 277,[function] => eval)))) called at [(null):0]
mairving
05-25-2012, 10:36 PM
Here is the php I entered in the plug-in with the password and API starred out:
// The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default
$excludedForums = array(7,10,14,16,21,22,27,28,29,30,31,32,33,34,35, 36);
// If you are having trouble getting bitly URL shortening to work... disable it!
$useBitly = true;
if (!in_array($foruminfo[forumid], $excludedForums)) {
$shortUrl = 'http://memphisroar.com/forum/showthread.php?t='.$newpost[threadid];
if ($useBitly) {
// http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('memphisroar', '***************************');
$shortUrl = $bitly->shorten($shortUrl);
}
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
// http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$twitter = new Twitter('memphisroar','*************');
$twitter->updateStatus($tweet);
}
Videx
05-25-2012, 11:59 PM
Go to the upper right and "search this mod" for the error you're getting. Specifically "Basic authentication is not supported".
mairving
05-26-2012, 01:11 AM
Thanks for the help. What it boils down to, essentially, is that this mod is a piece of crap. Right? LOL
DAMINK
05-26-2012, 01:24 AM
Thanks for the help. What it boils down to, essentially, is that this mod is a piece of crap. Right? LOL
Works for me without an issue and im on 4.2.0 so honestly no i would have to disagree.
mairving
05-26-2012, 01:30 AM
I know. It was a little sarcasm. Videx seems to have a strong distaste with this mod (and maybe for people like me that don't read all 40 pages of the thread).
grunty1
06-15-2012, 02:46 PM
Hey mairving I encountered the same problem at first! The solution is that in the array you need to break up the numbers.
I.e. instead of "1,2,3,4"
it should be "1, 2, 3, 4"
That fixed it for me.
cuco88
06-18-2012, 12:51 PM
I tried this with my 4.2.0-board. It didn't work, the bit.ly-thing threw out errors. After fixing that the twitter-thing threw out other and more complicated errors. I tried to fix it and I got it working. But many changes were needed. I try to tell you:
At first, don't use the attached bitly.php. Use the linked one in the first posting. Or take this link:
http://classes.verkoyen.eu/bitly
unzip it, place it in the forum-root
Second: the twitter-API only accepts oAuth now, no basic username/password authentication anymore. So you have to use the new twitter.php. Don't use the one attached to the first posting. And don't use the one linked in the first posting. Use this one instead: http://classes.verkoyen.eu/twitter_oauth
unzip it. Don't place it in the forum root now! We have to edit it!
Now you have to get a legacy-API-key from bit.ly: https://bitly.com/a/settings/advanced
And you need oAuth-data from twitter. Use this link: https://dev.twitter.com/ then click on "my applications" in the menu on the upper right. Click on "create new application" and enter your data. (you don't need to enter a callback-url) Then your app is created. Click on "settings" and then switch to "Read, Write and Access direct messages". Update application settings. Go back on the "details"-tab and click on "create my access-token". Go to tab "oAuth tool" You will see four keys now. You need all of them. Open your twitter.php, search for "private $oAuthToken = ' ';" Place the "Access token" here. Then search for "private $oAuthTokenSecret = ' ';" Place your "Aceess token secret" between the ' ' here. Now save the file and upload it to your forum root. The other two codes (consumer key, consumer secret) are needed in the plugin-script, see below.
Go to plugin-manager and create a new plugin:
vBulletin
newthread_post_complete
Tweet to Twitter
Now use the following code
If you want to exclude some forums, edit this line:
$excludedForums = array(1, 2);
and place the forum-ids between the brackets. use array() if you don't want to exclude any forums.
this line:
$shortUrl = 'http://yourURLhere.com/showthread.php?t='.$newpost[threadid];
change "YourURLhere.com" to your forum-URL.
In this line:
$bitly = new Bitly('username', 'API_key');
you have to put in your bit.ly-username and the generated API-key.
And in this line:
$twitter = new Twitter('consumer-key','consumer-secret');
you have to put in the consumer-key and the consumer-secret from the twitter o-auth-tool.
// The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default
$excludedForums = array(1, 2);
// If you are having trouble getting bitly URL shortening to work... disable it!
$useBitly = true;
if (!in_array($foruminfo[forumid], $excludedForums)) {
$shortUrl = 'http://yourURLhere.com/showthread.php?t='.$newpost[threadid];
if ($useBitly) {
// http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('username', 'API_key');
$result_bit = array();
$result_bit = $bitly->shorten($shortUrl);
$shortUrl = $result_bit['url'];
}
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
// http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$twitter = new Twitter('consumer-key','consumer-secret');
$twitter->statusesUpdate($tweet);
}
Save and activate it. This worked for me :-) No curl-erros anymore, no "unauthorized access" errors anymore, no .... errors, just working :)
nyenius
06-23-2012, 08:03 AM
cuco88 thanks in advance for your post, but i've followed all your steps and ends up with this kind of message:
------WebKitFormBoundary*******************--
why is that?
**im using vb4.2
cuco88
06-23-2012, 09:15 AM
Where do you get this message? Does the forum work or do you only get this message?
And does the plugin do anything? Is there a shortened link when you login to your bit.ly-account? Is there a tweet on Twitter?
If found a bug in the Twitter.php when using Unicode values with more than 1 byte, I have an easy fix for that, but I don't think this is the problem. Or are you using non english characters? Like ä ö ü é â, ...?
nyenius
06-23-2012, 10:16 AM
Right afer I submitted new thread. It just shows these lines and blank white screen.
The thread submitted correctly, but there's nothing new appears on bitly or twitter.
I not using non-english character either. I just copy-pasted the cde, that's all.
cuco88
06-23-2012, 10:43 AM
Looks like a problem with JSON. This can happen with the bitly.php. Try set
$useBitly = true;
to
$useBitly = false;
nyenius
06-23-2012, 04:05 PM
first time I encountered this error, it was the bitly disabled. then I enabled it, still the same message. Is it the hosting configuration?
Videx
06-23-2012, 05:22 PM
The problem is you're trying to use a mod that hasn't worked in a long time. Presumably because you neglected to read back a few posts and discover this fact. This is vital, especially when you can see from post #1 that the author hasn't been around for ages.
You can keep playing around trying to get this one to work, or you can just go use one that does: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
nyenius
06-23-2012, 05:45 PM
I just think is possible because everyone seems succeed installing this mod. It's strange that the problem seems different from one person and another.
ok I'll try the mod that you refer to. thanks :)
cuco88
06-24-2012, 07:40 AM
first time I encountered this error, it was the bitly disabled. then I enabled it, still the same message. Is it the hosting configuration?
Yeah. This happens if your hoster has no JSON support for PHP.
The problem is you're trying to use a mod that hasn't worked in a long time. Presumably because you neglected to read back a few posts and discover this fact. This is vital, especially when you can see from post #1 that the author hasn't been around for ages.
You can keep playing around trying to get this one to work, or you can just go use one that does: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
Have you seen this post? https://vborg.vbsupport.ru/showpost.php?p=2340684&postcount=594 this plugin works!
And the plugin you mention will not work either for nyenius...
nyenius
06-24-2012, 10:23 AM
I haven't try the 2nd mod yet, but i know what to do, i have to contact my hosting provider :)
CubicWebs
07-17-2012, 05:25 PM
UN-Installed and installed another one.
mrkati
08-05-2012, 09:31 AM
Hi I get this error when I open a new thread:
"Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in C:\Inetpub\vhosts\miskiniz.com\httpdocs\bitly.php on line 80"
Any ieas?
draver
10-04-2012, 09:12 AM
Sometimes i got an error message in my server log:
PHP Fatal error: Call to undefined function curl_init() in /var/www/xxx/includes/bitly.php on line 138, referer: http://www.meine-domain.de/newthread.php?do=newthread&f=17
How can i fix the problem?
sticky
10-05-2012, 11:51 PM
Can this do twitter updates to different accounts from different forums?
Like an off topic twitter account for the off topic forum only for example?
Videx
10-06-2012, 01:04 AM
Can this do twitter updates to different accounts from different forums?
Like an off topic twitter account for the off topic forum only for example?No.
sticky
10-06-2012, 03:44 AM
No.
Bummer, clumping everything in one account doesn't make too much sense for diverse forums.
Videx
10-07-2012, 12:19 AM
Bummer, clumping everything in one account doesn't make too much sense for diverse forums.An interesting concept. Instead of instant notification via email, a sort of instant notification via Twitter. Probably nothing you couldn't do with hashtags though, without the need to set up a separate Twitter account for each forum.
I don't think it would work on our forum (a local community site). The users are barely able to understand the concept of email subscriptions. I seriously doubt many of them could handle some sort of Twitter client for that.
In my own case, It would work fine on my desktop where I have Trillian displaying tweets on my second monitor. But I rarely run Twitter when on mobile, so would be a huge fail compared to instant email notifications.
sticky
10-09-2012, 12:49 AM
An interesting concept. Instead of instant notification via email, a sort of instant notification via Twitter. Probably nothing you couldn't do with hashtags though, without the need to set up a separate Twitter account for each forum.
I don't think it would work on our forum (a local community site). The users are barely able to understand the concept of email subscriptions. I seriously doubt many of them could handle some sort of Twitter client for that.
In my own case, It would work fine on my desktop where I have Trillian displaying tweets on my second monitor. But I rarely run Twitter when on mobile, so would be a huge fail compared to instant email notifications.
Well if you use something like VB Cerberus to split your forums up as is separate Twitter accounts are already being used. Hash tags just won't do it.
I'm sure this could be modified to do what I'm asking by someone.
Videx
10-09-2012, 12:18 PM
I'm sure this could be modified to do what I'm asking by someone.Maybe, but this one hasn't worked at all in a long time and the coder isn't around any longer. Thank goodness he labeled it 'reusable code' before he left!
Personally, I would like to see any such mod also include Facebook posts. Right now it's way too difficult. I can't even begin to imagine how you would handle multiple accounts on FB or even if they allow it.
sticky
10-10-2012, 04:04 AM
Maybe, but this one hasn't worked at all in a long time and the coder isn't around any longer. Thank goodness he labeled it 'reusable code' before he left!
Personally, I would like to see any such mod also include Facebook posts. Right now it's way too difficult. I can't even begin to imagine how you would handle multiple accounts on FB or even if they allow it.
So with no updates does this still work? Or is there another mod?
Videx
10-10-2012, 01:51 PM
So with no updates does this still work? Or is there another mod?If you read back you'll find that a few people have managed to hack the heck out of it and get it working. But there's an actual working and supported product at: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
sticky
10-10-2012, 07:15 PM
If you read back you'll find that a few people have managed to hack the heck out of it and get it working. But there's an actual working and supported product at: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
Thank you.
Spangle
03-02-2013, 08:59 PM
Had to disable this as it's not working on 4.2 patch 3
First error was require once file not found on line 29 newthread .php
Think I sorted that out, then I got an error about an unexpected T in Twitter.php on line2
Videx
03-02-2013, 10:40 PM
Had to disable this as it's not working on 4.2 patch 3
...Don't ever install a mod without reading the entire thread. Or at least the last few pages. In your case, you seemed to have even missed my post just two above yours!
betts02
03-12-2013, 03:28 PM
INVALID_LOGIN on line 219 in /home3/nextgen6/public_html/forums/bitly.php
#0 /home3/nextgen6/public_html/forums/bitly.php(470): Bitly->doCall('shorten', Array)
#1 /home3/nextgen6/public_html/forums/newthread.php(277) : eval()'d code(14): Bitly->shorten('http://www.next...')
#2 /home3/nextgen6/public_html/forums/newthread.php(277): eval()
#3 {main}
Warning: Invalid error type specified in [path]/vb/vb.php on line 286
Any ideas on whats wrong here please ? Cheers
Videx
03-12-2013, 04:09 PM
Any ideas on whats wrong here please ? CheersI don't mind repeating myself for newbies (much). But as a coder you really should know better than to basically post "it doesn't work", especially for a mod that hasn't worked in ages.
If I can assume that as a coder you read this entire thread before installing, including my post immediately before yours, then you really need to post some more info about what you've done so far to get it working. The mod is marked as reusable, so you're welcome to try fixing it, but really your efforts might be better spent on a mod to post to Facebook right now.
betts02
03-12-2013, 04:39 PM
Firstly where in your infinite wisdom do you see me posting "It Doesn't work" ?
Exactly, I never posted that, I simply posted the error i got and asked if anyone had any ideas
Secondly as a coder i made a couple of simple HTML edits which i shared with the community and which is why i got placed in the 'Coder' usergroup
Thirdly i do not want anything from my site posted to facebook as everything that gets posted on my twitter account gets automatically posted to my facebook account
Fourthly i have read every page and see some have no issues or have at least got it working, I do not wish to use the other mod as it is different to this
So in all of that, Please think before you reply
RFLIndustries
05-20-2013, 09:35 PM
I'm getting the error of
Could not authenticate you on line 204 in /home/bullpen/public_html/twitter.php
#0 /home/bullpen/public_html/twitter.php(648): Twitter->doCall('statuses/update...', Array, true)
#1 /home/bullpen/public_html/newthread.php(277) : eval()'d code(57): Twitter->updateStatus('testing http://...')
#2 /home/bullpen/public_html/newthread.php(277): eval()
#3 /home/bullpen/public_html/vbseo.php(1398): require('/home/bullpen/p...')
#4 {main}
Fatal error: Could not authenticate you on line 204 in [path]/twitter.php in [path]/vb/vb.php on line 286
I know it says its not supported. but hopefully somebody has some ideas.
Videx
05-20-2013, 10:29 PM
I know it says its not supported. but hopefully somebody has some ideas.https://vborg.vbsupport.ru/showpost.php?p=2372021&postcount=614
Ross L
05-25-2013, 08:23 PM
I tried this with my 4.2.0-board. It didn't work, the bit.ly-thing threw out errors. After fixing that the twitter-thing threw out other and more complicated errors. I tried to fix it and I got it working. But many changes were needed. I try to tell you:
At first, don't use the attached bitly.php. Use the linked one in the first posting. Or take this link:
http://classes.verkoyen.eu/bitly
unzip it, place it in the forum-root
Second: the twitter-API only accepts oAuth now, no basic username/password authentication anymore. So you have to use the new twitter.php. Don't use the one attached to the first posting. And don't use the one linked in the first posting. Use this one instead: http://classes.verkoyen.eu/twitter_oauth
unzip it. Don't place it in the forum root now! We have to edit it!
Now you have to get a legacy-API-key from bit.ly: https://bitly.com/a/settings/advanced
And you need oAuth-data from twitter. Use this link: https://dev.twitter.com/ then click on "my applications" in the menu on the upper right. Click on "create new application" and enter your data. (you don't need to enter a callback-url) Then your app is created. Click on "settings" and then switch to "Read, Write and Access direct messages". Update application settings. Go back on the "details"-tab and click on "create my access-token". Go to tab "oAuth tool" You will see four keys now. You need all of them. Open your twitter.php, search for "private $oAuthToken = ' ';" Place the "Access token" here. Then search for "private $oAuthTokenSecret = ' ';" Place your "Aceess token secret" between the ' ' here. Now save the file and upload it to your forum root. The other two codes (consumer key, consumer secret) are needed in the plugin-script, see below.
Go to plugin-manager and create a new plugin:
vBulletin
newthread_post_complete
Tweet to Twitter
Now use the following code
If you want to exclude some forums, edit this line:
$excludedForums = array(1, 2);
and place the forum-ids between the brackets. use array() if you don't want to exclude any forums.
this line:
$shortUrl = 'http://yourURLhere.com/showthread.php?t='.$newpost[threadid];
change "YourURLhere.com" to your forum-URL.
In this line:
$bitly = new Bitly('username', 'API_key');
you have to put in your bit.ly-username and the generated API-key.
And in this line:
$twitter = new Twitter('consumer-key','consumer-secret');
you have to put in the consumer-key and the consumer-secret from the twitter o-auth-tool.
// The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default
$excludedForums = array(1, 2);
// If you are having trouble getting bitly URL shortening to work... disable it!
$useBitly = true;
if (!in_array($foruminfo[forumid], $excludedForums)) {
$shortUrl = 'http://yourURLhere.com/showthread.php?t='.$newpost[threadid];
if ($useBitly) {
// http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
$bitly = new Bitly('username', 'API_key');
$result_bit = array();
$result_bit = $bitly->shorten($shortUrl);
$shortUrl = $result_bit['url'];
}
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
// http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$twitter = new Twitter('consumer-key','consumer-secret');
$twitter->statusesUpdate($tweet);
}
Save and activate it. This worked for me :-) No curl-erros anymore, no "unauthorized access" errors anymore, no .... errors, just working :)
I followed your instructions and I am getting the following error on submission:
Fatal error: Namespace declaration statement has to be the very first statement in the script in /home/xxxx/public_html/twitter.php on line 2
Any ideas on what could be causing this?
Thanks in advance.
Black Tiger
07-04-2013, 08:57 AM
Does this still work after Juli 1st this year or in any case since twitter isn't using api 1.0 anymore?
Because the other similar mods are not working anymore.
Videx
07-04-2013, 10:26 AM
Does this still work after Juli 1st this year or in any case since twitter isn't using api 1.0 anymore?
Because the other similar mods are not working anymore.https://vborg.vbsupport.ru/showpost.php?p=2372021&postcount=614
Black Tiger
07-04-2013, 11:41 AM
Thank you!
Black Tiger
07-10-2013, 11:34 PM
Pity though, that one only posts thread titles, no mod with part threads anymore.:(
Joe Pimms
09-03-2013, 03:33 PM
is there an update to use google
Videx
09-03-2013, 04:41 PM
No updates, but it is reusable code and that sounds like a great idea. I'm good for some money to hire a coder.
giaco750
01-09-2014, 02:41 AM
Is there a way that we can authorize before it gets tweeted on twitter TWEET :)?
demdev
01-12-2014, 04:16 PM
Awesome, thanks for the hack!
Wajow-community
01-13-2014, 01:01 PM
I get when i make a thread a white page on my forum what i do wrong? its stay on newthread.php?do=postthread&f=25
Wajow-community
01-13-2014, 01:23 PM
{"errorCode": 0, "errorMessage": "", "results": {"http://www.forums.domein.nl/showthread.php?t=2782": {"userHash": "1lUV7TQ", "shortKeywordUrl": "", "hash": "1lUV7TS", "shortCNAMEUrl": "http://bit.ly/1lUV7TQ", "shortUrl": "http://bit.ly/1lUV7TQ"}}, "statusCode": "OK"}Invalid JSON-response on line 196 in /home/admin/domains/domein.nl/public_html/forums/bitly.php
#0 /home/admin/domains/domein.nl/public_html/forums/bitly.php(382): Bitly->doCall('shorten', Array)
#1 /home/admin/domains/domein.nl/public_html/forums/newthread.php(277) : eval()'d code(33): Bitly->shorten('http://www.foru...')
#2 /home/admin/domains/domein.nl/public_html/forums/newthread.php(277): eval()
#3 {main}
Fatal error: Invalid JSON-response on line 196 in [path]/bitly.php in [path]/vb/vb.php on line 286
#0 vb_error_handler(256, Invalid JSON-response on line 196 in /home/admin/domains/domein.nl/public_html/forums/bitly.php , /home/admin/domains/domein.nl/public_html/forums/vb/vb.php, 286, Array ([exception] => BitlyException Object ([] => Invalid JSON-response,[] => ,[] => 0,[] => /home/admin/domains/domein.nl/public_html/forums/bitly.php,[] => 196,[] => Array ([0] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/bitly.php,[line] => 382,[function] => doCall,[class] => Bitly,[type] => ->,[args] => Array ([0] => shorten,[1] => Array ([longUrl] => http://www.forums.domein.nl/showthread.php?t=2782,[history] => 1))),[1] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/newthread.php(277) : eval()'d code,[line] => 33,[function] => shorten,[class] => Bitly,[type] => ->,[args] => Array ([0] => http://www.forums.domein.nl/showthread.php?t=2782)),[2] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/newthread.php,[line] => 277,[function] => eval)),[] => ),[code] => 256)) #1 trigger_error(Invalid JSON-response on line 196 in /home/admin/domains/domein.nl/public_html/forums/bitly.php , 256) called at [/home/admin/domains/domein.nl/public_html/forums/vb/vb.php:286] #2 vB::handleException(BitlyException Object ([] => Invalid JSON-response,[] => ,[] => 0,[] => /home/admin/domains/domein.nl/public_html/forums/bitly.php,[] => 196,[] => Array ([0] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/bitly.php,[line] => 382,[function] => doCall,[class] => Bitly,[type] => ->,[args] => Array ([0] => shorten,[1] => Array ([longUrl] => http://www.forums.domein.nl/showthread.php?t=2782,[history] => 1))),[1] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/newthread.php(277) : eval()'d code,[line] => 33,[function] => shorten,[class] => Bitly,[type] => ->,[args] => Array ([0] => http://www.forums.domein.nl/showthread.php?t=2782)),[2] => Array ([file] => /home/admin/domains/domein.nl/public_html/forums/newthread.php,[line] => 277,[function] => eval)),[]
i have this error?? what now?
nxtgen
01-13-2014, 02:47 PM
Interesting. No errors.. Details are correct.. Is there a log somewhere so I can see what is failing?
Wajow-community
01-13-2014, 03:00 PM
Interesting. No errors.. Details are correct.. Is there a log somewhere so I can see what is failing?
I will also do everything apart properly followed and filled ..
I use vbulletin 4.2.1 and when I do I immediately the subject site is redirected to the error that I mentioned above.
Videx
01-13-2014, 05:35 PM
i have this error?? what now?If you read back you'll find that a few people have managed to hack the heck out of it and get it working. But there's an actual working and supported product at: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
Wajow-community
01-14-2014, 06:46 PM
If you read back you'll find that a few people have managed to hack the heck out of it and get it working. But there's an actual working and supported product at: WS vBulletin Tweet Poster (https://vborg.vbsupport.ru/showthread.php?t=236278)
the same error as this one.
webmaster74
03-08-2014, 10:46 PM
OMG do you read at all?
YES THIS MOD WILL STOP WORKING 8/30/2010. EVERYONE STOP INSTALLING IT FOR GOD'S SAKE!
...... and we only discover this after spending an hour doing the changes and another hour reading the support........ thank you. This statement must appear in big bold red in the FIRST post.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.