Format:
Recent snippets matching language of HtmlPhp
<HTML> <HEAD> <TITLE>403 Forbidden</TITLE> </HEAD> <BODY> <HR> <ADDRESS> Web Server at xxx </ADDRESS> </BODY>
15 Views
no comments
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="it" lang="it" dir="ltr"> <head> <title>Comune di Roma | Sito Istituzionale</title> <link rel="shortcut icon" href="/favicon.ico" />
11 Views
no comments
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| ¦Steve Dunstan 2001-2002
| http://e107.org
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
16 Views
no comments
function twitter_twitrpix_page($query) {
if (user_type() == 'oauth') {
//TwitrPix API version 2.01 allows for OAuth
//http://twitrpix.com/api/2
//Has the user submitted an image and message?
if ($_POST['message']) {
$twitrpixURL = 'http://api.twitrpix.com/2/upload.json';
//Set the initial headers
15 Views
no comments
<?php
echo "var commentsbook={\n"; //Dynamically output javascript variable
$commentids=mysql_query("select id from wp_posts order by date limit 5"); //get IDs to last 5 comment pages
$idarray=array();
while ($theid=mysql_fetch_array($commentids)){
array_push($idarray, "'http://www.mysite.com/comments.php?id=" . $theid[id] . "'");
}
echo "pages: [" . implode(",", $idarray) . "],\n"; //output: pages: [filepath1, filepath2, filepath3, etc],
echo "selectedpage: 0\n}";
11 Views
no comments
<?php
echo "var commentsbook={\n"; //Dynamically output javascript variable
$commentids=mysql_query("select id from comments order by date limit 5"); //get IDs to last 5 comment pages
$idarray=array();
while ($theid=mysql_fetch_array($commentids)){
array_push($idarray, "'http://www.mysite.com/comments.php?id=" . $theid[id] . "'");
}
echo "pages: [" . implode(",", $idarray) . "],\n"; //output: pages: [filepath1, filepath2, filepath3, etc],
echo "selectedpage: 0\n}";
11 Views
no comments
// Widget
(function( $ ) {
$.widget( "demo.multi", {
// These options will be used as defaults
options: {
clear: null
},
// Set up the widget
13 Views
no comments
<?php /******************************************************
*Copyright (C) 2011 by PrestaShopExchange.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
13 Views
no comments
cur=conn.cursor()
sql='''select * from softextBook where title='{0}' and remark3!='{1}'
'''.format(bookName,flag)
cur.execute(sql)
data=cur.fetchall()
cur.close()
20 Views
no comments
<?php
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 'on');
ini_set('display_startup_errors', 'on');
function get_url_contents($url){
$crl = curl_init();
$timeout = 5;
$useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1";
14 Views
no comments
http://www.turknova.biz/announce.php?passkey=a34fb45e468b9691556342ebde5b401c
10 Views
no comments
<?php
/*
Plugin Name: RSS Yazı Resmi
Plugin URI: http://enes.sonmez.net
Description: RSS Yazı Resmi
Version: 1.0
Author: Enes SÖNMEZ
Author URI: http://enes.sonmez.net
*/
13 Views
no comments
<?php
/*
Plugin Name: WP RSS Images
Plugin URI: http://web-argument.com/wp-rss-images-wordpress-plugin/
Description: Add feature images to your blog rss.
Version: 1.1
Author: Alain Gonzalez
Author URI: http://web-argument.com/
*/
14 Views
no comments
http://filevelocity.com/sfp3zcy422x6/Dream Hause 2011 DVDRip.part1.rar.html http://filevelocity.com/gehr1px6sw2k/Dream Hause 2011 DVDRip.part2.rar.html http://filevelocity.com/wi5tmc1l12q9/Dream Hause 2011 DVDRip.part3.rar.html http://filevelocity.com/b2e1c5h25e9y/Dream Hause 2011 DVDRip.part4.rar.html http://filevelocity.com/mbscjvmr44vn/Dream Hause 2011 DVDRip.part5.rar.html http://filevelocity.com/igeaqml05mlt/Dream Hause 2011 DVDRip.part6.rar.html http://filevelocity.com/ngidojk8agwk/Dream Hause 2011 DVDRip.part7.rar.html http://filevelocity.com/gfs54dqtrcqa/Dream Hause 2011 DVDRip.part8.rar.html
15 Views
no comments
<?php
/***************************************
/*
/* Settings
/*
/* To start: you MUST have a valid SSL certificate setup for API calls to work
/*
/**************************************/
26 Views
no comments
<?php
/***************************************
/*
/* Settings
/*
/* To start: you MUST have a valid SSL certificate setup for API calls to work
/*
/**************************************/
28 Views
no comments
ACCESSORY_IDs = {
ACCESSORY_GOGGLES = 1,
ACCESSORY_CATTYHAIRBAND = 2,
ACCESSORY_GLASS = 3,
ACCESSORY_FLOWER = 4,
ACCESSORY_FLORALHAIRBAND = 5,
ACCESSORY_HOOD = 6,
ACCESSORY_ROUNDCAP = 7,
ACCESSORY_FLUMASK = 8,
ACCESSORY_HAIRBAND = 9,
29 Views
no comments
<?php class Index extends Controller { public function __construct($method = null) { parent::__construct($method); $this->view = new View("main_page"); $this->view->menu = new View("menu");
30 Views
no comments
<?php abstract class Controller { protected function __construct() { $this->that = $this; }
35 Views
no comments
/*MENU*/ This is menu: <ul> <li><a href="#">aaa</a></li> <li><a href="#">bbb</a></li> <li><a href="#">ccc</a></li> </ul> /*MAIN_PAGE*/ <html>
29 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
