vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   uCash & uShop old support and thank you thread (https://vborg.vbsupport.ru/showthread.php?t=73736)

patriotcow 11-25-2004 12:31 PM

Quote:

Originally Posted by Zachery
Don't pm that account, neither I or matthew checkit


Pmed you.

X-Sector 11-26-2004 04:58 PM

I get those errors :

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

On any pages :/

Also, I cant even get in my admincp.. I get those error when trying to get in my admincp :

Unable to add cookies, header already sent.
File: /home/xelation/public_html/forums/includes/functions.php
Line: 2860

Zachery 11-26-2004 05:34 PM

Quote:

Originally Posted by X-Sector
I get those errors :

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

Warning: Invalid argument supplied for foreach() in /home/xelation/public_html/forums/includes/functions.php on line 2860

On any pages :/

Also, I cant even get in my admincp.. I get those error when trying to get in my admincp :

Unable to add cookies, header already sent.
File: /home/xelation/public_html/forums/includes/functions.php
Line: 2860

sounds like you messed sumthing up while hacking.

Are you using 3.0.0 or higher?

did you use dreamweaver to edit any of the files?

Did you run the installer.

X-Sector 11-26-2004 05:50 PM

My vBulletin version is 3.0.3
I use WordPad to edit files
I did ran the installer.

Zachery 11-26-2004 06:00 PM

Quote:

Originally Posted by X-Sector
My vBulletin version is 3.0.3
I use WordPad to edit files
I did ran the installer.

Then something during your copy and paste must have been boffed up. Best i can tell you is to try again

X-Sector 11-26-2004 06:08 PM

I did, a lot of time -_- but i get this error still <.<

Zachery 11-26-2004 06:12 PM

give me 10 lines above and below 2860

mcyates 11-26-2004 06:29 PM

One of my members is not receiving points when he posts/replies and views messages but all my other member are? Is there anything i can do to see why he's not receiving any?

X-Sector 11-26-2004 07:34 PM

Quote:

Originally Posted by Zachery
give me 10 lines above and below 2860

Code:

// ###################### Start bits2array #######################
// takes a bitfield and the array describing the resulting fields
function convert_bits_to_array(&$bitfield, $_FIELDNAMES)
{
        $bitfield = intval($bitfield);
        $arry = array();
        foreach ($_FIELDNAMES AS $field => $bitvalue)
        {
                if ($bitfield & $bitvalue)
                {
                        $arry["$field"] = 1;
                }
                else

                {
                        $arry["$field"] = 0;
                }
        }

I did tried to uploaded the orginal functions.php and still get this error o.O

mcyates 11-27-2004 07:10 PM

Does your money grow in the bank? Or in other words does the bank give you interest on your money?


All times are GMT. The time now is 12:48 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.04808 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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