Code Monkey home page Code Monkey logo

Comments (6)

mstalfoort avatar mstalfoort commented on July 26, 2024

Looks like it's just plain and simple PHP serialize,
@see: https://github.com/graulund/tweetnest/blob/master/inc/class.twitterapi.php#L186

from tweetnest.

simonszu avatar simonszu commented on July 26, 2024

That's strange, because when i try to deserialize a string in this column (https://gist.github.com/2659452) with PHP, i get a WARNING: Error at offset 5 of 1099 bytes
I tried it with http://www.functions-online.com/unserialize.html

from tweetnest.

graulund avatar graulund commented on July 26, 2024

It's indeed a simple PHP serialize.

from tweetnest.

mstalfoort avatar mstalfoort commented on July 26, 2024

@simonszu is that gist you're referring to data in your database?
i'm asking because that isn't quite a well formatted serialized string so i can imagine you'll get errors unserializing that

from tweetnest.

graulund avatar graulund commented on July 26, 2024

I concur. It seems you have HTML entities in your serialized text. Decode the entities and you should be able to unserialize it.

from tweetnest.

simonszu avatar simonszu commented on July 26, 2024

Yes, it's from my DB. It's the original string, stored by tweetnest

Before printing this email, think if it is really needed.

On 12.05.2012, at 22:56, Marc Stalfoort
[email protected]
wrote:

@simonszu is that gist you're referring to data in your database?
i'm asking because that isn't quite a well formatted serialized string so i can imagine you'll get errors unserializing that


Reply to this email directly or view it on GitHub:
#38 (comment)

from tweetnest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.