My favorites
▼
|
Sign in
phpsocks5
PHP空间做Socks5代理服务器
Project Home
Downloads
Wiki
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
26
attachment: test1.php
(159 bytes)
1
2
3
4
5
6
7
8
9
<?php
session_start();
echo 't1.sid=';
$phpsid = session_id();
echo $phpsid;
echo ',t1.esid=';
$phpsid = mysql_escape_string($phpsid);
echo $phpsid;
?>
Powered by
Google Project Hosting