Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Actual Results
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Double quotes inserted automatically around search phrases
- Subject: Double quotes inserted automatically around search phrases
- Replies: 5
- Views: 898
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.
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Parse XML and group by element.
- Subject: PHP Parse XML and group by element.
- Replies: 2
- Views: 1088
- Subject: PHP Parse XML and group by element.
Posted: May 10th, 2012, 11:55 am
can you post your existing code?
- natas
- Forum: Website Reviews
- Topic: SITE REVIEW: Vietnam tourism online
- Subject: SITE REVIEW: Vietnam tourism online
- Replies: 1
- Views: 1233
- Subject: SITE REVIEW: Vietnam tourism online
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...
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Login session control
- Subject: Login session control
- Replies: 5
- Views: 1418
- Subject: Login session control
Posted: March 24th, 2012, 9:14 pm
Did you try using
unset($_SESSION['admin']);
EDIT:
or
session_unset();
unset($_SESSION['admin']);
EDIT:
or
session_unset();
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Login session control
- Subject: Login session control
- Replies: 5
- Views: 1418
- Subject: Login session control
Posted: March 24th, 2012, 9:11 pm
In your "/app/index.php" on line 2, what does
actually check for?
I've never used that before and just curious.
Code: [ Select ]
$_SESSION != 1
actually check for?
I've never used that before and just curious.
- natas
- Forum: Website Reviews
- Topic: SITE REVIEW: Seo Friendly Directory
- Subject: SITE REVIEW: Seo Friendly Directory
- Replies: 1
- Views: 1097
- Subject: SITE REVIEW: Seo Friendly Directory
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...
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Connecting forum board accounts to front page of my website
- Subject: Connecting forum board accounts to front page of my website
- Replies: 20
- Views: 4559
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...
- natas
- Forum: Competitions
- Topic: Photography Competition #63: Anything you like!
- Subject: Photography Competition #63: Anything you like!
- Replies: 24
- Views: 15267
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
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
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Connecting forum board accounts to front page of my website
- Subject: Connecting forum board accounts to front page of my website
- Replies: 20
- Views: 4559
Posted: March 16th, 2012, 1:13 pm
Did u place them inside PHP tags and on the top of your home page?
- natas
- Forum: Competitions
- Topic: Photography Competition #63: Anything you like!
- Subject: Photography Competition #63: Anything you like!
- Replies: 24
- Views: 15267
Posted: March 16th, 2012, 12:09 pm
Hope this meets the requirements.
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Connecting forum board accounts to front page of my website
- Subject: Connecting forum board accounts to front page of my website
- Replies: 20
- Views: 4559
Posted: March 16th, 2012, 11:11 am
- natas
- Forum: Suggestions / Comments
- Topic: Post a new topic
- Subject: Post a new topic
- Replies: 2
- Views: 3137
- Subject: Post a new topic
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.
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Connecting forum board accounts to front page of my website
- Subject: Connecting forum board accounts to front page of my website
- Replies: 20
- Views: 4559
Posted: March 15th, 2012, 6:35 am
$user->data['username']
or
$user->data['username_clean']
I can't remember
or
$user->data['username_clean']
I can't remember
- natas
- Forum: Programming / Scripting / Coding Forum
- Topic: Connecting forum board accounts to front page of my website
- Subject: Connecting forum board accounts to front page of my website
- Replies: 20
- Views: 4559
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.' . ...
