vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - vBTwitter (https://vborg.vbsupport.ru/showthread.php?t=204694)

King Kovifor 02-18-2009 06:17 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1747687)
I'm getting that multi tweet message too

I'll try to have a fix out by the end of the week. If you want to disable this to go back to the direct edit disable the "Add "Tweet this Post"" plugin.

RedeemedWarrior 02-19-2009 05:47 AM

sounds good :)

King Kovifor 02-19-2009 08:40 PM

Quote:

Originally Posted by itsbobtista (Post 1745518)
But when I check my Twitter, the URL it goes to is:
http://www.atxscene.com/forums/showp...&postcount=414

Which looks funky. Shouldn't it go to forums/showthread.php?p=414&postcount=414 so that it shows the thread and just automatically scrolls to that post? It just makes my style look funky lol you can check it out.

I've added a code switch in v1.0.2 that'll allow you to change this.

Joe Gronlund 02-19-2009 10:03 PM

1 Attachment(s)
KK , I still can not install this since I un-installedl it when it had very few features..

Is there some tables I can drop manually to get this installed???


Code:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

See Screenshot


Thank you...

King Kovifor 02-19-2009 10:13 PM

Quote:

Originally Posted by Joe Gronlund (Post 1749387)
KK , I still can not install this since I un-installedl it when it had very few features..

Is there some tables I can drop manually to get this installed???


Code:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

See Screenshot


Thank you...

This was on the last page. Guess you missed it, but I don't mind.

Be sure to add your prefix before user.

[sql]ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`[/sql]

Joe Gronlund 02-19-2009 11:01 PM

Quote:

Originally Posted by King Kovifor (Post 1749393)
This was on the last page. Guess you missed it, but I don't mind.

Be sure to add your prefix before user.

SQL Query: (how to run queries)
ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`


Worked perfect!~!!

Thank you....

Mukashi 02-19-2009 11:12 PM

Getting this error on users options pages, after users have entered in their passwords for twitter accounts.

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 5

PHPInfo confirms Mcrypt 2.5.8 installed on the server.

King Kovifor 02-20-2009 01:10 AM

Joe, your welcome.

Mukashi, I know. It was an oversight on my part as during testing I had already had a password. It will be rectified in v1.0.2.

Capper5016 02-21-2009 01:26 AM

When can we expect the updated release?

King Kovifor 02-21-2009 02:11 AM

Quote:

Originally Posted by Capper5016 (Post 1750308)
When can we expect the updated release?

I didn't have time to work on it today, so hopefully tomorrow.

Mukashi 02-22-2009 03:50 AM

Afraid that I'm still getting that error in v1.0.2. Well, that is to say, it looks similar enough to the previous one, so I'm guessing the different line number is just due to whatever changes you've made to the code since 1.0.1.

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 7

bezibaerchen 02-22-2009 09:39 AM

Installed and finally managed to get it to work.

Am on Ubuntu, there were deep issues with php5-mcrypt, managed to fix that too, but mod didn't work anyway, as curl wasn't installed either.

IMHO this should be on prequesities too.

King Kovifor 02-22-2009 01:50 PM

Quote:

Originally Posted by Mukashi (Post 1751149)
Afraid that I'm still getting that error in v1.0.2. Well, that is to say, it looks similar enough to the previous one, so I'm guessing the different line number is just due to whatever changes you've made to the code since 1.0.1.

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 7

Which shouldn't be happening anyways. Since upon installation of v1.0.1 all passwords were encrypted and given an IV. The only thing I can do is force a reset of passwords as the install (or upgrade) should have fixed that.

Quote:

Originally Posted by bezibaerchen (Post 1751269)
Installed and finally managed to get it to work.

Am on Ubuntu, there were deep issues with php5-mcrypt, managed to fix that too, but mod didn't work anyway, as curl wasn't installed either.

IMHO this should be on prequesities too.

That's a requirement for the class that I hadn't thought of (as I didn't write it). I shall add that to the requirements. Sorry. :)

mikeinjersey 02-22-2009 02:44 PM

Why still no normal screenshots ? A lot of us have no clue what it looks like beforehand.

Screenshots should always be posted with the initial post in the thread.

I just went through all 9 pages and still dont see any.

King Kovifor 02-22-2009 03:00 PM

There's really nothing to show. It just adds two links (one in the top of the thread tools and one next to the post counts) that say "Tweet this Thread!" and "Tweet this Post!" respectively. And it adds two options to the options profile...

ragtek 02-22-2009 03:49 PM

1 Attachment(s)
Screenshots for version 1.0.2:
Tweet a post:
Attachment 95339
Tweet a thread:
Attachment 95338

bezibaerchen 02-22-2009 04:14 PM

Hmm, "Tweet this post" doesn't show up at my forums. Any hints?

--> http://www.mobil-talk.de

ragtek 02-22-2009 04:20 PM

Quote:

Originally Posted by bezibaerchen (Post 1751553)
Hmm, "Tweet this post" doesn't show up at my forums. Any hints?

--> http://www.mobil-talk.de

Have you a modified postbit template?

bezibaerchen 02-22-2009 04:39 PM

Not really AFAIK.

johndiaz 02-25-2009 02:46 AM

Great Mod! Works wonderfully!!

Question though.. how possible is it for it not to have tinurl as the url on Twitter?? I would love the direct link.. :)

Teresa 02-25-2009 04:30 PM

Is it possible to fix this?
Uncached templates: modifyoptions_vbtwitter (1)

ragtek 02-25-2009 05:13 PM

create a plugin with hook cache_plugins
PHP Code:

if (THIS_SCRIPT == 'profile')
{
    
$globaltemplates[] = 'modifyoptions_vbtwitter';


Is fixed in the next release.

johndiaz 02-25-2009 05:51 PM

anything on not having linked to tinyurl would love to have straight link to the site :)

King Kovifor 02-25-2009 06:51 PM

Quote:

Originally Posted by johndiaz (Post 1753859)
Great Mod! Works wonderfully!!

Question though.. how possible is it for it not to have tinurl as the url on Twitter?? I would love the direct link.. :)

Quote:

Originally Posted by johndiaz (Post 1754479)
anything on not having linked to tinyurl would love to have straight link to the site :)

vBTwitter doesn't shorten the URLs. That's something that the Twitter API has been doing.

King Kovifor 02-25-2009 07:09 PM

I added Screenshots to the first post.

ragtek 02-28-2009 10:17 AM

Is this atm working for you?
I don't want to install now a clear forum just for tesing it*g*

ATM i'm just getting
Quote:

<html><body>You are being <a href="http://twitter.com/login">redirected</a>.</body></html>
back from the twitter api :(

mykkal 02-28-2009 06:04 PM

Is there a way to give folks an option to tweet all their posts automatically? Or is it possible to make a social bookmark like icon that people can click on?

Like these:https://vborg.vbsupport.ru/external/2009/03/48.gifhttps://vborg.vbsupport.ru/external/2009/03/49.gifhttps://vborg.vbsupport.ru/external/2009/03/50.gifhttps://vborg.vbsupport.ru/external/2009/03/51.gif

ETDC 02-28-2009 06:20 PM

Will this work in 3.7?

Also, can the 'tweet this' link and/or image appear at the end of a post, rather than at the top?

:)

mykkal 02-28-2009 06:55 PM

Quote:

Originally Posted by ETDC (Post 1757076)
Will this work in 3.7?

Also, can the 'tweet this' link and/or image appear at the end of a post, rather than at the top?

:)

Don't see a version for 3.7. Just upgraded your board. 3.8 is only a security fix. Won't change any templates. 3.7 is the same without the bug fixes so it should work.

But i'd recommend you go to 3.8

mykkal 02-28-2009 07:00 PM

When I installed the plugin (via uploading and importing) I got this error.
Fatal error: Call to undefined function mcrypt_get_iv_size() in /home/mmtalk/public_html/jobs/profile.php(2154) : eval()'d code on line 32

mykkal 02-28-2009 08:10 PM

We're sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again

I get this error when I try to "tweet" a post.. Problem is I have the correct credentials in the options. Also, I checked the database and both twitter_password and twitter_username had data in them. I can't tell if the password is right for MYSQL. It appears to be encrypted. twitter_size apprears to have some encrypted data in it as well.

I even tried using different twitter username information and that had no effect. But I can log directly into twitter using the same information I put in my vBulletin options for my user.

Is anyone else having this problem? I'm willing to pay to have this fixed.

King Kovifor 02-28-2009 09:46 PM

Quote:

Originally Posted by ETDC (Post 1757076)
Will this work in 3.7?

Also, can the 'tweet this' link and/or image appear at the end of a post, rather than at the top?

:)

There will be an option in 1.1 for this.

Quote:

Originally Posted by mykkal (Post 1757097)
When I installed the plugin (via uploading and importing) I got this error.
Fatal error: Call to undefined function mcrypt_get_iv_size() in /home/mmtalk/public_html/jobs/profile.php(2154) : eval()'d code on line 32

Quote:

Originally Posted by mykkal (Post 1757144)
We're sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again

I get this error when I try to "tweet" a post.. Problem is I have the correct credentials in the options. Also, I checked the database and both twitter_password and twitter_username had data in them. I can't tell if the password is right for MYSQL. It appears to be encrypted. twitter_size apprears to have some encrypted data in it as well.

I even tried using different twitter username information and that had no effect. But I can log directly into twitter using the same information I put in my vBulletin options for my user.

Is anyone else having this problem? I'm willing to pay to have this fixed.

According to your first quote, you don't have mcrypt installed, so it won't be able to decrypt a password, so, they won't be able to authenticate.

ETDC 02-28-2009 11:38 PM

Quote:

Originally Posted by mykkal (Post 1757094)
Don't see a version for 3.7. Just upgraded your board. 3.8 is only a security fix. Won't change any templates. 3.7 is the same without the bug fixes so it should work.

But i'd recommend you go to 3.8

problem is, it breaks a lot of plug-ins/addons which have not yet been updated...

mykkal 03-01-2009 12:16 AM

Quote:

Originally Posted by King Kovifor (Post 1757200)

According to your first quote, you don't have mcrypt installed, so it won't be able to decrypt a password, so, they won't be able to authenticate.

Mencrypt was installed after I saw the error. I still have a problem with authentication tho. Can you help me troubleshoot this?

King Kovifor 03-01-2009 12:47 AM

Quote:

Originally Posted by ETDC (Post 1757251)
problem is, it breaks a lot of plug-ins/addons which have not yet been updated...

This product should work just fine.

Quote:

Originally Posted by mykkal (Post 1757265)
Mencrypt was installed after I saw the error. I still have a problem with authentication tho. Can you help me troubleshoot this?

If Mcrypt was installed, it should be working just fine. Attempt uninstalling it then reinstalling it.

mykkal 03-01-2009 07:17 AM

Quote:

Originally Posted by King Kovifor (Post 1757276)
This product should work just fine.



If Mcrypt was installed, it should be working just fine. Attempt uninstalling it then reinstalling it.

thats not really the troubleshooting help i was looking for. i'm an admin..not a user. i need something more concrete then reupload some files and overwrite a xml.

it does not work,

ricoche 03-01-2009 08:52 AM

Quote:

We're sorry, but the Username and Password provided within your User CP could not be authenticated. Please modify either your Username or Password to match your current Twitter Username / Password and try again
I am having this same problem as well. I have Mcrypt installed on my server and am using it for other applications on other domains so I know it works fine. In addition, I was able to "tweet" a post once and it worked perfectly. However, since then I get the error above. All credentials are accurate.

Just FYI. Thanks.

Switch02 03-01-2009 09:01 AM

nice job man ;)

King Kovifor 03-01-2009 02:38 PM

Quote:

Originally Posted by mykkal (Post 1757418)
thats not really the troubleshooting help i was looking for. i'm an admin..not a user. i need something more concrete then reupload some files and overwrite a xml.

it does not work,

That was my suggestion. Can you tell if the passwords are encrypted in the database?

Quote:

Originally Posted by ricoche (Post 1757460)
I am having this same problem as well. I have Mcrypt installed on my server and am using it for other applications on other domains so I know it works fine. In addition, I was able to "tweet" a post once and it worked perfectly. However, since then I get the error above. All credentials are accurate.

Just FYI. Thanks.

Was the one post before or after upgrading to v1.0.1?

mykkal 03-01-2009 03:46 PM

Quote:

Originally Posted by King Kovifor (Post 1757595)
That was my suggestion. Can you tell if the passwords are encrypted in the database?



Was the one post before or after upgrading to v1.0.1?

Yes they are encrypted. I see all kinds of weird characters in tables twitter_password and twitter_character


All times are GMT. The time now is 02:25 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.01948 seconds
  • Memory Usage 1,850KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete