Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 profile plugin
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: profile plugin
Well, this part has a syntax error:

PHP Code:
                $query = $db->query("select * FROM ".TABLE_PREFIX."userfields WHERE name='msn");

Place a closing quote after msn.

Next, parse_details() isn't hooked anywhere, so it will never be run.  I'm guessing it should hook into postbit ?  Also note that the $post variable doesn't just appear - I believe it should be received in the function argument.

Also:

PHP Code:
	else 
	{
          $ffid = $db->fetch_array($query);

There is no query to fetch there, so there'll be an error at that point.


My Blog
03-10-2008 09:22 AM
Find all posts by this user

« Next Oldest | Next Newest »

Messages In This Thread
profile plugin - pachel - 03-10-2008, 04:53 AM
RE: profile plugin - ZiNgA BuRgA - 03-10-2008 09:22 AM
RE: profile plugin - pachel - 03-10-2008, 04:13 PM
RE: profile plugin - ZiNgA BuRgA - 03-10-2008, 05:34 PM
RE: profile plugin - pachel - 03-11-2008, 12:03 AM
RE: profile plugin - ZiNgA BuRgA - 03-11-2008, 08:36 AM
RE: profile plugin - pachel - 03-11-2008, 04:14 PM
RE: profile plugin - ZiNgA BuRgA - 03-12-2008, 11:15 AM
RE: profile plugin - pachel - 03-12-2008, 04:05 PM
RE: profile plugin - ZiNgA BuRgA - 03-12-2008, 04:44 PM
RE: profile plugin - pachel - 03-14-2008, 04:54 AM
RE: profile plugin - ZiNgA BuRgA - 03-14-2008, 11:52 AM
RE: profile plugin - pachel - 03-14-2008, 03:21 PM
RE: profile plugin - ZiNgA BuRgA - 03-14-2008, 03:51 PM
RE: profile plugin - pachel - 03-15-2008, 12:04 AM
RE: profile plugin - ZiNgA BuRgA - 03-15-2008, 01:06 AM

 Standard Tools
Forum Jump: