Search found 140 matches
- Mon Aug 06, 2012 3:44 am
- Forum: PHP - Code
- Topic: PHP OpenSSL Securing The Private Key
- Replies: 1
- Views: 444
PHP OpenSSL Securing The Private Key
I'm currently creating a project that requires usernames and passwords for servers to be stored in a sql database (I have to be able to access these in plain text at further points as they are used for logging in). Because of this I'm encrypting everything with a public/private openssl key so that w...
- Wed Nov 23, 2011 4:37 pm
- Forum: General Discussion
- Topic: how to hide source code?
- Replies: 12
- Views: 14050
Re: how to hide source code?
Dear all, Me new to php and web development. I have a small project, to develop an accounting software for a company. I want to develop that in mysql and php. As the php is open source, the software will be easily copied and edited by others. Can I hide the code as we do by compiling and generating...
- Fri Nov 04, 2011 2:08 pm
- Forum: Job Hunt
- Topic: Forum Contributer
- Replies: 0
- Views: 982
Forum Contributer
Hi, I am looking to take someone on to post in forums on a daily basis to help promote my business PK-Host.co.uk. Posting will include getting involved with general forum discussions, posting advertisements and generally promoting the company. The person that I take on will be on a 1 month trial so ...
- Mon Jul 18, 2011 5:06 am
- Forum: PHP - Code
- Topic: Reading USB data
- Replies: 3
- Views: 1396
Re: Reading USB data
I think you would need to look at a windows server IIS web server for what your looking for. I dont believe it can be done by Apache and PHP.
- Sat Jul 02, 2011 6:37 pm
- Forum: General Discussion
- Topic: 2 Domains For Sale (Web Hosts Maybe Interested)
- Replies: 0
- Views: 642
2 Domains For Sale (Web Hosts Maybe Interested)
Hey I wasn't sure where I could post this but I have 2 domains up for sale for which web hosts maybe interested. I am currently selling Createanonlineportfolio.com and Createaonlineportfolio.com. These domains would be great for any web host targeting clients aiming to setup their own online portfol...
- Tue Jun 28, 2011 1:42 am
- Forum: PHP - Code
- Topic: Remote Request Headers (GZIP/DEFLATE)
- Replies: 8
- Views: 2055
Re: Remote Request Headers (GZIP/DEFLATE)
Oh rite I thought the server passed over the content-encoding even if you didnt send the client encoding. Thats cleared that up, thanks.
- Mon Jun 27, 2011 2:34 pm
- Forum: PHP - Code
- Topic: Remote Request Headers (GZIP/DEFLATE)
- Replies: 8
- Views: 2055
Re: Remote Request Headers (GZIP/DEFLATE)
Get_Headers is the response not the request so doesn't include the ENCODING. Basically all I want is to be able to detect if the page has been compressed using gzip or deflate etc.
- Mon Jun 27, 2011 1:52 pm
- Forum: PHP - Code
- Topic: Remote Request Headers (GZIP/DEFLATE)
- Replies: 8
- Views: 2055
Re: Remote Request Headers (GZIP/DEFLATE)
Check these out to see if they will work for ya: http://us3.php.net/manual/en/function.headers-list.php http://us3.php.net/manual/en/function.apache-response-headers.php If you are wanting to just see what your page gives when you browse it, the easiest way would be to use WebDeveloper Toolbar for ...
- Mon Jun 27, 2011 9:34 am
- Forum: PHP - Code
- Topic: Remote Request Headers (GZIP/DEFLATE)
- Replies: 8
- Views: 2055
Remote Request Headers (GZIP/DEFLATE)
So I have had a look around on google and I can find sites to test the ENCODING of a website e.g if it has gzip or deflate enabled but how do you actually get these headers? Because this is included in the request and not the response :/
- Wed Jun 22, 2011 2:37 pm
- Forum: UI Design/Usability
- Topic: TinyBE Feedback
- Replies: 3
- Views: 22907
Re: TinyBE Feedback
Hi thanks for taking a look the shortened url is currently meant to be in the drop down section but upon generation the dropdown section was meant to automatically extend. You have given me a good suggestion which I may look into implementing in the next phase. Also as for the different shortened ur...
- Mon Jun 20, 2011 1:43 pm
- Forum: PHP - Code
- Topic: How to make automatic job for script
- Replies: 6
- Views: 496
Re: How to make automatic job for script
Well I would look in the database for the table it connects to then just run an update query to update to the chosen status. If you need help I can try guide you in the rite direction just contact me my contact details are at http://www.peter-kelly.com/
- Mon Jun 20, 2011 1:40 pm
- Forum: PHP - Code
- Topic: Making an online RPG game with PHP.
- Replies: 6
- Views: 1716
Re: Making an online RPG game with PHP.
I used to have a script which you could have looked at for examples, really these RPG games are just maths and probabilities. But require a lot of work, I would recommend getting some proper web hosting but as cwheel3915 has suggested one of the best programs that compiles apache, php, mysql and php...
- Mon Jun 20, 2011 1:37 pm
- Forum: PHP - Code
- Topic: Restrict Access
- Replies: 4
- Views: 464
Re: Restrict Access
If you follow a user system like in the tutorial I have created at http://www.peter-kelly.com/website-development/tutorials/user-system-part-1/ and http://www.peter-kelly.com/website-development/tutorials/user-system-part-2/ I have included ways that you can limit access per account or if there not ...
- Wed Jun 15, 2011 4:09 am
- Forum: PHP - Code
- Topic: [SOLVED] update domain name for user
- Replies: 1
- Views: 515
Re: [SOLVED] update domain name for user
You are running the same query. What are the fields you need updating in the database? is it meant to be domain and domain_other?
- Thu Jun 09, 2011 7:12 am
- Forum: PHP - Code
- Topic: Storing PDF in MySQL
- Replies: 5
- Views: 491
Re: Storing PDF in MySQL
Are you sure all the data is actually being stored? As I have never done anything like this but I thought MySQL had limits on the amount of data in a certain field?