TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 40
Search took 0.02 seconds.
Search: Posts Made By: Scottymeuk
Forum: Advanced PHP Programming 10-13-2009, 05:50 PM
Replies: 1
Views: 673
Posted By Scottymeuk
Status updates

Hey, I am using CakePHP to make a website. I have a bit of a problem. I am wanting to get status updates for each of my friends (Stored in a database table) but i only want to get 20 status updates...
Forum: General 02-18-2009, 02:42 PM
Replies: 5
Views: 549
Posted By Scottymeuk
Then you are going to start getting into DNS...

Then you are going to start getting into DNS setting etc. You best bet is just to have an external url box and if thats set and valid then redirect to that. But if you want them to have it hosted on...
Forum: Absolute Beginners 02-15-2009, 03:05 PM
Replies: 6
Views: 841
Posted By Scottymeuk
You may also want to change the mod_rewrite code...

You may also want to change the mod_rewrite code I gave you a bit for validation as at the moment any characters can be used in the URL but you only want to allow alphanumeric chars.
Forum: Absolute Beginners 02-14-2009, 01:40 PM
Replies: 6
Views: 841
Posted By Scottymeuk
Its called mod_rewrite. You use a .htaccess file...

Its called mod_rewrite. You use a .htaccess file to rewrite the url. For example:

The raw php URL will look like:

http://example.com/?user=Scottymeuk

But with the following mod_rewrite code in a...
Forum: General 02-12-2009, 06:32 PM
Replies: 5
Views: 2,213
Posted By Scottymeuk
Ye, I use cake i was just wondering if there...

Ye, I use cake i was just wondering if there where any out there. MVC annoys me quite a lot some time.
Forum: General 02-12-2009, 05:26 PM
Replies: 5
Views: 2,213
Posted By Scottymeuk
Non-MVC framework

Is there such a thing as a Non-MVC framework, If so where can i find one. I cannot find any, Google just returns a load of random things like blogs and stuff.
Forum: Absolute Beginners 02-08-2009, 01:17 AM
Replies: 11
Views: 1,178
Posted By Scottymeuk
Id say phpDesigner 2008. I like it.

Id say phpDesigner 2008. I like it.
Forum: General 02-07-2009, 12:50 AM
Replies: 5
Views: 544
Posted By Scottymeuk
I don't think it will make you a better coder in...

I don't think it will make you a better coder in most ways, nut in some ways it will. Intact, coding things for your self without one may help you more. I just coded my own framework and it helped...
Forum: General 02-06-2009, 12:05 AM
Replies: 4
Views: 620
Posted By Scottymeuk
Ok I will try that now. Thanks for all the help....

Ok I will try that now. Thanks for all the help. Any tips for it?
Forum: General 02-05-2009, 11:54 PM
Replies: 13
Views: 658
Posted By Scottymeuk
You could use a JavaScript editor like TinyMCE....

You could use a JavaScript editor like TinyMCE. That will allow you to keep all of the formatting when copied.
Forum: General 02-05-2009, 11:53 PM
Replies: 13
Views: 1,005
Posted By Scottymeuk
Its a joke lol. You said you dont get the goods...

Its a joke lol. You said you dont get the goods when you purchase it. Therefor complain to watchdog lol.

Anyway, back on topic. What 3 items did you add? (Give the vars)
Forum: General 02-05-2009, 11:51 PM
Replies: 4
Views: 620
Posted By Scottymeuk
The real answer is that i was bored and i wanted...

The real answer is that i was bored and i wanted something to do and I thought why not do something that will teach me a lot (as it has) and be able to have something that i know everything about to...
Forum: General 02-05-2009, 07:11 PM
Replies: 4
Views: 620
Posted By Scottymeuk
Looking for partner(s) for open source framework

I am in the middle of making an open source framework and I was wondering if anyone is willing to help. Its all on Google Code so we wont have to be in contact all of the time so it wont matter what...
Forum: General 02-05-2009, 07:07 PM
Replies: 13
Views: 1,005
Posted By Scottymeuk
Wow that amount of coding is scary on one page...

Wow that amount of coding is scary on one page like that.

What does it actually do. Does it give out an error? or what? If it does not post the form it may have something to do with


if($keyboard...
Forum: General 02-05-2009, 07:02 PM
Replies: 8
Views: 2,163
Posted By Scottymeuk
PhpDesigner 2008 is very good.

PhpDesigner 2008 is very good.
Forum: Advanced PHP Programming 02-05-2009, 06:58 PM
Replies: 6
Views: 828
Posted By Scottymeuk
Not 100% sure but i think the: %0.1F is the...

Not 100% sure but i think the:

%0.1F

is the format of it and then it just divides it by 10.

Also, sprintf() is used to format strings i think.
Forum: General 01-13-2009, 07:02 PM
Replies: 10
Views: 689
Posted By Scottymeuk
No point in 2 classes. Just have a login...

No point in 2 classes. Just have a login function

function login($username,$password)
{
//DO LOGIN STUFF
}
Forum: Advanced PHP Programming 01-13-2009, 06:49 PM
Replies: 0
Views: 696
Posted By Scottymeuk
iPlayer Downloader

I really need to work out how to be able to download from bbc iplayer. There is a program to do it but i want to be able to do it with php. First of all i need to pretend to be a iphone which i know...
Forum: General 01-11-2009, 02:47 PM
Replies: 10
Views: 689
Posted By Scottymeuk
I do as well but I just don't want to send him my...

I do as well but I just don't want to send him my whole class.
Forum: General 01-10-2009, 06:04 PM
Replies: 10
Views: 689
Posted By Scottymeuk
Well basically it does: Checks to see if the...

Well basically it does:


Checks to see if the user details are ok
Starts A Session with session hash( not just the session id, but a mix of a lot of things), a password hash (for checking each...
Forum: General 01-10-2009, 01:38 PM
Replies: 10
Views: 689
Posted By Scottymeuk
I wouldnt do that. You need to do things...

I wouldnt do that.

You need to do things like

$user->login($_POST)

That above bit goes in the bit that says, if post etc.

Then on the login bit you need to make sessions etc. I will post my one...
Forum: Advanced PHP Programming 01-10-2009, 01:28 PM
Replies: 11
Views: 8,926
Posted By Scottymeuk
Or what you could do is: function...

Or what you could do is:



function get_post($string)
{
return htmlentities($_POST[$string]);
}
Forum: Advanced PHP Programming 01-09-2009, 05:13 PM
Replies: 11
Views: 800
Posted By Scottymeuk
use: $date = date('Y',$dbRow['date']); To be...

use:

$date = date('Y',$dbRow['date']);

To be able to get the year from the time stamp. Not sure if thats what you need but it should help if you do.
Forum: Advanced PHP Programming 01-09-2009, 05:12 PM
Replies: 4
Views: 941
Posted By Scottymeuk
Ye, you will have to register as a company for...

Ye, you will have to register as a company for one and will require highly secure server etc. You will also most likely be checked by MI5 etc.

Highly doubt you can get that kinda information.
Forum: Advanced PHP Programming 01-08-2009, 11:27 PM
Replies: 4
Views: 941
Posted By Scottymeuk
http://www.abika.com/Reports/P2P_Search.htm

http://www.abika.com/Reports/P2P_Search.htm
Showing results 1 to 25 of 40

 

All times are GMT. The time now is 02:47 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design