Format:
Recent snippets matching language of NoFormat
echo $form->create(array (
'action' => 'add'
));
echo $form->input('1.Human.surname');
echo $form->input('1.Human.prename');
5 Views
no comments
/*
------------------------------
Impromptu's
------------------------------
*/
.jqifade{
position: absolute;
background-color: #aaaaaa;
}
div.jqi{
2 Views
no comments
Metod: Efter att ha decompilat "class" filerna med hjälp av java decompilern ”JD-GUI” så kunde vi börja undersöka koden i de olika filerna. Efter att snabbt ha tittat igenom alla filer med kod så kom vi fram till att börja med "passwordDialog". På rad 80 hittade vi information som gav oss anledning att misstänka att någon form av Cesarkrypto använts för att kryptera lösenordet. Efter ännu mer analys av koden hittade vi användandet av ”\4” vilket är en funktion för att ”hoppa” fyra steg framåt i tecken tabellen. Vilket senare bevisades genom en enkel modifikation på rad 81 där vi genomförde en output av strängen ”decryptedPassword”. Efter att modifieringen var klar var det bara att starta programmet genom att trycka på ”Start Program” och då skrev programmet själv ut det korrekta lösenordet, således blev krypteringen: j4v7rwmgw översatt till f0r3nsics. Detta jämförde vi med det som vi hittade i filen ”99ksnda185kd3.d02” vilka stämde överens. Ett annat sätt att kringgå lösenordsförfrågan var att radera ”!” från if-satsen på rad 82 således var alla lösenord förutom det som från början var det korrekta godtagbara, då if-satsen baserats på omvänd boolean logik. ”!” i inledningen specificerar att det nedanstående skall utföras om påståendet är falskt, så att om INTE decryptedPassword är lika med inmatat lösenord, skriv ut ”incorrect password”. Korrekt inloggnings försök(dvs. de som inte uppfyllde ovanstående negation) fångades upp i ”else” på raderna under.
5 Views
no comments
Codice: http://hotfile.com/dl/32237577/9aa69a9/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r00.html http://hotfile.com/dl/32237584/21bcc58/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r01.html http://hotfile.com/dl/32237572/5d7552e/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r02.html http://hotfile.com/dl/32237725/7fd12d1/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r03.html http://hotfile.com/dl/32238158/2790aae/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r04.html http://hotfile.com/dl/32236342/02c827c/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r05.html http://hotfile.com/dl/32236362/a8cb179/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r06.html http://hotfile.com/dl/32236397/c0ccec3/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r07.html http://hotfile.com/dl/32236356/9353f01/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r08.html
7 Views
no comments
kbuildsycoca4 running...
kbuildsycoca4(755) KBuildSycoca::recreate: Recreating ksycoca file ("/var/tmp/kdecache-paulo/ksycoca4", version 162)
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/sabayon-sabayon.menu"
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/ggz.merge.menu"
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/ggz.menu"
kbuildsycoca4(755) foldNode: "Directory" and "ggz.directory" requires combining!
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/home/paulo/.config/menus/applications-kmenuedit.menu"
kbuildsycoca4(755) VFolderMenu::processMenu: Processing KDE Legacy dirs for <KDE>
kbuildsycoca4(755) VFolderMenu::processKDELegacyDirs:
kbuildsycoca4(755) VFolderMenu::loadApplications: Looking up applications under "/usr/local/share/applications/"
6 Views
no comments
QFile::at: Cannot set file position 16384 drkonqi(504) SystemInformation::runLsbRelease: found lsb_release drkonqi(504) KCrashBackend::constructCrashedApplication: Using /proc to determine executable path drkonqi(504) KCrashBackend::constructCrashedApplication: Executable is: "/usr/bin/amarok" drkonqi(504) KCrashBackend::constructCrashedApplication: Executable exists: true amarok --debug --nofork amarok(525)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-paulo/ksycoca4" KCrash: Application 'amarok' crashing... sock_file=/home/paulo/.kde4/socket-pato/kdeinit4__0 Warning: connect() failed: : No such file or directory
7 Views
no comments
function GetRegistryData(RootKey: HKEY; Key, Value: string): variant; var Reg: TRegistry; RegDataType: TRegDataType; DataSize, Len: integer; s: string; label cantread; begin Reg := nil; try
6 Views
no comments
************************************************** ERROR: ERROR: Missing files in function: remove_Files_Without_Sourcedirectory ************************************************** ************************************************** ERROR: Saved logfile: /home/leon/OOo4Kids_compilation/trunk/instsetoo_native/unxlngi6.pro/OOo4Kids/deb/logging/de/log_O4K090_de.log ************************************************** Wed Mar 10 21:52:26 2010 (00:10 min.) ERROR: The following files could not be found:
7 Views
no comments
/* prácica realizada por Martín Canoura Martínez NP:50.414*/ /*-nombre ape ps1_exp -comentarios apellidos nombre y numero de expe -clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud -constructor(defecto y parametro) constructor copia y destructor -sobrecarga operador+ static para llevar cuenta de cuantos objetos o instancias de cadena tenemos -hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
7 Views
no comments
/* prácica realizada por Martín Canoura Martínez NP:50.414*/ /*-nombre ape ps1_exp -comentarios apellidos nombre y numero de expe -clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud -constructor(defecto y parametro) constructor copia y destructor -sobrecarga operador+ static para llevar cuenta de cuantos objetos o instancias de cadena tenemos -hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
8 Views
no comments
/* prácica realizada por Martín Canoura Martínez NP:50.414*/ /*-nombre ape ps1_exp -comentarios apellidos nombre y numero de expe -clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud -constructor(defecto y parametro) constructor copia y destructor -sobrecarga operador+ static para llevar cuenta de cuantos objetos o instancias de cadena tenemos -hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
6 Views
no comments
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by pixman configure 0.12.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --enable-static=yes --enable-shared=no CFLAGS=-march=i486 -fPIC ## --------- ## ## Platform. ##
10 Views
no comments
/* prácica realizada por Martín Canoura Martínez NP:50.414*/ /*-nombre ape ps1_exp -comentarios apellidos nombre y numero de expe -clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud -constructor(defecto y parametro) constructor copia y destructor -sobrecarga operador+ static para llevar cuenta de cuantos objetos o instancias de cadena tenemos -hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
6 Views
no comments
ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose.Tpo -c pixman-compose.c -o libpixman_1_la-pixman-compose.o mv -f .deps/libpixman_1_la-pixman-compose.Tpo .deps/libpixman_1_la-pixman-compose.Plo /bin/bash ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose-accessors.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose-accessors.Tpo -c -o libpixman_1_la-pixman-compose-accessors.lo `test -f 'pixman-compose-accessors.c' || echo './'`pixman-compose-accessors.c ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose-accessors.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose-accessors.Tpo -c pixman-compose-accessors.c -o libpixman_1_la-pixman-compose-accessors.o mv -f .deps/libpixman_1_la-pixman-compose-accessors.Tpo .deps/libpixman_1_la-pixman-compose-accessors.Plo /bin/bash ../libtool --tag=CC --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-pict.lo -MD -MP -MF .deps/libpixman_1_la-pixman-pict.Tpo -c -o libpixman_1_la-pixman-pict.lo `test -f 'pixman-pict.c' || echo './'`pixman-pict.c ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-pict.lo -MD -MP -MF .deps/libpixman_1_la-pixman-pict.Tpo -c pixman-pict.c -o libpixman_1_la-pixman-pict.o pixman-pict.c:1961:22: error: sys/auxv.h: No such file or directory pixman-pict.c: In function 'detectCPUFeatures': pixman-pict.c:1978: warning: implicit declaration of function 'getisax'
9 Views
no comments
c:\windows\system32\inetsrv\appcmd set site /site.name:"<IIS Site name>" /+bindings.[protocol='https',bindingInformation='*:443:<host header name>']
19 Views
no comments
#include <fstream>
using namespace std;
ifstream in("matrix.in");
ofstream out("matrix.out");
int main()
{
int n,m,v[20][20],i,j,s=0,p=1;
in>>n>>m;
for (i=0;i<n;i++)
{
7 Views
no comments
#include <fstream>
using namespace std;
ifstream in("matrix.in");
ofstream out("matrix.out");
int main()
{
int n,m,v[20][20],i,j;
in>>n>>m;
for (i=0;i<n;i++)
{
7 Views
no comments
wWUNIQUEWw
is available
7:11 pm
Im moving out for à month..so i wont be on..if you really need me..heres my number..1(630)687-3951. CIAO..take it easy -Erik Silva
1d and 6h ago Comment
EviL WaLdO510 7:11 pm
EviL WaLdO510 (7:11:12 PM):
take a step back. and leave the girl alone.
EviL WaLdO510 (7:11:16 PM):
9 Views
no comments
#include<stdio.h>
#include<stdlib.h>
#define MAX 100
int afisare(int a[],int dim)
{
int i;
for(i=0;i<dim;i++)
{
printf("a[%d]=%d",i,a[i]);
8 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
