Jump to content


Forum Script


3 replies to this topic

#1 _*unclassified13_*

  • Guests

Posted 27 May 2005 - 11:25 PM

does anyone know where i can find this script :

Welcome ( _ ) You have ( _ ) New Messages! Settings | Logout

this is at the top of pixle2life on every page its links to the forum
i need to find this script can anyone please help me
Please send me the link if you know
thanks

-Unclassifed

#2 fiv3isaliv3

    Young Padawan

  • Members
  • Pip
  • 258 posts
  • Gender:Male

Posted 27 May 2005 - 11:33 PM

it isn't exactly a script you can download... it is more of some code that is intergrated in the forum which relies on many other things.

#3 _*unclassified13_*

  • Guests

Posted 28 May 2005 - 07:09 AM

yea i know i need to find somewhere that i can find that code and the list of other things

#4 fiv3isaliv3

    Young Padawan

  • Members
  • Pip
  • 258 posts
  • Gender:Male

Posted 29 May 2005 - 05:22 PM

well the code for the user and messages is pretty simple but like i said it relies on lots of other things. to see how many new messages you'd simple do a query and do a row count based on that query. the query would look something like this:

SELECT * FROM user_messages WHERE user='$user' AND read='no'

as far as the user well that should already be defined so you should be able to just echo $user...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users