poetics5
Forum Replies Created
-
Forum: Plugins
In reply to: myspace crossposting plugin?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 historyprobably more, but i’m more concerned with the features being worked on now – which are:
bulletins
profile editing
blog editing
friend requestinghope that answers your questions – sid
Forum: Plugins
In reply to: Myspace Access – ver 2.2ok 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 historyprobably more, but i’m more concerned with the features being worked on now – which are:
bulletins
profile editing
blog editing
friend requestinghope that answers your questions – sid
Forum: Plugins
In reply to: New plugin: MySpace profile plugin for your wordpress 2.* blogSince 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 historyprobably more, but i’m more concerned with the features being worked on now – which are:
bulletins
profile editing
blog editing
friend requesting
comments displayhope 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 greatForum: Everything else WordPress
In reply to: login to myspace via curlin 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
Forum: Everything else WordPress
In reply to: need input of wordpress solution.issue resolved – use wordpress multi user – its free!
Forum: Installing WordPress
In reply to: Error establishing a database connectionHi 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.
Forum: Installing WordPress
In reply to: Error establishing a database connectionhey 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
Forum: Installing WordPress
In reply to: Error establishing a database connectionok 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.
Forum: Installing WordPress
In reply to: Error establishing a database connectionhi 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.comi 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.