• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Problem - Version 1.0 Beta8

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
3 posts • Page 1 of 1

Postby dylanfm » Thu Jan 25, 2007 6:42 am

Hello there,

Image

Thats my problem.

This is the chat

This is the code:
Code: Select all
      $nospaces = preg_split($pattern_quote,$params_str,-1,PREG_SPLIT_OFFSET_CAPTURE|PREG_SPLIT_NO_EMPTY);
      foreach($nospaces as $p)
      {
        // parse the splited blocks with unquotted parameter pattern (ex: '/invite nicknamewithoutspace')
        preg_match_all($pattern_noquote,$p[0],$res2,PREG_OFFSET_CAPTURE);
        foreach( $res2[1] as $p2 )
        {
          $p2[1] += $p[1];
          //$p2[1] = $p2[1] + $p[1];
          $params_res[] = $p2;
        }
      }

Line 284 is:
Code: Select all
$p2[1] += $p[1];

PHP version 4.2.2

Thankyou for any help!
dylanfm
New member
 
Posts: 2
Joined: Thu Jan 25, 2007 6:34 am
Top

Postby phpfreechat » Fri Jan 26, 2007 9:35 am

Hummm, sorry but I have no idea how to solve this problem.
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top

Postby dylanfm » Sat Jan 27, 2007 9:19 am

What a bummer!

Any help what so ever will be appreciated a lot.

Cheers
dylanfm
New member
 
Posts: 2
Joined: Thu Jan 25, 2007 6:34 am
Top


Post a reply
3 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 2 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub