Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 138
Search took 0.79 seconds.
Search: Posts Made By: knightcon
Forum: PHP 08-08-2012, 09:13 AM
Replies: 2
Views: 274
Posted By knightcon
That is the issue I am having. SSO authentication...

That is the issue I am having. SSO authentication is no problem on IIS using the native feature which uses active domain authentication. That works brilliantly. My one and only issue is trying to...
Forum: PHP 08-07-2012, 08:30 AM
Replies: 2
Views: 274
Posted By knightcon
Exclamation Active Domain Authentication With Webform

We are running a PHP server through IIS on a Windows Server 2003 Enterprise system with an active directory domain. Accessing our web applications on the local network works great as it automatically...
Forum: PHP 01-31-2012, 05:23 AM
Replies: 0
Views: 1,012
Posted By knightcon
Question Get Display Name From Active Directory

Hey All,

I have been trying for a little while to figure this out and just can'r wrap my head around it.

I have some code for querying an Active Directory server in PHP to get a users display...
Forum: PHP 06-13-2011, 11:24 PM
Replies: 0
Views: 249
Posted By knightcon
Exclamation Email Piping

I am trying to pipe emails from a catch all email address configured in cPanel to have the piped directly into my helpdesk database. For some reason won't pipe into it.

Error Log
======...
Forum: PHP 02-25-2011, 01:11 PM
Replies: 1
Views: 1,504
Posted By knightcon
I'm still trying to figure this one out if anyone...

I'm still trying to figure this one out if anyone has any ideas
Forum: Small projects (quick fixes and changes) 02-25-2011, 05:30 AM
Replies: 4
Views: 1,988
Posted By knightcon
For the price you are offering and the complexity...

For the price you are offering and the complexity of the site you are requesting it is unlikely you will receive any product of quality. Additionally you state that this is a trial and that based on...
Forum: PHP 02-12-2011, 02:03 PM
Replies: 1
Views: 1,481
Posted By knightcon
This would be a permission error. I have never...

This would be a permission error. I have never heard of this happening before using the PHP_SELF function but try CHMOD'ing the file to 774. This is the usual permission for PHP files hosted online....
Forum: PHP 02-12-2011, 02:00 PM
Replies: 3
Views: 728
Posted By knightcon
Venegal is right that it is just the closing tag...

Venegal is right that it is just the closing tag for PHP, this is a write back to the old days where methods and views where on the same page. These days the move is to separate logic and display. If...
Forum: PHP 02-12-2011, 01:56 PM
Replies: 6
Views: 672
Posted By knightcon
No matter what encryption or hashing algorithm's...

No matter what encryption or hashing algorithm's you use cookie's should never be used for anything you want to keep private. These days, with the advent of sessions on PHP I don't use cookie's at...
Forum: Site reviews 02-12-2011, 01:53 PM
Replies: 3
Views: 816
Posted By knightcon
It sounds like an interesting experiment but how...

It sounds like an interesting experiment but how do you plan on taking into account false clicks such as automated clicking programs or for that matter even take into account people maliciously...
Forum: PHP 01-18-2011, 04:08 AM
Replies: 1
Views: 981
Posted By knightcon
PHP Sandbox

Hey All,

I'm trying to write something similar to the facebook sandbox so that people can add functionality to my site through their own custom written mini programs but I don't want it ti have...
Forum: PHP 01-18-2011, 04:06 AM
Replies: 2
Views: 1,066
Posted By knightcon
This isn't a PHP question it should be posted in...

This isn't a PHP question it should be posted in the Apache forum.
Forum: PHP 01-17-2011, 09:20 PM
Replies: 3
Views: 441
Posted By knightcon
How is it stored in the database, is it a link to...

How is it stored in the database, is it a link to the actual signature image or is it the file itself stored as a BLOB.
Forum: PHP 01-17-2011, 09:18 PM
Replies: 2
Views: 461
Posted By knightcon
Can you give us some examples of sites you have...

Can you give us some examples of sites you have found like this.

These sites could be using any number of methods including generating a site map off their database, they could have a search...
Forum: PHP 01-17-2011, 09:13 PM
Replies: 4
Views: 786
Posted By knightcon
Put it in the $your_email variable.

Put it in the $your_email variable.
Forum: PHP 01-17-2011, 09:12 PM
Replies: 4
Views: 342
Posted By knightcon
Whatever you do still validate that the name is...

Whatever you do still validate that the name is the same between the database and the data passed througn. An intelligent user could pass an SQL injection attack through your form which would return...
Forum: PHP 01-17-2011, 09:08 PM
Replies: 9
Views: 594
Posted By knightcon
Another option to try and offload some of the...

Another option to try and offload some of the processing from your server is to use javascript. The following javascript function will read all of the URL GET parameters into an associative array...
Forum: PHP 01-17-2011, 09:03 PM
Replies: 5
Views: 376
Posted By knightcon
This isn't something that can be worked out of...

This isn't something that can be worked out of the information you gave us. Without knowing what the rule behind what the variables will be we can't work out how the statement will resolve. Will the...
Forum: PHP 01-17-2011, 12:38 AM
Replies: 1
Views: 3,729
Posted By knightcon
Have found a decent one which can be modified to...

Have found a decent one which can be modified to suite a sites needs. Google Jansey SSO and you will find it and it has support not just for PHP based authentication but also has a module for AJAX...
Forum: JavaScript programming 01-17-2011, 12:35 AM
Replies: 1
Views: 1,286
Posted By knightcon
Solved

Hey all, I have managed to find a solution on the net after changing slightly what I was looking for. It isn't exactly like the outlook email address bar but it still does the same thing. It work's...
Forum: JavaScript frameworks 01-17-2011, 12:14 AM
Replies: 0
Views: 701
Posted By knightcon
jQuery Ajaxify Execution

I have been looking at using jQuery and Ajaxify for my website to make only certain links run as AJAX links, namely links which don't need confirmation or lead to another page, such as deletion links...
Forum: PHP 01-15-2011, 11:17 PM
Replies: 7
Views: 1,639
Posted By knightcon
Lol, well in that case let me rephrase, there is...

Lol, well in that case let me rephrase, there is no need to reinvent this wheel as the reCaptcha service is maintained daily by engineers dedicated to protecting sites and systems against SPAM, no...
Forum: PHP 01-15-2011, 10:10 PM
Replies: 7
Views: 1,639
Posted By knightcon
What you are trying to do here is reinvent the...

What you are trying to do here is reinvent the wheel, simple maths captcha's and text captcha's dont wotk because of the power with optical character recognition used in modern spam servers....
Forum: PHP 01-15-2011, 10:01 PM
Replies: 1
Views: 808
Posted By knightcon
Security in PHP programming is much the same to...

Security in PHP programming is much the same to PC security, the most secure un-hackable computer in the world in a desktop machine with no network connection contained in a steel box buried 1000...
Forum: PHP 01-15-2011, 09:48 PM
Replies: 9
Views: 535
Posted By knightcon
As a general rule of thumb any commands you use...

As a general rule of thumb any commands you use in MySQL need to be passed through the mysql_query( ) function. PHP does not have native support for processing MySQL commands, the commands at all...
Showing results 1 to 25 of 138

 
Forum Jump

All times are GMT +1. The time now is 09:17 AM.