vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   'Now Playing' Hack (https://vborg.vbsupport.ru/showthread.php?t=32587)

disillusioned 08-17-2002 09:26 AM

Found the issue to be a missing value="$nowplaying" in the INPUT tag!!!
Now I'm having some other weird issue with Quick Replies- some are trying to reply to messages from different forums- especially if you're trying to reply to an admins only forum- we're having some sensitive replies appearing in random other threads outside that forum.... Ideas?
(thanks for all your help!)

Chris M 08-18-2002 12:18 PM

@J-OST - How did you get it to work??

TGO 08-30-2002 01:38 PM

Any chance of an update for 2.2.7? I get a parse error when I follow the instructions..I wish I never updated now, this was my favourite hack :(

MarkB 09-06-2002 01:16 PM

It should work fine on 2.2.7 - you must have missed a step somewhere. What parse error do you get?

MarkB 09-06-2002 01:24 PM

Oh, and for the record - I've not udpated this since the version it was originally released for, and don't expect to update it until vB3 is out... so if it don't work, just play around with it ;)

MartynJ 09-08-2002 04:38 PM

I'd like to add this, but each time I click on the .txt attachment, it loads into IE all funky. Can't someone attach it in a zip like most hacks are? It's a nightmare trying to decode a scrambled text file.

Ghostsuit 09-26-2002 10:22 AM

Damn fine hack working fine on my boards in 2.2.7 just had to make a few changes to the INSERTS parts of Newreply and Newpost since the mood hack affects those already.

Mono 10-06-2002 08:36 PM

I can't get this hack to show up at all. I modified all the correct templates and php files and still noluck. I've done it twice now with the same effect. Anyone know were the problem could be. I think it's most likely in the sql database I dont think I put that table where it's supposed to go.

ZiRu$ 10-17-2002 04:32 AM

Quote:

Originally posted by MarkB
Oh, and for the record - I've not udpated this since the version it was originally released for, and don't expect to update it until vB3 is out... so if it don't work, just play around with it ;)
NOOOOOOOOOOOOOO PLEASE MARK UPDATE IT FOR 2.2.8

Now Playing is my favorite hack....But A LOT has changed in 2.2.8 and i messed up my forums big time trying to make it work. Can you PLEASSEEEE do 1 more update?

Because I dont ever wanna go to 3.0

Brad 10-17-2002 07:04 AM

Working well on 2.2.8. :)

ZiRu$ 10-17-2002 04:47 PM

Quote:

Originally posted by Anime-loo
Working well on 2.2.8. :)
agh crap....then that means its just another hack i have :(

Ghostsuit 10-17-2002 05:13 PM

Quote:

Originally posted by ZiRu$


agh crap....then that means its just another hack i have :(

It might be the mood hack if you have that installed.

ZiRu$ 10-18-2002 06:05 PM

nope......

MarkB 10-24-2002 01:41 PM

I'll update it for 2.2.8 soon :)

Chris M 10-24-2002 01:44 PM

Thanks:)

Satan

Dean C 10-24-2002 07:54 PM

MarkB - it works fine on 2.2.8 for me :D

- miSt

Brad 10-24-2002 09:07 PM

It works on 2.2.8. People that are having problems with it have edited the code before install, if i get the time ill put something togther for people that have alreadyed edited the code is Mark dosent mind.

ZiRu$ 10-29-2002 07:36 PM

thanks for updating it for 2.2.8....works perfect now :)

Donkeyballz 11-11-2002 02:32 PM

im having a problam with the display. when i post a new thread and dont enter anything in the 'NP:' box nothing shows, but when i post a new reply and dont enter anything in the 'NP:' box it will show in the thread 'NP:' with nothing, becuase i didn't enter anything. i checked the codes both in newreplay and newthread they are the same. if i didn't enter anything in the 'NP:' box i dont want it to show in the thread 'NP: <blank>'. any ideas?

Crazy Pete 12-12-2002 02:16 AM

I installed this hack, but I can't get it to show up in the postbit anywhere. Also, by default the text field for Now Playing? has "Array" in it, that doesn't seem right to me. What's going on?

Crazy Pete 12-12-2002 02:18 AM

I installed this hack, but I can't get it to show up in the postbit anywhere. Also, by default the text field for Now Playing? has "Array" in it, that doesn't seem right to me. What's going on?

Oblivion Knight 02-05-2003 08:47 PM

Nice one Mark.
Working with no problems on 2.2.9 whatsoever :)

[high]* Oblivion Knight clicks install.[/high]

Harken 02-11-2003 01:47 AM

how do i edit it to show a little cd instead of NP

Harken 02-11-2003 02:08 AM

nm im a dumbass

L-Mane 03-05-2003 12:42 AM

I cannot find

$DB_site->query("INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,allowsmili e,showsignature,ipaddress,iconid,visible) VALUES (NULL,'$threadid','".addslashes(htmlspecialchars($ title))."','".addslashes($post username)."','$bbuserinfo[userid]','".time()."','$attachmentid','".addslashes($mess age)."','$allowsmilie','$signa ture','$ipaddress','$iconid','$visible')");

Anywhere in edit post

Austin Dea 05-11-2003 12:42 AM

For you guys who couldn't get it to display, I did by doing this.

Chang:
Code:

if ($post[NP]!="") {
eval("\$post[nowplaying] = \"".gettemplate("postbit_nowplaying")."\";");
               
        } else {
                $post[NP]="";
        }

to:
Code:

        if ($post[NP]!="") {
                eval("\$post[nowplaying] = \"".gettemplate("postbit_nowplaying")."\";");
        } else {
                $post[NP]="";
        }

I have no idea why that fixes it, but it did for me =P.

reismarktq2 06-02-2003 08:36 PM

Never mind... fixed it myself.

/me clicks install

Xelation 06-09-2003 06:59 PM

Is it possible for someone to make an addon for the getinfo page? with the last 5 songs played?

MarkB 07-06-2003 08:12 AM

I've managed to hack this for vB3 now, so once that is released as Gold, and vB.org is accepting vB3 hacks, I'll release it :)

midnightz 07-25-2003 03:40 PM

Hi - Great hack

Is it possible to have it show in thier profile as well

Thanks,

midz

RixiuS 08-02-2003 03:32 AM

i'm on vb 2.3.0 and when i reply to threads that i started, the NP stays the same >.<

Zachery 08-02-2003 09:08 AM

[QUOTE]11-24-01 at 07:02 PM Nupraptor said this in Post #24
Do you think it would be possible to have something which automatically detects what Winamp is currently playing? I realize that it would probably be rather extensive, but I think it'd also be kind of neat.

RixiuS 08-03-2003 01:57 AM

-.- anyone else getting my error?

Quote:

i'm on vb 2.3.0 and when i reply to threads that i started, the NP stays the same >.<

RixiuS 08-08-2003 02:11 AM

>_< neone?

DannyBoy8406 08-12-2003 04:06 AM

installed, now whenever i try to post i get this error

Code:

Database error in vBulletin 2.2.9:

Invalid SQL: INSERT INTO post (postid,threadid,title,username,userid,dateline,attachmentid,pagetext,NP,allowsmilie,showsignature,ipaddress,iconid,visible) VALUES (NULL,'1309','','Dark Illusions','6','1060664645','0','BLAH','1','0','216.24.108.139','0','1')
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Date: Tuesday 12th of August 2003 01:04:05 AM
Script: http://www.wb-devotions.com/newreply.php
Referer: http://www.wb-devotions.com/newreply...&threadid=1309


yabba 08-12-2003 05:57 PM

anyone here their this have made for the now playing hack?

https://vborg.vbsupport.ru/showthrea...threadid=56114

Greets yabba


All times are GMT. The time now is 08:18 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.01644 seconds
  • Memory Usage 1,789KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete