Poll

Is is possible and useful?

Yes
10 (83.3%)
No
2 (16.7%)

Total Members Voted: 12

Voting closed: March 22, 2003, 09:28:27 AM

Author Topic: .  (Read 59913 times)

0 Members and 1 Guest are viewing this topic.

Offline jackie911

  • Newbie
  • *
  • Posts: 41
    • View Profile
Error FOUND, please help me !!
« Reply #30 on: May 06, 2003, 06:59:14 PM »
Runtime Error

pms.php
Code: [Select]
REMOVED!!!!!!!!!!!!

 :idea:

Jackie

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
a question 2 v@no
« Reply #31 on: May 06, 2003, 07:12:39 PM »
ok, jackie911, I've aked u three times already:
1. Describe your problem, or u'll be ignored (by me atleast). :evil:
2. Dont post entire posts as quote! Just quote the part u have question with - that makes easier to understand what are u talking about, and post stays small, neat and easy to read.
3. If u have a question regarding a MOD, reply to THAT MOD, not anywhere alse, dont start new topic either.

Yes, I understand that many people having hard time wrinting in english or german here, but still, I'd reather think of what did he mean by that sentese, then think of post like this:
Quote
please help
http://mysite.com

thx!



P.S. I did removed entire pms.php code from your post :x
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Very great Mod
« Reply #32 on: May 06, 2003, 07:16:59 PM »
Quote from: Gabi
I mean bb code in 4 images.(for coment)  I want to use there "prefew" and "buddy funktion"

the PHBB bbcode I've posted already.
The preview feature I think is useless, and too much work for that ;)
but, there is a way around, u can let comment owner edit their comments.
If u look in my "Members Personal Category" MOD, then u'll see in first 4-6 steps code with commented lines. u can use those commented line in you member.php that will do the trick.

"buddy function" - not sure what is that.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jackie911

  • Newbie
  • *
  • Posts: 41
    • View Profile
a question 2 v@no
« Reply #33 on: May 06, 2003, 08:09:44 PM »
I know it, but I'm not an expert in PHP.

I need help to debug my PHP script.

Can you tell me "How can I do it"??


Jackie

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
a question 2 v@no
« Reply #34 on: May 06, 2003, 08:17:36 PM »
Quote from: jackie911
I need help to debug my PHP script.

ok.

Quote from: jackie911
Can you tell me "How can I do it"??

no, because u refuse tell us what/where is the problem. :roll:
(hey, I'm not picking on u ;))
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jackie911

  • Newbie
  • *
  • Posts: 41
    • View Profile
Runtime Error
« Reply #35 on: May 06, 2003, 08:23:35 PM »
I'm not sure the problems to my site.  But I just to know my problems "If I use the PMS to send a new message with smile text or bbcode, the error was found.

Could you tell me "How can I check it? & Where can I found the solution?".

 :arrow: http://www.barndisco.com/alnum/

Thanks.

Jackie
jackie911@so-net.com.hk

P.S. Sorry, I'm not an expert in PHP script.  If I want to debug the PHP script, What software do I need to install in my computer?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Runtime Error
« Reply #36 on: May 06, 2003, 08:38:52 PM »
Quote from: jackie911
I'm not sure the problems to my site.  But I just to know my problems "If I use the PMS to send a new message with smile text or bbcode, the error was found.

Ah, see, my NortonInternetSecurity kills all JS errors, so it doesnt show me any errors...
but u forgot add
Code: [Select]
<script language="JavaScript" src="bbcode.js" type="text/javascript"></script> in your template.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jackie911

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: Runtime Error
« Reply #37 on: May 06, 2003, 08:44:04 PM »
Thank you very much.

:lol:

And you use the NortonInternetSecurity, this software can check all error in PHP and JS.

Quote from: V@no
Ah, see, my NortonInternetSecurity kills all JS errors, so it doesnt show me any errors...
but u forgot add
Code: [Select]
<script language="JavaScript" src="bbcode.js" type="text/javascript"></script> in your template.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
a question 2 v@no
« Reply #38 on: May 06, 2003, 08:45:05 PM »
pms_new.html
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jackie911

  • Newbie
  • *
  • Posts: 41
    • View Profile
a question 2 v@no
« Reply #39 on: May 06, 2003, 08:50:44 PM »
Quote from: V@no
pms_new.html


Thank you for your kindly help.

P.S. I'm sorry for an inconvenience cause.

Jackie

 :lol:

Offline Sheep707

  • Full Member
  • ***
  • Posts: 165
    • View Profile
    • http://www.leeger.net
German
« Reply #40 on: June 11, 2003, 08:24:55 PM »
Ein wenig spät, aber für alle Deutschprachigen

Das BBcode Javafile in Deutsch (selbst übersetzt :wink: )

http://www.datenplatz.ch/leeger/gallery/downloads/bbcode_german.rar

Viel spass!
Wer einen Rechtschreibefeher findet, kann ihn behalten!

Offline wowcrazy

  • Newbie
  • *
  • Posts: 16
    • View Profile
a question 2 v@no
« Reply #41 on: June 24, 2003, 04:35:28 AM »
my smiles.php is so messy...
http://www.ratechinese.com/smiles.php

How to make it so it will look like this:
http://www.gamenetasia.com/forum/misc.php?action=getsmilies&s=


Thanks in advance!
Offer premium, generic, and discount DUTY-FREE cigarettes. World-Wide Shipping!
http://www.cigarettesale.net/

Come and save a lot now!!!

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: a question 2 v@no
« Reply #42 on: January 06, 2006, 08:35:16 PM »
V@no can you post the new bbcode that u use
because I like to show more smilies in the bbcode

and if is it possible to public you rating mod it will be great

thanks for your help   :D
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: a question 2 v@no
« Reply #43 on: January 06, 2006, 09:16:16 PM »
... I like to show more smilies in the bbcode ...

Add your own smiles to your bbcode ! It is easy ! My example for two Smiles more ...

1. add the Smiles-images "question.gif" ( like this -  :?: ) and "exclaim.gif" ( like this -  :!: ) in folder /templates/<your_template>/smiles

2. Find in includes/functions.php the following code :
Code: [Select]
);
   return $smilesfrom;

and add above the two Smiles as follows :
Code: [Select]
                   ,
":?:" => "question",
":!:" => "exclaim",
Important: Add a comma after the first last Smiley ... !

... thats all ... now create your own smiles ... with this example you can add smiles without end ...  :mrgreen:

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: a question 2 v@no
« Reply #44 on: January 07, 2006, 01:50:13 AM »
@Mawenzi :

Quote

":!:" => "exclaim",


should be :

Code: [Select]

":!:" => "exclaim"


since you're suggesting to add additional arrays "above" the "return" command and, for your case, the : "exclaim" word is on the last line before the array closes. ;)

Otherwise, by leaving the comma there, it will return an error message from the header.