PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

NaRzY's Recent Pastes

"Untitled" (Plain Text) view

  1. yum install git
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. * base: mirror.ovh.net
  5. * extras: mirror.ovh.net
  6. * updates: mirror.ovh.net
  7. Excluding Packages in global exclude list
  8. Finished
  9. Setting up Install Process
  10. No package git available.

"Untitled" (Plain Text) view

  1. In file included from group.c:10:
  2. hostserv.h: In function 'do_sethost':
  3. hostserv.h:34: error: implicit declaration of function 'strlcpy'
  4. Failed to compile group.c!
  5. make[5]: *** [group.so] Error 1
  6. make[4]: *** [all] Error 1
  7. make[3]: *** [subdirs] Error 1
  8. make[2]: *** [all] Error 1
  9. make[1]: *** [subdirs] Error 1
  10. make: *** [all] Error 1

"Untitled" (Plain Text) view

  1. <cloak mode="full"
  2.     key1="0x2AF39F40"
  3.     key2="0x78E10B32"
  4.     key3="0x4F2D2E82"
  5.     key4="0x043A4C81"
  6.     prefix="eh-">

"Untitled" (Plain Text) view

  1. [ircd_user@ks390736 inspircd]$ make install
  2. *************************************
  3. *      BUILDING INSPIRCD          *
  4. *                                  *
  5. *  This will take a *long* time.  *
  6. *    Why not read our wiki at      *
  7. *    http://wiki.inspircd.org      *
  8. *  while you wait for make to run?  *
  9. *************************************
  10. Could not write real.mk: Permission denied at make/calcdep.pl line 30.

"Untitled" (Plain Text) view

  1. if (mysql_num_rows($userNameCheck) == 1) {
  2.             while ($accountDetails = mysql_fetch_array($userNameCheck)) {
  3.                 $_SESSION['id'] =  $accountDetails['company_id'];
  4.                 $_SESSION['user'] = $accountDetails['user_name'];
  5.             }
  6.         }

"Re: #27062" (PHP) view

  1. $query = "INSERT INTO escolas ( `escola` , `nomealuno` , `idade` , `graduacao` , `nomeencedu` , `email` , `sexo` , `telefone` , `morada` , `localidade` , `naturalidade` ,`país` ,`login` , `senha` , `news` , `data` ,`id` )
  2. VALUES ('$escola', '$nomealuno', '$idade', '$graduacao', '$nomeencedu', '$email', '$sexo', '$telefone', '$morada', '$localidade ', '$naturalidade ','$país ','$login', '$senha', '$news',CURDATE(),'$id')";

"Re: #27069" (SQL) view

  1. CREATE TABLE Users
  2. (
  3.     -- COLUMNS, etc.
  4.     User_Signup datetime NOT NULL DEFAULT CURDATE()
  5. )

"Untitled" (SQL) view

  1. CREATE TABLE Users
  2. (
  3.     -- COLUMNS, etc.
  4.     User_Signup datetime NOT NULL DEFAULT CURDATE(),
  5. )

"Untitled" (HTML) view

  1. <div class="button orange button-orange button-forward">
  2. <div class="button-layer button-layer-normal">
  3. <div class="button-bg button-bg-left">
  4. <div class="button-bg button-bg-right">
  5. <div class="button-bg button-bg-center">
  6. <div class="button-label">Inloggen</div>
  7. </div>
  8. </div>
  9. </div>
  10. </div>

"Re: #26420" (PHP) view

  1. <?php
  2.  
  3. class Database
  4. {   
  5.     private $_isConnected = FALSE;
  6.     private $_tableName;
  7.     private $_database;
  8.  
  9.     public function someMethod()
  10.     {

Page: 1, 2, 3.. »