Welcome, Guest. Please Login or Register.
May 06, 2024, 04:35:11 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  |  [Done] New instant messages « previous next »
Pages: 1 2 [3] 4 5 6 Reply Ignore Print
Author Topic: [Done] New instant messages  (Read 20849 times)
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #30 on: May 16, 2002, 09:21:47 PM »
Reply with quote

Sorry about that, the alert one accidentally had an extra ! in it... I hit the ! key an extra time by accident. I will upload it again without the stupid ! in it.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #31 on: May 16, 2002, 09:24:04 PM »
Reply with quote

Alright, I removed the ! and uploaded it. So uninstall the mod download it again and install this one(make sure to clear your cache before downloading it so you don't get the cached version).
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[Done] New instant messages
« Reply #32 on: May 16, 2002, 09:24:20 PM »
Reply with quote

where is the extra ! at?  I install by hand since I have changed alot of things in my files.
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #33 on: May 16, 2002, 09:27:05 PM »
Reply with quote

iamdamnsam this is what it looks like:

In subs.php look for:

      $request3 = mysql_query("SELECT COUNT(*) FROM {$db_prefix}instant_messages WHERE (toName='$username' && alerted!=1 && !deletedBy!=1)");

and replace it with:

      $request3 = mysql_query("SELECT COUNT(*) FROM {$db_prefix}instant_messages WHERE (toName='$username' && alerted!=1 && deletedBy!=1)");
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Done] New instant messages
« Reply #34 on: May 16, 2002, 09:28:41 PM »
Reply with quote

Didn't work for me.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #35 on: May 16, 2002, 09:35:01 PM »
Reply with quote

Are you talking about the download?... I accidentally had my ftp program set in ASCII because I was uploading some .text files. ::) Which means I uploaded it in ASCII.

I just now reuploaded it in binary form so download it again.

If your not talking about the download, are you talking about the error message still coming up?
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[Done] New instant messages
« Reply #36 on: May 16, 2002, 09:35:30 PM »
Reply with quote

me either
Logged

Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Done] New instant messages
« Reply #37 on: May 16, 2002, 09:35:35 PM »
Reply with quote

The error message is still coming up
Logged
iamdamnsam
Full Member
***
Posts: 225


RamchargerCentral.Com

WWW
Re:[Done] New instant messages
« Reply #38 on: May 16, 2002, 09:36:43 PM »
Reply with quote

Parse error: parse error in /home/virtual/site1/fst/var/www/html/boards/Sources/Subs.php on line 192

Fatal error: Call to undefined function: clicklog() in /home/virtual/site1/fst/var/www/html/boards/index.php on line 55


this is the line that it shows erroring

$requestalerter mysql_query("SELECT im_alert FROM {$db_prefix}members WHERE memberName='$username'");
« Last Edit: May 16, 2002, 09:37:19 PM by iamdamnsam » Logged

Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Done] New instant messages
« Reply #39 on: May 16, 2002, 09:37:23 PM »
Reply with quote

Quote from: iamdamnsam on May 16, 2002, 09:36:43 PMthis is the line that it shows erroring

$requestalerter mysql_query("SELECT im_alert FROM {$db_prefix}members WHERE memberName='$username'");

Yeap, that's it.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #40 on: May 16, 2002, 09:41:20 PM »
Reply with quote

That is quite odd... the query is correct...

Check in the members table and see if im_alert is in the table, it should be right after im_email_notify.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Done] New instant messages
« Reply #41 on: May 16, 2002, 09:43:59 PM »
Reply with quote

Checked that already. It's there.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #42 on: May 16, 2002, 09:48:33 PM »
Reply with quote

Try changing that line to this and tell me if it fixes it:

      $requestalerter mysql_query("SELECT im_alert FROM {$db_prefix}members WHERE (memberName='$username')");
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Done] New instant messages
« Reply #43 on: May 16, 2002, 09:52:22 PM »
Reply with quote

No.

I have to go now. Please try to fix this because at the moment my forum is down completely.
« Last Edit: May 16, 2002, 09:53:00 PM by Hypocrite » Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Done] New instant messages
« Reply #44 on: May 16, 2002, 09:54:36 PM »
Reply with quote

Well until I figure out what is wrong with the alert version, try using the regular version.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Pages: 1 2 [3] 4 5 6 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done] New instant messages « 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.015 seconds with 18 queries.