vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

PRO5OHHO 03-06-2012 11:38 PM

nevermind

gsmlover4u 03-08-2012 06:58 AM

how to fix this error

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

ForceHSS 03-08-2012 06:48 PM

make sure you have the files uploaded

Hippy 03-09-2012 02:55 AM

Quote:

Originally Posted by gsmlover4u (Post 2307366)
how to fix this error

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

https://vborg.vbsupport.ru/showpost....04&postcount=6

LLent 03-09-2012 05:17 PM

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 4084

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97

-----------------------------------------------------------------------

getting these errors after i went to 2.7.2 any solutions for this

Hippy 03-09-2012 08:36 PM

read the post above yours

LLent 03-09-2012 08:52 PM

Quote:

Originally Posted by Hippy (Post 2308035)
read the post above yours

i did that and i am still getting what i posted

LLent 03-09-2012 09:16 PM

hippy am i doing the code change properly this is what i have as far as changing the arcade php to that link you posted i might have this wrong cause i am still getting that error ....thanks for quick response

Code:

// remove any SQL-commands

        $sqlcomm = array();


    $sqlcomm[] = 'create';
    $sqlcomm[] = 'database';
    $sqlcomm[] = 'table';
    $sqlcomm[] = 'insert';
    $sqlcomm[] = 'update';
    $sqlcomm[] = 'rename';
    $sqlcomm[] = 'replace';
    $sqlcomm[] = 'select';
    $sqlcomm[] = 'handler';
    $sqlcomm[] = 'delete';
    $sqlcomm[] = 'truncate';
    $sqlcomm[] = 'drop';
    $sqlcomm[] = 'where';
    $sqlcomm[] = 'or';
    $sqlcomm[] = 'and';
    $sqlcomm[] = 'values';
    $sqlcomm[] = 'set';
    $sqlcomm[] = 'password';
    $sqlcomm[] = 'salt';
    $sqlcomm[] = 'concat';
    $sqlcomm[] = 'schema';


   

//  $value = recursive_str_ireplace($sqlcomm, '', $value);  foreach ($sqlcomm AS $key => $needle)
    {
        $value = str_ireplace($needle, '', $value);
    }

 
    return $value;
}


Hippy 03-09-2012 09:33 PM

correct..

LLent 03-09-2012 10:38 PM

Quote:

Originally Posted by Hippy (Post 2308053)
correct..

so what now if i did it correct

i am getting these errors before i play a game game plays ok though

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/sat/public_html/arcade.php on line 4084

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2677

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2678

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2679

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 2680


thanks hippy for fast response


All times are GMT. The time now is 02:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07475 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete