Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
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
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 11 of 11
Search took
0.00
seconds.
Search:
Posts Made By:
skibbli
Forum:
The Lounge
11-24-2010, 02:33 AM
Replies:
0
linux portable virtual machine
Views:
786
Posted By
skibbli
linux portable virtual machine
i was just wondering,
if you installed linux on a usb disk, couldn't you dedicate that linux installation to being a virtual machine and boot any os wherever you want? ALSO applying proxy settings...
Forum:
The Lounge
07-28-2010, 01:56 AM
Replies:
6
White chocolate chip macadamia nuts
Views:
755
Posted By
skibbli
pizza!
Made a pizza the other day with dough that was made and purchased in a small village in Italy with sauce that was made at home and fresh mozzarella. put it in the oven. sparked a doob. ate the whole...
Forum:
General
06-05-2010, 11:38 PM
Replies:
1
How can i read an image from the inside of a php file
Views:
575
Posted By
skibbli
How can i read an image from the inside of a php file
i want to be able to refer to an image on the INSIDE of a php file.
like this:
<img src=".?img=file.gif">
But. when i mean the INSIDE i mean the image data is literally included in the file, i...
Forum:
General
05-30-2010, 11:58 PM
Replies:
6
Getting Images
Views:
690
Posted By
skibbli
DownThemAll
If your a Firefox user, just use the DownThemAll (https://addons.mozilla.org/en-US/firefox/downloads/latest/201/addon-201-latest.xpi?src=developers) addon. Downloads a specific filetype of all links...
Forum:
The Lounge
05-29-2010, 10:53 PM
Replies:
0
How can i get past protocol analysis?
Views:
676
Posted By
skibbli
How can i get past protocol analysis?
I really don't know much about packets and protocols, but I'm hosting a proxy over my WAN ip using 3proxy (http://www.3proxy.ru). However, the other location that I want to connect from has a...
Forum:
The Lounge
05-22-2010, 09:16 PM
Replies:
9
Hosting ?
Views:
754
Posted By
skibbli
i would recommend that if you have a crummy old...
i would recommend that if you have a crummy old computer laying around just put it online and dedicate it to hosting with apache and buy a domain name
Forum:
The Lounge
05-22-2010, 09:06 PM
Replies:
13
Free IRC Hosting
Views:
30,754
Posted By
skibbli
host your own
hey if you'd like to host your own server, use BIRCD (http://adf.ly/7UkV) ^^
though you should know you'll have to forward port 6667 on your router in order to access it remotely
Forum:
General
05-19-2010, 05:41 PM
Replies:
2
&& and || are mixed up ?? :S
Views:
661
Posted By
skibbli
&& and || are mixed up ?? :S
if ($_SERVER['PHP_AUTH_USER'] !== "username" && $_SERVER['PHP_AUTH_PW'] !== "password") {
header('WWW-Authenticate: Basic realm="login"');
header('HTTP/1.0 401 Unauthorized');
echo...
Forum:
General
03-08-2010, 02:39 AM
Replies:
6
file ID instead of url?
Views:
688
Posted By
skibbli
assuming the files you'd be linking to are all in...
assuming the files you'd be linking to are all in one place. you could use base64?
$file = base64_decode($_GET[id]);
if (file_exist($file)) {
header("location: filedir/$file");
} else {
echo...
Forum:
General
03-06-2010, 08:12 PM
Replies:
0
Correcting negative filesize() bug for larger files
Views:
1,161
Posted By
skibbli
Correcting negative filesize() bug for larger files
As you may know, PHP 5.2.13 has an issue with determining the size of a large file. The number of bytes will be displayed as a negative if the file size is too large. I've come up with a very simple...
Forum:
General
02-03-2010, 06:43 AM
Replies:
0
My File Uploader
Views:
540
Posted By
skibbli
My File Uploader
I just wanted to share this utility that i wrote, its a file uploader for personal use. it works pretty okay as far as I've tested it.
The reason i say it's for personal use is because i used basic...
Showing results 1 to 11 of 11
All times are GMT. The time now is
04:01 PM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
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