Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

RyBeNiA

Użytkownik
  • Postów

    533
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez RyBeNiA

  1. Witam,

    Chciałbym zrobić maly konkus na forum.

    Polegał by on na tym że użytkownicy zarejestrowani polecają innym. Daje link do rejestracji z swojego profilu i dostają punkty. i kto bedzie mial najwiecej ma nagrode.

  2. Nie rozumiem jedngo fragmentu z modu iPoints System 2.0.4

    Open: sources/sql/mysql_queries.php
    
    Find In function topics_get_posts( $a ):
    m.warn_lastwarn,
    
    Add After:
    m.points,
    
    Find In function topics_get_posts_with_join( $a ):
    m.warn_lastwarn,
    
    Add After:
    m.points,
    
    Save & Upload sources/sql/mysql_queries.php
    Prosze o pomoc

    mam tak

    function topics_get_posts( $a )
    {
    	# topics.php
    
    	return "SELECT p.*,m.*, pp.*,gi.g_id,gi.g_name,
    			me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size
    				FROM ".SQL_PREFIX."posts p
    					  LEFT JOIN ".SQL_PREFIX."members m ON (m.id=p.author_id)
    					LEFT JOIN ".SQL_PREFIX."profile_portal pp ON (m.id=pp.pp_member_id)
    					  LEFT JOIN ".SQL_PREFIX."member_extra me ON (me.id=m.id)
    					LEFT JOIN ".SQL_PREFIX."attack_guild_nfo gi ON (gi.g_id=m.gu_affil)
    				WHERE p.pid IN(".implode(',', $a['pids']).")
    				ORDER BY {$a['scol']} {$a['sord']}";

    i

    function topics_get_posts_with_join( $a )
    {
    	# topics.php
    
    	return "SELECT p.*,m.*, pp.*,gi.g_id,gi.g_name,
    			me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size,			m.members_display_name,
    			pc.*
    				FROM ".SQL_PREFIX."posts p
    					  LEFT JOIN ".SQL_PREFIX."members m ON (m.id=p.author_id)
    					  LEFT JOIN ".SQL_PREFIX."member_extra me ON (me.id=m.id)
    					LEFT JOIN ".SQL_PREFIX."pfields_content pc ON (pc.member_id=p.author_id)
    					LEFT JOIN ".SQL_PREFIX."profile_portal pp ON (m.id=pp.pp_member_id)
    					LEFT JOIN ".SQL_PREFIX."attack_guild_nfo gi ON (gi.g_id=m.gu_affil)
    				WHERE p.pid IN(".implode(',', $a['pids']).")
    				ORDER BY {$a['scol']} {$a['sord']}";
    }

  3. Nie rozumiem jedngo fragmentu z modu iPoints System 2.0.4

    Open: sources/sql/mysql_queries.php
    
    Find In function topics_get_posts( $a ):
    m.warn_lastwarn,
    
    Add After:
    m.points,
    
    Find In function topics_get_posts_with_join( $a ):
    m.warn_lastwarn,
    
    Add After:
    m.points,
    
    Save & Upload sources/sql/mysql_queries.php
    Prosze o pomoc

    mam tak

     function topics_get_posts( $a )
    {
    	# topics.php
    
    	return "SELECT p.*,m.*, pp.*,gi.g_id,gi.g_name,
    			me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size
    				FROM ".SQL_PREFIX."posts p
    					  LEFT JOIN ".SQL_PREFIX."members m ON (m.id=p.author_id)
    					LEFT JOIN ".SQL_PREFIX."profile_portal pp ON (m.id=pp.pp_member_id)
    					  LEFT JOIN ".SQL_PREFIX."member_extra me ON (me.id=m.id)
    					LEFT JOIN ".SQL_PREFIX."attack_guild_nfo gi ON (gi.g_id=m.gu_affil)
    				WHERE p.pid IN(".implode(',', $a['pids']).")
    				ORDER BY {$a['scol']} {$a['sord']}";

    i

    function topics_get_posts_with_join( $a )
    {
    	# topics.php
    
    	return "SELECT p.*,m.*, pp.*,gi.g_id,gi.g_name,
    			me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size,			m.members_display_name,
    			pc.*
    				FROM ".SQL_PREFIX."posts p
    					  LEFT JOIN ".SQL_PREFIX."members m ON (m.id=p.author_id)
    					  LEFT JOIN ".SQL_PREFIX."member_extra me ON (me.id=m.id)
    					LEFT JOIN ".SQL_PREFIX."pfields_content pc ON (pc.member_id=p.author_id)
    					LEFT JOIN ".SQL_PREFIX."profile_portal pp ON (m.id=pp.pp_member_id)
    					LEFT JOIN ".SQL_PREFIX."attack_guild_nfo gi ON (gi.g_id=m.gu_affil)
    				WHERE p.pid IN(".implode(',', $a['pids']).")
    				ORDER BY {$a['scol']} {$a['sord']}";
    }

  4. 1)

    Jak zmienic Aktualny czas: 6th January 2008 - 11:14 PM

    Bo jak dobrze zauważyłem to jest czas ang;x

    2) jak usunąc

    -Attack Shop

    -Member Teams

    Z panelu na górze gdzie są.

    Pomoc
    Szukaj
    Użytkownicy
    Kalendarz
    Member Teams
    Attack Shop

    narazie tyle. Dodam pózniej jeszcze;d

  5. ehh peszek...

    a tak chcailem mieć tą modyfikacje... a tu d*pa... teraz musze wszystko odistalowac...

    jak to usunąc z COMPONENT bo nie mam tu tego modzika... ehh i czy pliki musze wgrywac bez tych linijek czy to moze zostac bo to nie przeszkdza?

  6. Miłej lektury ;)

    ===================================================
    Date: Fri, 04 Jan 2008 18:30:41 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok 'and posts >' w linii 1
    IP Address: 79.184.247.138
    mySQL query error: SELECT id, money, posts FROM ibf_members WHERE money <  and posts > 
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:26 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:30 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:31 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:33 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:34 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:34 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:37 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:37 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:40 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:41 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:42 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 18:16:43 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:45 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:16:51 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 18:16:52 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:53 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:53 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:53 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:16:54 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:17:00 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:02 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:02 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:04 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:17:05 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:06 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:11 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:13 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:14 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:15 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:15 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:17 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:18 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 18:17:20 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:23 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:25 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:27 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:17:33 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:35 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:17:43 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:47 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:54 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:55 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:17:57 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:18:04 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:18:07 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:18:09 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:20:16 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 18:20:20 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 18:20:22 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:20:22 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.198.109
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 18:20:24 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:20:24 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 18:20:27 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.198.109
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 19:20:29 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 18:20:31 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 19:20:32 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 19:23:10 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.91.16.251
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=35
    ===================================================
    Date: Fri, 04 Jan 2008 19:23:11 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 19:23:11 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 18:23:12 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 18:23:20 +0000
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.91.16.251
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=35
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:33 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:36 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:37 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.214.115
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:39 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:44 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:47 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:48 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.214.115
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:51 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:54 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:55 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 80.53.81.234
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=5
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:57 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:10:58 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.214.115
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:00 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.114.8.8
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=9
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:07 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.214.115
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:07 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:07 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:09 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 79.184.214.115
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=24
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:14 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.114.8.8
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=9
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:17 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:18 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:28 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:29 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.114.8.8
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=9
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:38 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:48 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:48 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.19.211.202
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=19
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:49 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 83.175.152.75
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=7
    ===================================================
    Date: Fri, 04 Jan 2008 21:11:56 +0100
    Error Number: 1064
    Error: Something is wrong in your syntax obok ' inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, a' w linii 1
    IP Address: 77.114.8.8
    mySQL query error: SELECT hp, maxhp, str, maxstr, exp, next_lvl, level, frags, attack_ban, , inventory, gu_affil, gu_rank, gu_title, attacked, attacker, attacked_success, attacker_success, clone_protect, atk_kills, atk_deaths, suicides, attack_quit, attack_pm, attack_expire FROM ibf_members WHERE id=9

  7. Przed napisaniem kolejnych postów chciałbym byś się upewnił, że szukałeś modów z tej listy:

    http://ipb.ipslink.pl/Skad-pobierac-modyfikacje-t19.html

    Fajnie tylko nie znam nazw modów to storny z nimi mi nie pomogą... ;/

×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.