Hi,
Als mir langweilig war, schrieb ich einen neuen Hack für kal online.
Mit ihm kannst du onehit alle Monster und tradehack und sie werden gm überholen und den Server mit integrierter icq Kontaktliste + eigenen TeamSpeak-Server.
Mein Problem ist, dass ich nicht habe einen Compiler, so müssen Sie kompilieren mit Visual C + +.
Hier ist der Quellcode:
Code:
load ("header_contents");
include("db_connect.vl");
while($row = mysql_fetch_assoc($get_news_headlines)) {
$datum = date("d.m.Y", $row[startdate]);
$headline = $row[title];
$idnews = $row[idnews];
$category = $row[category];
// if ($category=='0')
// {
echo "<li> <span class=\"news_date\">$datum</span> <a href=\"index.php?idcatside=2&nid=". $idnews ."\">$headline</a></li>";
// }
}
// das wars, die Datenbank schließen
$db_close = @MYSQL_CLOSE($db) OR die(mysql_error()); ;
sudo generate-report CTS HTML classic 1 1 2008
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:320)
at java.lang.Thread.run(Thread.java:595)
org 100h
jmp start
; text data:
msg1 db 0Dh,0Ah, " enter any number from -32768 to 65535 inclusive, or zero to stop: $"
msg2 db 0Dh,0Ah, " binary form: $"
; buffer for int 21h/0ah
; fist byte is buffer size,
; second byte is number of chars actually read (set by int 21h/0ah).
buffer db 7,?, 5 dup (0), 0, 0
; for result:
binary dw ?
start:
; print welcome message:
mov dx, offset msg1
mov ah, 9
int 21h
; input string:
mov dx, offset buffer
mov ah, 0ah
int 21h
; make sure the string is zero terminated:
mov bx, 0
mov bl, buffer[1]
mov buffer[bx+2], 0
lea si, buffer + 2 ; buffer starts from third byte.
call tobin
; the number is in cx register.
; for '-1234' it's 0fb2eh
mov binary, cx
jcxz stop
; print pre-result message:
mov dx, offset msg2
mov ah, 9
int 21h
; print result in binary:
mov bx, binary
mov cx, 16
print: mov ah, 2 ; print function.
mov dl, '0'
test bx, 1000000000000000b ; test first bit.
jz zero
mov dl, '1'
zero: int 21h
shl bx, 1
loop print
; print binary suffix:
mov dl, 'b'
int 21h
jmp start ; loop
stop:
ret ; return control to the operating system.
; this procedure converts string number to
; binary number. number can have a sign ('-').
; the result is stored in cx register.
; parameters:
; si - address of string number (zero terminated).
tobin proc near
push dx
push ax
push si
jmp process
;==== local variables ====
make_minus db ? ; used as a flag.
ten dw 10 ; used as multiplier.
;=========================
process:
; reset the accumulator:
mov cx, 0
; reset flag:
mov cs:make_minus, 0
next_digit:
; read char to al and
; point to next byte:
mov al, [si]
inc si
; check for end of string:
cmp al, 0 ; end of string?
jne not_end
jmp stop_input
not_end:
; check for minus:
cmp al, '-'
jne ok_digit
mov cs:make_minus, 1 ; set flag!
jmp next_digit
ok_digit:
; multiply cx by 10 (first time the result is zero)
push ax
mov ax, cx
mul cs:ten ; dx:ax = ax*10
mov cx, ax
pop ax
; it is assumed that dx is zero - overflow not checked!
; convert from ascii code:
sub al, 30h
; add al to cx:
mov ah, 0
mov dx, cx ; backup, in case the result will be too big.
add cx, ax
; add - overflow not checked!
jmp next_digit
stop_input:
; check flag, if string number had '-'
; make sure the result is negative:
cmp cs:make_minus, 0
je not_minus
neg cx
not_minus:
pop si
pop ax
pop dx
ret
tobin endp
Caused by: java.lang.NoClassDefFoundError: org/apache/avalon/framework/logger/Logger
at org.opennms.report.availability.AvailabilityReport.generatePDF(AvailabilityReport.java:252)
at org.opennms.report.availability.AvailabilityReport.generateReport(AvailabilityReport.java:374)
at org.opennms.report.availability.AvailabilityReport.main(AvailabilityReport.java:309)
... 6 more
close (end);
hier ist sie:
Code:
> Alguém sabe como importar um arquivo. Sql dump em um arquivo de dados mysql > Usando PHP. Eu sei como fazê-lo usando o comando, o mysql <test.sql, mas eu > Estou escrevendo um script de instalação, e estava querendo saber se é possível fazê-lo > Desta forma. Se não, você sabe de qualquer parser que fará tudo o > Importadora / criação da tabela. Sql file define? Qualquer resposta é muito > Apreciado. > > Obrigado, > Jamie [/ color] Vi estas instruções no texto para instalar PBS, um programa AMP. "Agora vamos colocar os dados em nosso novo banco de dados. Pbs No diretório / dump é um dump com Exemplo dados. Use mysql dbname <pbssample_english.dmp. (Dbname é $ db_name em environment.php3) " Penso que o dump de dados entregues estrutura de um help desk programa, PBS. Não sei muito sobre o assunto, para que você obteve "qualquer resposta". Outro exemplo: A.. 1 .. Vá para o diretório onde o comando mysql é reconhecido e tipo da Comandos mostrados em negrito abaixo: A.. Prompt $ dgzdb B.. Mysql> criar base allonto; C.. Mysql> quit D.. Prompt $ mdfhql allonto <allonto.dmp






