Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

NP_Twitter v0.8

A Major release v0.8 is out.

- direct message sending
- added archive tweets override function
- added client source nptwitter
- allowed reply to all (since a twitterer might sett to show other ppl's replies)
- highlight replies (search for @admun)
- provided failure response when tweet/DM failed to sent
- abort tweet delete, if delete from twitter timeout/failed
- added twitter_all_update.php to download all missing tweets in the past (200 at a time)
- fixed incorrect count update friends/follower
- fixed & < > ' encoded display
- fixed a bug when user has not using twitter
- fixed & => & encoding when sending update
- added favorite support
- direct msg download and display
- show favorite tweets
- reply dm
- del dm
- sync favorite w/ local tweets

click here to download

18:53:13 on 02/21/09 by Admun - Category: My Work - tags: - print

Comments

Michael O-Keefe wrote:

I had a problem with the database tables being created properly. I ended up changing the VARCHAR(256) declarations to VARCHAR(255). I'm using GoDaddy to host, their MySQL reports its version as: 4.0.27-max-log

I think it's working now, thanks!

03/05/09 10:18:07

Admun wrote:

This is a problem w/ MySQL 2.0.27. This has been reported in forum. cool

03/05/09 23:04:46

David Geens wrote:

Dear Edmond,

Your twitter plugin suffer from the twitocalyps.

You should update your database the fid, uid and especially tid fields to bigint!

06/15/09 12:12:25

Admun wrote:

Indeed David. 8(

A quick fix for now until 0.9 is out:
- do a "ALTER TABLE `nucleus_plug_twitters_tweets` CHANGE `tid` `tid` BIGINT( 11 ) NOT NULL" from mysql
- seach for "ORDER BY tid" in NP_Twitter.php and change them to "ORDER BY created_at" There should be ~4 places to change

I agree that all INT need to be BIGINT now....

06/15/09 15:08:03

Add Comments



<=   November 2009   =>
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
2930     

My Quick Links

Documentation

How-To & Tips

Source Code

Developers utc

Latest Comments

  • Admun says If you are running wp from a hosting environment, your system admin people can tell...
  • Dan says Hi, Im a noob and Im not sure what to input for the Database Name, for Nucleus and...
  • Admun says what version of PHP you are running? It looks like this function is...
  • Kevin says I am getting this error: Fatal error: Call to undefined function sql_table() in...
  • Admun says thx Frank, I will look into it.
  • ftruscot says admun, a bug/fix suggestion on the forum that you might want to look at:...
  • Admun says Indeed David. 8( A quick fix for now until 0.9 is out: - do a "ALTER TABLE...
  • David Geens says Dear Edmond, Your twitter plugin suffer from the twitocalyps. You should...

Most Downloads