Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'database'

1584983 - How to use a database to set all: php css theme database skarecrow
  1. // How to use a database to set all CSS values for easy theme creation.
  2. // $theme should be the result of a database query, or set manually if you don't have database access.
  3. // Result is an array with all of the column names from the database split on the "_" character, and all sections (body, etc) become arrays containing the attributes.
  4. // $theme['body']['color'] (or any other value) can then be called in your php.
  5. // Modify and use to your liking - SKaReCRoW
  6.  
  7. $theme = array('body_color' => '#FFFF00','body_background-color' => '#77007C','body_font-size' => '11px','table.main_background-color' => '#680080');
  8.  
  9.  
1091421 - mtrp final sql: sql database mtrp
  1. SET @saved_cs_client     = @@character_set_client;
  2. SET character_set_client = utf8;
  3. CREATE TABLE `bans` (
  4.   `id` int(11) NOT NULL AUTO_INCREMENT,
  5.   `type` tinyint(2) NOT NULL,
  6.   `player` int(11) NOT NULL,
  7.   `time` int(11) NOT NULL,
  8.   `amount` bigint(20) NOT NULL DEFAULT '0',
  9.  
954824 - Database-Caching in WP: php wordpress database caching
  1. <?php
  2.  
  3. /*
  4. Name: MySQL-cache for WordPress
  5. Description: MySQL backend for the WP Object Cache.
  6. Version: 0.6
  7. URI: http://neosmart.net/dl.php?id=15
  8. Author: Mahmoud Al-Qudsi
  9.  
  10.  
954822 - Database-Caching in WP: php wordpress database caching
  1. <?php
  2.  
  3. /*
  4. Name: MySQL-cache for WordPress
  5. Description: MySQL backend for the WP Object Cache.
  6. Version: 0.6
  7. URI: http://neosmart.net/dl.php?id=15
  8. Author: Mahmoud Al-Qudsi
  9.  
  10.  
872389 - TheDefaced Google Friendly: data software name change cyber dns database check firewall channels issues solution systems computers digital register embedded
  1. TheDefaced Google Friendly
  2.  
  3. http://thedefaced.org/forums/forumdisplay.php?f=69
  4.  
  5. Keywords: x2Fusion DeadlyData Debug Tr3mbl3r Blood420 TheDefaced TheDefaced.org RoMeO xLink [xLink] coding programming darkmindz.com irc bouncer [irc bouncer] as400 security attack network buffer overflow attacks building business computer domain internet c# center channels change name firewall software issues solution systems computers cyber data database digital dns check register embedded endpoint exploit fibre testing generation latest government information international irc 1031 exchange bnc bot bouncer hosting scripting server shells tires trojan iseries it mainframe managing cisco mirc script net and perimeter architecture article audit auditing camera case study conference consultant consultants consulting design forum fundamentals news paper products professional provider scanner services system technology test threat threats tips tools white networks nt password pc proxy appliance bank certifications equipment measures networking policy posts vpn windows servers sql user vbulletin voip web website wifi 2000 recovery workstation xp administrator wireless
796702 - Thunder Database's BAH House Pas: system password database thunder bah houses
  1. * House 2.-
  2.  
  3. (0:32) When a furre says something with {!Set PW } in it,
  4.    (1:12) and the triggering furre is facing towards position (#,#), (#,# = Lock's Coordinates.)
  5.             (5:301) copy the value of variable %Usr_Said.x into variable %House_2_and_3.x. (House_2_and_3.x will be House Two's PW, House_2_and_3.y will be House Three's PW, and it continues like that.)
  6.             (5:200) emit message {<b>House 2:</b> Password is now set to %House_2_and_3.x} to the triggering furre.
  7.  
  8. (0:32) When a furre says something with {!Unlock} in it,
  9.  
796694 - Thunder Database's BAH House Pas: system password database thunder bah houses
  1. * House 1.-
  2.  
  3. (0:32) When a furre says something with {!Set PW } in it,
  4.    (1:12) and the triggering furre is facing towards position (#,#), (#,# = Lock's Coordinates.)
  5.             (5:301) copy the value of variable %Usr_Said.x into variable %House_A.x. (House_A.x will be House One's PW, House_A.y will be House Two's PW, and it continues like that.)
  6.             (5:200) emit message {<b>House 1:</b> Password is now set to %House_A.x} to the triggering furre.
  7.  
  8. (0:32) When a furre says something with {!Unlock} in it,
  9.  
793520 - My First Database. (DragonSpeak): database arrays dragonspeak
  1. *Set Array*
  2. (0:0) When everything is starting up,
  3.              (5:311) use variable %Free_IDs[30] as an array, and set element 0 of it to 0.
  4.  
  5. *When a Furre Leaves, Un-Register his/her entry code and release it*
  6. (0:10) When a furre leaves the dream,
  7.              (5:315) set variable %Taken_IDs to the triggering furre's entry code.
  8.              (5:302) take variable %Sum and add 1 to it.
  9.  
719854 - garotosopa: php pdo unique database abstraction
  1. class Anouk_Model_User extends Anouk_Model
  2. {
  3.         public function save(Anouk_TransferObject $user)
  4.         {
  5.                 try {
  6.                         if( $user->user_id ){
  7.                                 $stmt = $this->db->prepare('
  8.                                         UPDATE user SET login=? WHERE user_id=?
  9.  
719850 - garotosopa: php pdo unique database abstraction
  1. class Anouk_Model_User extends Anouk_Model
  2. {
  3.     public function save(Anouk_TransferObject $user)
  4.     {
  5.         try {
  6.             if( $user->user_id ){
  7.                 $stmt = $this->db->prepare('
  8.                     UPDATE user SET login=? WHERE user_id=?
  9.  
719836 - garotosopa: php pdo unique database abstraction
  1. class Anouk_Model_User extends Anouk_Model
  2. {
  3.         public function save(Anouk_TransferObject $user)
  4.         {
  5.                 try {
  6.                         if( $user->user_id ){
  7.                                 $stmt = $this->db->prepare('
  8.                                         UPDATE user SET login=? WHERE user_id=?
  9.  
worth-right