Welcome, Guest. Please Login or Register.
April 23, 2024, 09:29:33 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.3 Final] UltraSweet Im Sound Mod « previous next »
Pages: 1 [2] 3 4 ... 7 Reply Ignore Print
Author Topic: [Beta 1.5.3 Final] UltraSweet Im Sound Mod  (Read 73666 times)
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #15 on: April 19, 2003, 03:50:51 PM »
Reply with quote

ahhh crap,

add this to the global above that $imsound

should look like this:
   global $username, $ID_MEMBER, $yySetLocation, $ignore, $notify, $imsound, $cgi, $db_prefix;

my bad, forgot to add that line.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #16 on: April 19, 2003, 03:54:48 PM »
Reply with quote

I have updated the download to include that line...

Like I said I written it fast.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
fratze
Jr. Member
**
Posts: 91


I'm a llama!

Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #17 on: April 19, 2003, 03:55:27 PM »
Reply with quote

Sorry, I dont understand where to add this  ???

MfG,
Fratze
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #18 on: April 19, 2003, 03:59:34 PM »
Reply with quote

just redownload the package, i put the fix in it.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
fratze
Jr. Member
**
Posts: 91


I'm a llama!

Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #19 on: April 19, 2003, 04:10:45 PM »
Reply with quote

Fine,the first error is gone, but now this error mesage displays by saving the preferences :

Unknown table 'chainltr' in field list
Datei: /usr/local/httpd/htdocs/kunden/web1/html/board/Sources/InstantMessage.php
Zeile: 1108


MfG,
fratze
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #20 on: April 19, 2003, 04:19:44 PM »
Reply with quote

Duh...

I re-did the package and updated with the fix:

this

   $request = mysql_query("UPDATE {$db_prefix}members SET im_ignore_list='$ignorelist',im_email_notify=$notify,im_email_sound=$imsound WHERE ID_MEMBER=$ID_MEMBER") or database_error(__FILE__, __LINE__);
   $yySetLocation = "$cgi;action=imprefs";


should be


   $request = mysql_query("UPDATE {$db_prefix}members SET im_ignore_list='$ignorelist',im_email_notify=$notify,im_email_sound='$imsoundlist' WHERE ID_MEMBER=$ID_MEMBER") or database_error(__FILE__, __LINE__);
   $yySetLocation = "$cgi;action=imprefs";
« Last Edit: April 19, 2003, 04:20:13 PM by Nemesis » Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
fratze
Jr. Member
**
Posts: 91


I'm a llama!

Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #21 on: April 19, 2003, 04:44:52 PM »
Reply with quote

Ok, no errors this time....but, i hear no sound  ::)

anyone else has this problem ?
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #22 on: April 19, 2003, 04:46:10 PM »
Reply with quote

you send yourself a test message?
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
fratze
Jr. Member
**
Posts: 91


I'm a llama!

Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #23 on: April 19, 2003, 04:47:57 PM »
Reply with quote

yes for sure !

Also I loggt in with another user and send a im to me, but no sound !
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #24 on: April 19, 2003, 04:48:51 PM »
Reply with quote

speakers on?
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #25 on: April 19, 2003, 04:49:53 PM »
Reply with quote

also send me your subs.php i want to look at the codes.

[email protected]
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #26 on: April 19, 2003, 04:51:56 PM »
Reply with quote

and if you dont have the Sounds folder in the right place it won't work...

should be in the main forum directory along with the source folder, yabbimage folder, etc...
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
fratze
Jr. Member
**
Posts: 91


I'm a llama!

Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #27 on: April 19, 2003, 04:53:40 PM »
Reply with quote

You have mail.Thanks for your help !!
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #28 on: April 19, 2003, 05:01:19 PM »
Reply with quote

I see you installed somekind of messagearchive mod, wonder if that messing up, cause the rest of the codes there are the same as mine.

Go to phpadmin, then view your dbprefix_members table. browse it go to the end of the colum and look to see im_email_sound file is set in your member row. Meaning see if it has a wav file in that colum for your name.
« Last Edit: April 19, 2003, 05:02:24 PM by Nemesis » Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #29 on: April 19, 2003, 05:03:06 PM »
Reply with quote

what's the url to your board also?
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Pages: 1 [2] 3 4 ... 7 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.3 Final] UltraSweet Im Sound Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.050 seconds with 20 queries.