Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Audioscrobbler integration with user profile Details »»
Audioscrobbler integration with user profile
Version: 1.00, by buro9 buro9 is offline
Developer Last Online: Jul 2012 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.0.5 Rating:
Released: 12-05-2004 Last Update: Never Installs: 3
 
No support by the author.

No longer supported by the author.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-16-2005, 10:21 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah WAMP doesn't include PEAR, but...

This thread on the WAMP forums suggest just getting go-pear and dropping it into your wamp\php directory:
http://www.wampserver.com/phorum/rea...=777#reply_781
Reply With Quote
  #13  
Old 07-26-2005, 10:11 PM
rossco_2005's Avatar
rossco_2005 rossco_2005 is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm trying to install this hack, but don't understand how to install the PEAR packages...
I downlaoded the xml_rss package and cache_lite package and extracted the files, modded audioscrobbler.php to include the files from that folder, but then it says:

"Warning: main(XML/Parser.php) [function.main]: failed to open stream: No such file or directory in \XML_RSS\RSS.php on line 23"

which wasn't included in the xml package.
What do I do?
Reply With Quote
  #14  
Old 07-26-2005, 10:30 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rossco_2005
I'm trying to install this hack, but don't understand how to install the PEAR packages...
I downlaoded the xml_rss package and cache_lite package and extracted the files, modded audioscrobbler.php to include the files from that folder, but then it says:

"Warning: main(XML/Parser.php) [function.main]: failed to open stream: No such file or directory in \XML_RSS\RSS.php on line 23"

which wasn't included in the xml package.
What do I do?
Does your host not have PEAR installed? Quite a lot do, cPanel servers come with it out of the box and I would suspect that other hosts also supply it.

I've just had a look at the PEAR pages, and it seems that XML_RSS depends on XML_Tree which depends on XML_Parser which depends on PEAR.

It might take a while to attempt to build a list of all of the dependencies. If you can let me know whether PEAR is available on your server I'll look at whether it is feasible to package all of the required PEAR files together. I'm afraid this may take a while for me to do though as I fly to NYC and onto Redmond tomorrow and will be out of the country (UK) for a few weeks.
Reply With Quote
  #15  
Old 07-27-2005, 02:09 AM
rossco_2005's Avatar
rossco_2005 rossco_2005 is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by buro9
Does your host not have PEAR installed? Quite a lot do, cPanel servers come with it out of the box and I would suspect that other hosts also supply it.

I've just had a look at the PEAR pages, and it seems that XML_RSS depends on XML_Tree which depends on XML_Parser which depends on PEAR.

It might take a while to attempt to build a list of all of the dependencies. If you can let me know whether PEAR is available on your server I'll look at whether it is feasible to package all of the required PEAR files together. I'm afraid this may take a while for me to do though as I fly to NYC and onto Redmond tomorrow and will be out of the country (UK) for a few weeks.
Not sure about the host, I was just testing this on my own pc (apache, php, mysql installed) and couldn't figure out how to install PEAR so I thought it would be easier to just copy the files into the forums folder and include them like you said above.

ah well, i will try to find an install guide for pear.
Reply With Quote
  #16  
Old 07-27-2005, 05:03 AM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rossco_2005
Not sure about the host, I was just testing this on my own pc (apache, php, mysql installed) and couldn't figure out how to install PEAR so I thought it would be easier to just copy the files into the forums folder and include them like you said above.

ah well, i will try to find an install guide for pear.
A guide on installing and using PEAR:
http://www.sitepoint.com/article/get...ed-with-pear/2

A windows package that includes Apache, PHP + PEAR, MySql, etc:
http://www.apachefriends.org/en/xampp-windows.html
Reply With Quote
  #17  
Old 07-27-2005, 04:08 PM
rossco_2005's Avatar
rossco_2005 rossco_2005 is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by buro9
A guide on installing and using PEAR:
http://www.sitepoint.com/article/get...ed-with-pear/2

A windows package that includes Apache, PHP + PEAR, MySql, etc:
http://www.apachefriends.org/en/xampp-windows.html
Works! Thanks!
Now as soon as vb3.5 is released I can install it on the 'live' forum.
Reply With Quote
  #18  
Old 08-05-2005, 03:04 PM
buro9 buro9 is offline
 
Join Date: Feb 2002
Location: London, UK
Posts: 585
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rossco_2005
Works! Thanks!
Now as soon as vb3.5 is released I can install it on the 'live' forum.
I'll be converting this to 3.5 over the next few weeks
Reply With Quote
  #19  
Old 08-05-2005, 10:40 PM
rossco_2005's Avatar
rossco_2005 rossco_2005 is offline
 
Join Date: Apr 2005
Location: Canada
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by buro9
I'll be converting this to 3.5 over the next few weeks
Hmm, it already worked for me in 3.5 anyway. :lick:
Would be nice to have it as a plugin tho ofcourse.
Reply With Quote
  #20  
Old 08-09-2005, 10:31 PM
jaredvolkl jaredvolkl is offline
 
Join Date: May 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well Audioscrobbler is all switched up now. Looks like last.fm is what they are now. It's great because there's all kinds of new features, but of course our hack is broken now.
Reply With Quote
  #21  
Old 10-01-2005, 03:47 PM
Bratac Bratac is offline
 
Join Date: Jul 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jaredvolkl
Well Audioscrobbler is all switched up now. Looks like last.fm is what they are now. It's great because there's all kinds of new features, but of course our hack is broken now.
any updates on the progress of this for vb 3.5? I would really love to have this as a plugin.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:24 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.04479 seconds
  • Memory Usage 2,301KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete