Search found 219 matches

Actual Results

Post Posted: May 25th, 2012, 6:33 am

What if the user doesn't know the exact phrasing and needs to do a more general search? you would automatically exclude them.

Post Posted: May 10th, 2012, 11:55 am

can you post your existing code?

Post Posted: April 17th, 2012, 8:44 pm

Hello vietnamstyle89! Please make sure you follow our website review rules. Unfortunately you broke the first rule: Please review at least three other sites first and give some constructive criticism regarding their site. Posting replies such as "looks good" or "nice site" will n...

Post Posted: March 24th, 2012, 9:14 pm

Did you try using

unset($_SESSION['admin']);

EDIT:

or

session_unset();

Post Posted: March 24th, 2012, 9:11 pm

In your "/app/index.php" on line 2, what does

Code: [ Select ]
$_SESSION != 1


actually check for?

I've never used that before and just curious.

Post Posted: March 18th, 2012, 10:48 am

Hello capse! Please make sure you follow our website review rules. Unfortunately you broke the first rule: Please review at least three other sites first and give some constructive criticism regarding their site. Posting replies such as "looks good" or "nice site" will not satisf...

Post Posted: March 16th, 2012, 4:34 pm

OK... I just found out it could be a problem with whitespace... start off by removing the error reporting and ob_start codes. That way you start off where you initially found the problem. It seems that this is a whitespace issue after I did some digging. go to your index page (index.php), and look f...

Post Posted: March 16th, 2012, 1:23 pm

yeah... we used to get really bored on the boat. lol.

How do I make it smaller in size? I emailed it from my iphone to my laptop and had to resize it using paint.net

Post Posted: March 16th, 2012, 1:13 pm

Did u place them inside PHP tags and on the top of your home page?

Post Posted: March 16th, 2012, 12:09 pm

Hope this meets the requirements.

Post Posted: March 16th, 2012, 11:11 am

You could just turn error reporting off :)

Code: [ Select ]
error_reporting("E_ALL");

But that's kinda ignoring the problem.

Every time I get that header error, I just add this to the top of my page.

Code: [ Select ]
ob_start();


http://php.net/manual/en/function.ob-start.php

Post Posted: March 16th, 2012, 10:07 am

Heh. I've noticed that too actually. Never crossed my mind that OZZU might be actually losing potential members. Great idea.

Post Posted: March 15th, 2012, 6:35 am

$user->data['username']
or
$user->data['username_clean']

I can't remember

Post Posted: March 14th, 2012, 10:58 pm

Add this to the top of any page you wish to access PHPBB session information [code] <?php define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . ...
  • Sort by
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.