• Signature image v2.3 5 0 5 1
Currently:  

Author Topic: Signature image v2.3  (Read 619492 times)

0 Members and 1 Guest are viewing this topic.

Offline Bilal

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
Re: Signature image v2.20.1
« Reply #15 on: April 07, 2005, 01:13:43 PM »
indeed.

http://www.onlinestatus.org/


hmm....I though it will gonna be something like PHP or perl...but it's a java stuff...I will check it out in detials...thanks for the link though! :)
Regards,
Bilal

Offline Chrissie

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.sys-web.de
Re: Signature image v2.20.1
« Reply #16 on: April 10, 2005, 05:22:34 PM »
Quote
Fatal error: Cannot instantiate non-existent class: db in /homepages/5/d23272572/htdocs/erz/4images/signature.php on line 117
Bekomme das mit der Signature einfach nicht hin ! Habe alles nach Anleitung gemacht
Kann mir jemand helfen ?

Danke

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: Signature image v2.20.1
« Reply #17 on: April 10, 2005, 07:49:57 PM »
does db_mysql.php exists in your erz/4images/includes/ folder?
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 Chrissie

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.sys-web.de
Re: Signature image v2.20.1
« Reply #18 on: April 10, 2005, 07:55:34 PM »
Yes

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: Signature image v2.20.1
« Reply #19 on: April 10, 2005, 08:00:36 PM »
Please PM me with the code of your signature.php and URL to it, if possible.
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 Vincent

  • 4images Moderator
  • Addicted member
  • *****
  • Posts: 1.195
    • View Profile
    • www.foto-kocher.com
Re: Signature image v2.20.1
« Reply #20 on: April 11, 2005, 09:34:56 AM »
@Chrissie
hello which grafik konverter you ar using GD or different?

sincerly
vincent
Beati pauperi spiritus

4images 1.7 // My Installed Mods


Offline JimmyGee

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Signature image v2.20.1
« Reply #21 on: April 11, 2005, 03:12:37 PM »
Hi, great looking mod. I am getting the following error though :/ -

Code: [Select]
DB Error: Bad SQL Query: CREATE TEMPORARY TABLE tab_883866 TYPE = HEAP SELECT i.image_id, i.cat_id FROM 4images_images i LEFT JOIN 4images_categories c ON c.cat_id = i.cat_id WHERE i.image_active = 1 AND c.auth_viewcat = 0 AND i.cat_id NOT IN () ORDER BY RAND() LIMIT 1
You have an error in your SQL syntax near ') ORDER BY RAND() LIMIT 1' at line 5

DB Error: Bad SQL Query: SELECT t.image_id, t.cat_id, i.user_id, i.image_name, i.image_media_file, i.image_thumb_file FROM tab_883866 AS t LEFT JOIN 4images_images AS i ON i.image_id=t.image_id
Table 'gallery_-_forums.tab_883866' doesn't exist

DB Error: Bad SQL Query: DROP TABLE tab_883866
Unknown table 'tab_883866'

DB Error: Bad SQL Query: SELECT user_name FROM phpbb_users WHERE user_level > -1 ORDER BY user_id DESC
Unknown column 'user_name' in 'field list'

DB Error: Bad SQL Query: SELECT session_user_id, session_ip FROM phpbb_sessions WHERE session_lastaction >= 1113278392
Unknown column 'session_lastaction' in 'where clause'

any ideas?

Offline martrix

  • Hero Member
  • *****
  • Posts: 755
    • View Profile
    • overlord.cz
Re: Signature image v2.20.1
« Reply #22 on: April 11, 2005, 03:34:53 PM »
DB Error: Bad SQL Query: CREATE TEMPORARY TABLE tab_883866 TYPE = HEAP SELECT i.image_id, i.cat_id FROM 4images_images i LEFT JOIN 4images_categories c ON c.cat_id = i.cat_id WHERE i.image_active = 1 AND c.auth_viewcat = 0 AND i.cat_id NOT IN () ORDER BY RAND() LIMIT 1
You have an error in your SQL syntax near ') ORDER BY RAND() LIMIT 1' at line 5

It gave me a similar error-message when my web-provider changed some server-settings.

Ask your web-provider. if he did not forbid you to create temporary tables with your MySQL account...
MAяTRIX


Offline Chrissie

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.sys-web.de
Re: Signature image v2.20.1
« Reply #23 on: April 11, 2005, 07:04:43 PM »
hello which grafik konverter you ar using GD or different?
Yes GD
http://www.sys-web.de/4images/signature.php <-- my Signature with a red X  :(
 

Offline Chrissie

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://www.sys-web.de
Re: Signature image v2.20.1
« Reply #24 on: April 11, 2005, 10:45:49 PM »
Jetzt scheint es zu funktionieren ! Muss es noch einbinden !  :D

Offline JimmyGee

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Signature image v2.20.1
« Reply #25 on: April 13, 2005, 10:54:07 AM »
DB Error: Bad SQL Query: CREATE TEMPORARY TABLE tab_883866 TYPE = HEAP SELECT i.image_id, i.cat_id FROM 4images_images i LEFT JOIN 4images_categories c ON c.cat_id = i.cat_id WHERE i.image_active = 1 AND c.auth_viewcat = 0 AND i.cat_id NOT IN () ORDER BY RAND() LIMIT 1
You have an error in your SQL syntax near ') ORDER BY RAND() LIMIT 1' at line 5

It gave me a similar error-message when my web-provider changed some server-settings.

Ask your web-provider. if he did not forbid you to create temporary tables with your MySQL account...
im on a dedicated server and have full control over all of that. Also I am able to install scripts that are able to create tables in mysql from a browser such as phpbb. If there was a problem creating tables wouldn't that also fail?

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: Signature image v2.20.1
« Reply #26 on: April 13, 2005, 02:34:12 PM »
theoreticaly yes, u must grant sertain privelegies for your mysql account.
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 JimmyGee

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Signature image v2.20.1
« Reply #27 on: April 19, 2005, 08:55:11 PM »
ok so any ideas on how I do that?

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: Signature image v2.20.1
« Reply #28 on: April 19, 2005, 11:49:18 PM »
ok so any ideas on how I do that?
yes.
You contact your hoster...;)
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 jaimecb

  • Jr. Member
  • **
  • Posts: 58
    • View Profile
Re: Signature image v2.20.1
« Reply #29 on: April 20, 2005, 02:33:38 AM »


why ?? only show JPEG icon... :S