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 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: skibbli
Forum: The Lounge 11-24-2010, 02:33 AM
Replies: 0
Views: 786
Posted By skibbli
Terminal 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
Views: 755
Posted By skibbli
Big Grin 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
Views: 575
Posted By skibbli
Help 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
Views: 690
Posted By skibbli
Plugin/Addon 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
Views: 676
Posted By skibbli
Help 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
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
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
Views: 661
Posted By skibbli
Bug && 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
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
Views: 1,161
Posted By skibbli
Application 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
Views: 540
Posted By skibbli
Application 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.

 
     

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