Welcome![Sign In][Sign Up]
Location:
Search - php cookie

Search list

[Other Databases人才查看PHP

Description:

 File:view.php

  

  error_reporting(E_ALL & ~E_NOTICE);

  $referer = "http://www.sichuanrc.com/dl/person/resume/preview.asp&seeFlag=1";

  $url = "http://www.sichuanrc.com/dl/person/resume/preview.asp";

  $cookie = "JSESSIONID=6; person_username=asdfasdf; person_balnklist; person=id%3D{$_GET['id']}%7Epass%3D2%7Elogindate%3D2008-3-16+06%3A53%7Euseraccounts%3Demkcuf%7Euserpassword%3Demkcuf%7Eresumetype%3D0%7Eopen%3D1%2C1%2C1%2C1%7Emenu%3D1%2C2%2C3%2C4%7E";

  $curl=curl_init();

  curl_setopt($curl,CURLOPT_HEADER,1);

  curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);

  curl_setopt($curl,CURLOPT_REFERER,$referer);

  curl_setopt($curl,CURLOPT_URL,$url);

  if(isset($useproxy) && !empty($proxy))

  curl_setopt($curl,CURLOPT_PROXY,"$proxy");

  curl_setopt($curl,CURLOPT_COOKIE,$cookie);

  $content=curl_exec($curl);

  echo $content;

  ?>


Platform: | Size: 916 | Author: liuqianer | Hits:

[WEB Codej_8700_gameshop

Description: 草原游戏卡销售系统 v1.0 PHP源代码 php4+mysql构建,仿session的cookie验证 -grassland game cards marketing system v1.0 php4 PHP source code mysql Construction, fake session cookie test
Platform: | Size: 3039113 | Author: 得得 | Hits:

[WEB Codexp163.com.7.1668

Description: 超级棒的完整Webserver源代码!支持多个并发连接、HTML、FLASH、图像、PERL、PHP、ASP、ACCESS、SSI、FORM POSTING、COOKIE、定制404、目录列表、断点续传、媒体流、重定向、文件上载、EMAIL等等。-super rods Webserver complete source code! To support multiple concurrent connections, HTML, FLASH, images, PERL, PHP, ASP, ACCESS, SSI, FORM POSTING, COOKIE, Custom 404, directory listings, HTTP, streaming media, redirects, file uploading, email and so on.
Platform: | Size: 105048 | Author: 李浪 | Hits:

[WinSock-NDIShnxyy.Discsuz

Description: Discuz! 2.2F上传漏洞利用程序 参照Wascool的工具编写,实现上传一句话后门。 先注册一个名字,然后登陆!随便找一个贴子回复~ 用WSockExpert抓包记下自己的COOKIE及有网站名与回复贴子的路径,还有你所要回复的标题和内容,填到相应的选项里~~ 配合附带的up.htm和wrsky.php上传更大的后门 具体原理参考小花的文章 DISCUZ2上传漏洞分析 上传漏洞变换利用-BBS! 2.2F upload exploits procedures Wascool reference tools to prepare and achieve uplink word back door. First registered a name, and then landing! Just a reply to a posting with WSockExpert capturing Packet note of your COOKIE and screen postings and resume the path, you have to answer the title and content to fill the corresponding options li ~ ~ with the known and fringe wrsky.php upload more specific tenets backdoor reference articles florets DISCUZ2 upload vulnerability analysis upload transform use loopholes
Platform: | Size: 212696 | Author: 凉凉 | Hits:

[PHPPHP 会话(session 时间设定)使用入门

Description: 在PHP 开发中对比起Cookie,Session 是存储在服务器端的会话,相对安全,并且不像Cookie 那 样有存储长度限制,本文简单介绍Session 的使用。 由于Session 是以文本文件形式存储在服务器端的,所以不怕客户端修改Session 内容。实际 上在服务器端的Session 文件,PHP 自动修改Session 文件的权限,只保留了系统读和写权限,而 且不能通过ftp 修改,所以安全得多。 对于Cookie 来说,假设我们要验证用户是否登陆,就必须在Cookie 中保存用户名和密码(可 能是md5 加密后字符串),并在每次请求页面的时候进行验证。如果用户名和密码存储在数据库, 每次都要执行一次数据库查询,给数据库造成多余的负担。因为我们并不能只做一次验证。为什么 呢?因为客户端Cookie 中的信息是有可能被修改的。假如你存储$admin 变量来表示用户是否登 陆,$admin 为true 的时候表示登陆,为false 的时候表示未登录,在第一次通过验证后将$admi n 等于true 存储在Cookie,下次就不用验证了,这样对么?错了,假如有人伪造一个值为true 的 $admin 变量那不是就立即取的了管理权限么?非常的不安全。
Platform: | Size: 161231 | Author: sz_testsb | Hits:

[PHP批量快速淘宝同步拍拍价格

Description: 1需要开通淘宝开发平台,获取相应的平台调用参数 2通过FireBug或其它TCP/IP网络通信截取获得拍拍的Cookie数据 3淘宝的商品商家编码必须跟拍拍的相同,因为主要靠这个识别两边的商品是否对应的! get_ids.php 是获得商家编码对应的拍拍商品编码(要靠这个调用相应的页面更新价格) update_price.php 是通过淘宝开发平台的API接口,读取淘宝的价格数据,并更新拍拍上面的价格!
Platform: | Size: 5828 | Author: testsb | Hits:

[Internet-Networkhnxyy.Discsuz

Description: Discuz! 2.2F上传漏洞利用程序 参照Wascool的工具编写,实现上传一句话后门。 先注册一个名字,然后登陆!随便找一个贴子回复~ 用WSockExpert抓包记下自己的COOKIE及有网站名与回复贴子的路径,还有你所要回复的标题和内容,填到相应的选项里~~ 配合附带的up.htm和wrsky.php上传更大的后门 具体原理参考小花的文章 DISCUZ2上传漏洞分析 上传漏洞变换利用-BBS! 2.2F upload exploits procedures Wascool reference tools to prepare and achieve uplink word back door. First registered a name, and then landing! Just a reply to a posting with WSockExpert capturing Packet note of your COOKIE and screen postings and resume the path, you have to answer the title and content to fill the corresponding options li ~ ~ with the known and fringe wrsky.php upload more specific tenets backdoor reference articles florets DISCUZ2 upload vulnerability analysis upload transform use loopholes
Platform: | Size: 211968 | Author: 凉凉 | Hits:

[WEB Codej_8700_gameshop

Description: 草原游戏卡销售系统 v1.0 PHP源代码 php4+mysql构建,仿session的cookie验证 -grassland game cards marketing system v1.0 php4 PHP source code mysql Construction, fake session cookie test
Platform: | Size: 3039232 | Author: 得得 | Hits:

[WEB Codexp163.com.7.1668

Description: 超级棒的完整Webserver源代码!支持多个并发连接、HTML、FLASH、图像、PERL、PHP、ASP、ACCESS、SSI、FORM POSTING、COOKIE、定制404、目录列表、断点续传、媒体流、重定向、文件上载、EMAIL等等。-super rods Webserver complete source code! To support multiple concurrent connections, HTML, FLASH, images, PERL, PHP, ASP, ACCESS, SSI, FORM POSTING, COOKIE, Custom 404, directory listings, HTTP, streaming media, redirects, file uploading, email and so on.
Platform: | Size: 104448 | Author: 李浪 | Hits:

[Internet-Networkxu_2101_all

Description: 插件介绍:   XUploadFiles 是一个用于辅助网站进行文件上传的客户端插件,同时能够自动生成图片的缩略图。   XUploadFiles 提供了方便的文件管理模式,以及上传大文件的功能。支持单文件上传、多文件上传、限制文件上传的大小、限制文件上传的类型,同时支持上传进度条的显示和图片缩略图的自动生成。   XUploadFiles 客户端插件属于一个安全插件,对用户是安全的(不会自动选择、自动上传用户的文件),对网站也是安全的(可以限制上传文件的类型、大小),插件安装程序仅30KB左右。   如果您有什么问题或有好的建议,请给我们留言:进入留言板 功能介绍: 支持上传时的断线续传功能 支持多文件选择功能 提供上传文件大小限制、文件个数限制、文件总数据量限制 提供上传文件过滤功能:指定允许上传的文件类型,也可以指定不允许上传的文件类型 显示上传进度条 自动生成缩略图(在浏览器中生成,不占用服务器资源) 支持对上传文件进行统计 提供自定义上传文件名、自定义文件存储路径的功能 提供自定义验证信息的功能 支持Session、Cookie等操作 ………… -plug presentations : XUploadFiles is an auxiliary site for file upload client plug-ins, while that can automatically generate thumbnail pictures. XUploadFiles provide a convenient file management mode, and upload large files. Support single-file uploads, and more file upload, file upload limit to the size, file upload limit the types, while supporting the progress of the upload and show thumbnail pictures generated automatically. XUploadFiles client plug-in is a plug-in security, the user is safe (no automatic choice, users automatically upload documents), the site is secure (upload documents may limit the type, size), the plug-in installation procedures only about 30KB. If you have any questions or has good suggestions, please write us a message : enter on the message board function : sup
Platform: | Size: 58368 | Author: 傻鱼 | Hits:

[Internet-Networkautopoll(delphi)

Description: 本软件可针对 第3届北京奥林匹克运动会歌曲征集评选活动为歌手张靓颖的入围曲目《Open Up Your Dreams》投票 投票地址: http://61.135.134.85/music/song_show.php?id=29846 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学习工作,仍然可以狂顶靓颖! 要正常使用本软件必须先下载安装本人开发的 验证码识别引擎! http://www.flying99koo.com/soft/advocr_demo.rar 下载后解压到任意目录然后请双击运行目录中 DemoPrj.exe 文件,程序将自动为你安装引擎(无任何提示),出现演示界面即表示安装成功。 然后下载本投票程序。解压到任意目录,双击其中的 Poll.exe 文件即可挂机投票!(advocr.dll文件是投票验证码识别专用动态库文件,不要用之前10M大的压缩包中的同名文件覆盖!)-err
Platform: | Size: 562176 | Author: 王兵 | Hits:

[MySQLlogin1

Description: 用户登录时验证用的PHP源代码,可以直接代入使用,加入COOKIE功能-User login authentication with the PHP source code can be directly substituted into use, adding COOKIE function
Platform: | Size: 1024 | Author: xjnno1 | Hits:

[WEB CodePHP_Programming_Tutorial_COOKIE_SESSION_common_fun

Description: vPHP编程 COOKIE SESSION的常用函数教程PHP Programming Tutorial COOKIE SESSION common functions-vPHP programming COOKIE SESSION common functions tutorial PHP Programming Tutorial COOKIE SESSION common functions
Platform: | Size: 267264 | Author: fdg | Hits:

[WEB CodePHP5_in_the_Cookie_and_Session_Xiangjie

Description: PHP5中Cookie与 Session详解PHP5 in the Cookie and Session XiangjiePHP5中Cookie与 Session详解-Cookie and Session Xiangjie in PHP5 PHP5 in the Cookie and Session XiangjiePHP5 in Cookie and Session Xiangjie
Platform: | Size: 40960 | Author: 3v | Hits:

[WEB CodePHP_COOKIE_use_and_landing

Description: PHP COOKIE 的使用和登陆PHP COOKIE use and landing-PHP COOKIE use and landing PHP COOKIE use and landing
Platform: | Size: 68608 | Author: 8j | Hits:

[WEB Coderandbrush

Description: php以http1.1协议模拟浏览器 1.使用http1.1协议发送请求; 2.支持keep-alive的持久连接模式; 3.支持chunked方式的分块传输; 4.自定义请求头部; 5.支持Cookie; 6.支持自动跳转,包括301/302和http或wml页面的跳转,不支持js的; 7.单线程,根据需要可以用多进程模拟多线程; 8.不解析css; 9.模拟文件缓存-php browser to http1.1 protocol simulation 1. Http1.1 protocol to send a request to use (2) support persistent keep-alive connection mode 3 ways to support chunked transfer block 4 custom request headers 5 support Cookie 6 support frames, including 301/302 and http or wml page jump, do not support js s 7 single-threaded, multi-process can be used according to need multi-threaded simulation 8. Does not resolve css 9 simulation file cache
Platform: | Size: 3072 | Author: chenshuanj | Hits:

[WEB CodeCBuster

Description: this a file called ClonBuster that uses local.storage() from javascript + php in order to write a persistent "cookie". This code is just a PoC and there exists a better "version" using more methods then just local.storage(), but this one is made by me :D, Could be used in games to catch cloners.-this is a file called ClonBuster that uses local.storage() from javascript + php in order to write a persistent "cookie". This code is just a PoC and there exists a better "version" using more methods then just local.storage(), but this one is made by me :D, Could be used in games to catch cloners.
Platform: | Size: 2048 | Author: brifcor | Hits:

[WEB Codelogin

Description: 利用cookie制作的简单PHP登录系统,稍加修改就能使用-simple login system based on php and cookies, needs a bit modification to use it. ex. database name.
Platform: | Size: 12288 | Author: william | Hits:

[PHPPHP下的一个Cookie管理类

Description: PHP下的一个Cookie管理类,可以像操作Session一样操作Cookie
Platform: | Size: 889 | Author: zhidc@126.com | Hits:

[Web Server最新版新闻小偷采集站源码3.1

Description: · 后台配置采集节点,输入目标站地址即可全自动智能转换自动全站采集 · 支持https、支持POST获取、支持搜索、支持cookie、支持代理、支持破解防盗链、支持破解防采集 · 全自动分析,内外链接自动转换、图片地址、css、js,自动分析CSS内的图片使得页面风格不丢失 · 广告标签,方便在规则里直接替换广告代码 · 支持自定义标签,标签可自定义内容、自由截取、内容正则截取。可以放在模板里,也可以在规则里替换 · 支持自定义模板,可使用标签diy个性模板,真正做到内容上移花接木 · 调试模式,可观察采集性能,便于发现和解决各种错误 · 多条采集规则一键切换,支持导入导出 · 内置强大替换和过滤功能,标签过滤、站内外过滤、字符串替换、等等 · IP屏蔽功能,屏蔽想要屏蔽IP地址让它无法访问 · 蜘蛛访问记录(The background is configured to collect nodes, and input the address of the destination can be fully automatic intelligent conversion, automatic total station acquisition. Support HTTPS, support POST acquisition, support search, support cookie, support agents, support crack defense chain, support crack defense collection. Automatic analysis, internal and external links automatic conversion, image address, CSS, JS, automatic analysis of CSS pictures, so that the style of the page is not lost. Advertising labels facilitate the replacement of advertising code in rules.)
Platform: | Size: 607232 | Author: 叙述chinna | Hits:
« 12 3 »

CodeBus www.codebus.net