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 69
Search took 0.06 seconds.
Search: Posts Made By: Tim Dobson
Forum: General 07-13-2011, 12:48 PM
Replies: 4
Views: 755
Posted By Tim Dobson
great stuff works how i need it to thanks :D

great stuff works how i need it to thanks :D
Forum: General 07-13-2011, 11:01 AM
Replies: 4
Views: 755
Posted By Tim Dobson
It is back slashes that are causing the problem,...

It is back slashes that are causing the problem, and although that what you put does work, i have a table in there and it is removing the close tag slash in there.

here is a bit of code of the...
Forum: General 07-12-2011, 06:48 PM
Replies: 4
Views: 755
Posted By Tim Dobson
stripslashes help

Got a small problem with a bit of code i am working on. I am reading a text file putting it to a temp file (the contents of it) then removing it to creat a fresh copy. Then i am adding the old...
Forum: General 06-08-2011, 03:06 PM
Replies: 2
Views: 696
Posted By Tim Dobson
selecting file to upload

I just input a new upload script on my site. Works a wonder, all i want to do now is limit what files they can select to upload. I know you can allow them to upload only specific files but thats not...
Forum: General 05-29-2011, 11:28 AM
Replies: 1
Views: 449
Posted By Tim Dobson
reading array from file help

hey guys i have myself stuff on reading an array, My admin cp login reads from an array like this

$LOGIN_INFORMATION = array(
'name' => 'password',
'name' => 'password',
'name' =>...
Forum: XHTML, HTML, CSS 04-22-2011, 04:31 PM
Replies: 2
Views: 769
Posted By Tim Dobson
ah yes thats perfect for what i want to do thanks...

ah yes thats perfect for what i want to do thanks tony!
Forum: XHTML, HTML, CSS 04-22-2011, 01:49 PM
Replies: 2
Views: 769
Posted By Tim Dobson
Encoding types

Couldent really find or dont know where to post this but im looking for a list of the different kind of encoding types such as base64 for a small profject i am working on. Thanks
Forum: Absolute Beginners 03-22-2011, 08:52 PM
Replies: 1
Views: 632
Posted By Tim Dobson
Arrow errors help

ok so i have been plodding a long with a big php file now and input some stuff...


<?php
if(isset($_POST['setpaste']) && !empty($_POST['setpaste'])) {
$thehead = $_REQUEST["addpastehead"];
$thebody...
Forum: Absolute Beginners 03-22-2011, 08:12 PM
Replies: 1
Views: 629
Posted By Tim Dobson
Add to text field when clicked?

1 button and 1 text area

<textarea name="addpaste" cols="100" rows="25" id="addpaste"></textarea>
<br />
<input type="button" value="Bold" name="addbld" />

Now what i need to do is when the the...
Forum: Absolute Beginners 03-14-2011, 11:29 PM
Replies: 5
Views: 629
Posted By Tim Dobson
Ok so doing that i fix it to how i need it ...

Ok so doing that i fix it to how i need it

<?php
if(isset($_POST['save']) && !empty($_POST['save'])) {
//lets delete old file
$myFile = "../../includes/docs/sdata.txt";
unlink($myFile);
//now...
Forum: Absolute Beginners 03-14-2011, 03:28 PM
Replies: 5
Views: 629
Posted By Tim Dobson
Ah great stuff that does make sense... i did do a...

Ah great stuff that does make sense... i did do a bit of a short test on this with just

<form action="<?php echo __FILE__; ?>" method="post" enctype="multipart/form-data">
<input name="test1"...
Forum: Absolute Beginners 03-09-2011, 02:33 PM
Replies: 5
Views: 629
Posted By Tim Dobson
Creating and calling functions

Ok so now im at the next level where i need to take it to the next step. Over the past i have used Multiple pages for scripts etc.. now what i need to do is put them all on the same page rather than...
Forum: Absolute Beginners 03-05-2011, 06:29 PM
Replies: 2
Views: 639
Posted By Tim Dobson
Yes you was correct. Lucky you said that because...

Yes you was correct. Lucky you said that because i was on the verge of a give up thanks again. Simple mistakes have such a big impact on these scripts!
Forum: Absolute Beginners 03-05-2011, 02:06 PM
Replies: 2
Views: 639
Posted By Tim Dobson
Str _replace Issue

Hey guys i have been trying to get the hang of the str_replace only have a little issue

i can have $thescripttemps = str_replace("<wordfilter>","&lt;wordfilter>",$thescripttemps);


Now that works...
Forum: Absolute Beginners 03-04-2011, 03:48 PM
Replies: 4
Views: 830
Posted By Tim Dobson
oh nevermind i had my text file wrong thanks for...

oh nevermind i had my text file wrong thanks for the advice on using file. much appriciated
Forum: Absolute Beginners 03-04-2011, 03:45 PM
Replies: 4
Views: 830
Posted By Tim Dobson
ok so i changed it to $ban_ip_list =...

ok so i changed it to

$ban_ip_list = file("E:\domains\s\sb0t.tentun.co.uk\user\htdocs\Admin\docs\bannedfull.txt");

but i still get nothing and it still does nothing so i really dont get it.


full...
Forum: Absolute Beginners 03-03-2011, 10:32 PM
Replies: 4
Views: 830
Posted By Tim Dobson
reading text file for array

Ok so i have been fighting with this script for a bit now and finaly give up, looking at examples just got me slightly confused!

so the plan is to read the array from the text file rather than have...
Forum: Absolute Beginners 10-02-2010, 12:37 AM
Replies: 1
Views: 662
Posted By Tim Dobson
Checkboxes working with text field

ok so i want to do something with a checkbox and a text field... i want the text field to be enabled if the checkbox is checked and the field to be disabled when unchecked. So i know i need to use on...
Forum: Absolute Beginners 09-21-2010, 06:11 PM
Replies: 15
Views: 739
Posted By Tim Dobson
poor guy is spying on this post he is just...

poor guy is spying on this post he is just posting a bit of js in to an open field he must think he is real clever. Its all filtered now anyway
Forum: Absolute Beginners 09-21-2010, 05:13 PM
Replies: 15
Views: 739
Posted By Tim Dobson
nah iv found out what there doing.. there is a...

nah iv found out what there doing.. there is a form where people can submit and what is being submited is this

<a href='arlnk://asdasdasd'><script>alert('TK=NOOBS')</script></a><hr /><a...
Forum: Absolute Beginners 09-21-2010, 05:03 PM
Replies: 15
Views: 739
Posted By Tim Dobson
ok well its definatly not my ftp so how do i stop...

ok well its definatly not my ftp so how do i stop this file?
Forum: Absolute Beginners 09-21-2010, 11:46 AM
Replies: 15
Views: 739
Posted By Tim Dobson
site bein messed up by some noob

guys needa bit of help some pranny thinks its smart to do some stuff to my site... i keep goin there and i keep gettin these annoying message boxes and redirected... here is a screen...
Forum: The Lounge 09-20-2010, 09:26 AM
Replies: 5
Views: 799
Posted By Tim Dobson
Ah i see yes so adding extra languages to my site...

Ah i see yes so adding extra languages to my site isent really required as its in english but maybe i will add some to be on the safe side.
Forum: The Lounge 09-04-2010, 10:28 PM
Replies: 5
Views: 799
Posted By Tim Dobson
popular web languages?

Was just curious about this... what would you guys say the most popular web language is besides english? when i say web language i am not refering to PHP, Java etc im talking about speaking...
Forum: Show Off 09-04-2010, 10:25 PM
Replies: 0
Views: 667
Posted By Tim Dobson
New poetry site of mine

Hey guys iv just finished developing the majority of my new poetry website! its not really a public site its just for me to show off the poetry i do.. users cant submit theres however i would love...
Showing results 1 to 25 of 69

 

All times are GMT. The time now is 05:45 AM.

 
     

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