Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • my space class
    https://elsid.net/2007/04/27/myspace-access-class-ver-24/

    as far as what it does here ya go:

    blog posting
    commenting
    friendslist navigation
    navigate myspace
    provides a base framework to allow your own custom myspace functions
    music player extraction
    ability to extraction info with friend id / user url
    error support
    tokens are extracted automatically
    maintains navigation and page history

    probably more, but i’m more concerned with the features being worked on now – which are:

    bulletins
    profile editing
    blog editing
    friend requesting

    hope that answers your questions – sid

    Forum: Plugins
    In reply to: Myspace Access – ver 2.2
    Thread Starter poetics5

    (@poetics5)

    ok well i’ve updated the class. https://elsid.net/2007/04/27/myspace-access-class-ver-24/

    as far as what it does here ya go:

    blog posting
    commenting
    friendslist navigation
    navigate myspace
    provides a base framework to allow your own custom myspace functions
    music player extraction
    ability to extraction info with friend id / user url
    error support
    tokens are extracted automatically
    maintains navigation and page history

    probably more, but i’m more concerned with the features being worked on now – which are:

    bulletins
    profile editing
    blog editing
    friend requesting

    hope that answers your questions – sid

    Since this project may or may not be inactive – Heres my class – not a plugin. https://elsid.net/2007/04/27/myspace-access-class-ver-24/

    as far as what it does here ya go:

    blog posting
    commenting
    friendslist navigation
    friendlist display
    navigate myspace
    provides a base framework to allow your own custom myspace functions
    music player extraction
    ability to extraction info with friend id / user url
    error support
    tokens are extracted automatically
    maintains navigation and page history

    probably more, but i’m more concerned with the features being worked on now – which are:

    bulletins
    profile editing
    blog editing
    friend requesting
    comments display

    hope that answers your questions – sid
    p.s. if someone could provide me with a foundation to use to make this a plugin that would be great

    Thread Starter poetics5

    (@poetics5)

    in case anyone cares – if not i’ll stop , i’ve gotten the code from the above example to work correctly with whatever changes myspace made.

    so far i’ve logged into myspace via php outputing the screen shots, gotten as far as my pictures, now working on extracting those. i posted the code at that blog, and you can email me poetics5 [at] yahoo [dot] com to see my code as it progresses

    Thread Starter poetics5

    (@poetics5)

    issue resolved – use wordpress multi user – its free!

    poetics5

    (@poetics5)

    Hi samboll yes my development machine on my intranet is windows, but the live environment at least for this will be linux / lighttpd. they use windows for the main site – i know , but it’s out of my hands.

    that said i hope this may help someone else. i know alot of you are running via shared hosts, etc. well i’m able to watch the connections and see the data all real time. heres what i’ve found:

    double check your spaces
    apprently (at least my case) wp was connecting, something weird happened in the process.
    for some reason strong passwords can’t be used when using wp to my server (no clue)
    change your password to ‘password’
    the install then worked for me, i’ll attempt converting to strong passcode once i’m done install.

    hope this helps.

    poetics5

    (@poetics5)

    hey bro – do a google for mysql old_password.
    chage the $value to = your_value
    UPDATE mysql.user SET Password = OLD_PASSWORD(‘$userpascode’) WHERE Host = ‘$host’ AND User = ‘$user’; FLUSH PRIVILEGES;

    if you have sqlyog you can just run it as a query – thats what i do, so maybe it’ll work in a script.

    also i normally run it as so:

    UPDATE mysql.user SET Password = OLD_PASSWORD(‘$userpascode’) WHERE User = ‘$user’; FLUSH PRIVILEGES;

    i do that because i control my db and it only has users i setup for apps. also since apps may be on this server or another one i give them both local and remote access, so removing the host param lets me update both the local and remote account at the same time.

    cheers hope it helps

    poetics5

    (@poetics5)

    ok i looked at my firewall and its contacting mysql and allowed to attempt connection. this is just weird. I disabled the firewall thinking maybe it has blocking somehow – same result.

    I’m running apache 2.2.3 with openssl 0.9,rewrite support, php 4.4.4, and mysql 5. apache has 2 domains setup for development, 1 domain redirection to port 81, and a master domain for the web server. all this is running on windows 2003 server r2 in a windows domain, firewalled, internal dns server, and only available via intranet.

    i’m recieving the same error as arabrab. sqlyog, mysql admin, etc have no issues connecting to mysql. is there something i can do?

    this is kinda time sensitive since i’m supposed to doing a beta view for a client. their a myspace youtube niche market hybrid and i’m recommending they go with a modified wordpress for user profiles /blogs.

    poetics5

    (@poetics5)

    hi i’m running to a similar problem, sorry can’t provide link as it’s intranet.

    i have mysql running at apache.sidneyblack.com – intranet.
    and wouldpress is running from the server at apache.sidneyblack.com under a development vhost: blog.iamfake.com

    i can access the db server fine both remotely and on the local server with the credentials given to wordpress, but i continue to get a wordpress can’t connect error. i’ve done OLD_PASSWORD on the password, and given both local and remote access to the wordpress user. still no dice.

Viewing 9 replies - 1 through 9 (of 9 total)