PDA

View Full Version : Wish List For Software



sharedholder
12-02-2003, 08:04 AM
Put here your appz wishes , maybe Santa ....... :lol: :lol:

asmithz
12-02-2003, 08:12 AM
A work crack and retail version for NIS2004

:P

sharedholder
12-02-2003, 08:13 AM
:lol: Santa speak russian for you. :lol:

balamm
12-02-2003, 08:56 AM
a script please mr. santa linkholder :D

To make smiley urls copy to clipboard when you click them.

MUSLEMAN
12-02-2003, 09:00 AM
Originally posted by balamm@2 December 2003 - 04:56
a script please mr. santa linkholder :D

To make smiley urls copy to clipboard when you click them.
do you mean kinda like getsmile, so when i click the smily it appears here in the post??

balamm
12-02-2003, 09:02 AM
That might work :huh:

MUSLEMAN
12-02-2003, 09:03 AM
Originally posted by balamm@2 December 2003 - 05:02
That might work :huh:
emm you gonna get it or do you want me to upload it some where?? or do you want to look at the trial version first?? :lol:

balamm
12-02-2003, 09:06 AM
Slow down Boss, I'm old remember :lol:

What is it? do you mean the scrip IPB uses or ???

Is this the one? It won't work server side though will it?

http://www.bluechillies.com/details/7402.html

MUSLEMAN
12-02-2003, 09:25 AM
Originally posted by balamm@2 December 2003 - 05:06
Slow down Boss, I'm old remember  :lol:

What is it? do you mean the scrip IPB uses or ???

Is this the one? It won't work server side though will it?

http://www.bluechillies.com/details/7402.html
yes its the one in the link you provided but, as usual you have lost me with the "server side"

in short you can store any smiily on there and you can make it appear on where ever you cursor is by hiting the smily

balamm
12-02-2003, 09:30 AM
Ok, see I need to deliver that service from the server to the person who clicks.

I found these but i need to combine them somehow.

Try this first one, it works well but I'd have to add the script to each image I think. The 2nd one is more advanced in some ways but not others.



<html lang=fr>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><Title>Copy on click</title>

<script language=javascript>
function copier(obj)
{
document.ze_form.ze_texte.value=obj;
var texteACopier = document.ze_form.ze_texte.createTextRange();  
       texteACopier.execCommand("Copy");  
}
</script>
</head>


<body bgcolor=black>
<form name="ze_form">
<input type="hidden" name="ze_texte">
</form>
<center>
<table border = 0 cellpading=0 cellspacing=0 width=800 height=600>
<td valign=tp><br><br><br><br>





<center><font size=4 Face=tahoma color=Red><b>How it work</b>
<b>click in the case and do copy in the notpad for exemple</b></font>
</font>




<center><table border=1 width=100>

<td align=left width="150">

<center>
<img border="0" src="Shortcuts/My%20Documents/My%20Pictures/021025-getting.jpg" width="160" height="228"><a/>
</td></center></center>



</td></table></center>


</body>





============================================================
Script:     Access Image URL to TextBox

Functions:  When an image is clicked, this script will show
           the image URL in a textbox.  Useful for cases
           where you want others to be able to copy the
           image address easily for linking... such as for
           banners, logo graphics, etc.  A single instance
           of the script can be attached to any number of
           images in the page.
         
Browsers:   NS4-7, IE4 and later

Author:     etLux
============================================================

INSTRUCTIONS:

Step One:  The Script
---------------------

Paste the following script into the <head> ... </head> of
your page.  There are no script set-ups needed.



<script language="JavaScript">

// Script Source: CodeLifter.com
// Copyright 2002
// Do not remove this notice

var isReady = false;

function showAddress(What){
 if (isReady){
   document.Which.Where.value = What;
   document.Which.Where.focus();
   document.Which.Where.select();
 }else{
   alert("This page is not fully loaded yet...\nPlease wait for the page to finish loading.");
 }
}

function clearAddress(){
 if (isReady){
   document.Which.Where.value = '';
 }else{
   alert("This page is not fully loaded yet...\nPlease wait for the page to finish loading.");  
 }
}

</script>



Step Two:  The Body Tag Onload Event
------------------------------------

Add onload="isReady=true" to your body tag, as shown below.
This is necessary to prevent false object calls prior to
the page being fully loaded.  Thus:



<body onload="isReady=true">



Step Three:  The TextBox
-------------------------

Insert the following code for the text box in your page. (It
may be anywhere in your page.)  Do not change the form or
field names.



<form name="Which">
<input type="text" size="60" name="Where">
</form>



To clear the textbox from a link in the page, use this:



<a href="#" onClick="clearAddress()">
Clear
</a>



Step Four:  Attaching To The Images
-----------------------------------

You may attach the script to as many images as you wish. To
attach to the image add onMouseDown="showAddress(this.src)"
to the img src tag, as shown in the sample below.



<img src="http://site.com/image.gif"
    width="100"
    height="100"
    border="0"
    onMouseDown="showAddress(this.src)">
   
   
   
   
Note that you can use either the explicit http:// address of
the image, or just a relative address to the image file.
In the later case, it will still return the full http
path to the image in the text box.    



============================[end]===========================

MUSLEMAN
12-02-2003, 09:52 AM
you know i belive a while back i did see one that worked server side, but i don't remember it, i will look for it, i bet 7thElement knows one, but as soon as i see it i will let you know :lol:

Kunal
12-02-2003, 04:47 PM
i want legit retail versions of all the worlds software :lol:

uNz[i]
12-02-2003, 05:55 PM
Just a working photoshop CS serial, legally registered in my name. :)

DarthInsinuate
12-02-2003, 06:03 PM
i'd like something that clears my typed URLs - it gets a bit messy after a while, i also have to hide the porn sites i've been visiting

sharedholder
12-02-2003, 07:17 PM
Originally posted by DarthInsinuate@2 December 2003 - 18:03
i'd like something that clears my typed URLs - it gets a bit messy after a while, i also have to hide the porn sites i've been visiting
Window Washer

muchspl2
12-02-2003, 08:08 PM
does anyone have a real crack for TDS
the grail is out there
I want to believe

Johnny_B
12-02-2003, 09:51 PM
I just want an insignificant piece of software. :rolleyes:
A tiny little program (kinda like a keygen) that can generate winning lottery numbers. :D

Can I have a link for it Santa sharedholder? :santa:

I've been a good boy this year. o:)

sharedholder
12-02-2003, 09:56 PM
Learn HOW TO MANAGE YOUR LUCK (http://www.saliu.com/infodown.html)

http://www.lottohat.com/

Kunal
12-02-2003, 10:01 PM
Originally posted by sharedholder@2 December 2003 - 22:56
Learn HOW TO MANAGE YOUR LUCK (http://www.saliu.com/infodown.html)

http://www.lottohat.com/
:) linkedholder deleivers once again :o :lol:

Santa Claus
12-02-2003, 10:05 PM
Ho! Ho! Ho! Merry Christmas :santa:

Johnny_B
12-02-2003, 10:23 PM
Originally posted by sharedholder@2 December 2003 - 20:56
Learn HOW TO MANAGE YOUR LUCK (http://www.saliu.com/infodown.html)

http://www.lottohat.com/
Those can't generate 100% winning lottery numbers. :P

@Santa Claus
Where the hell were you when I asked for a Ferrari last year?!!! :angry:

Wednesday
12-02-2003, 11:12 PM
I know this is a big pressie but I would love a full working copy of Sibelius 3 Santa please.
I've nearly been good this year. :angel2:

Santa Claus
12-02-2003, 11:39 PM
Sibelius 3.iso (http://www.stovokor.neostrada.pl/torrents/603/Sibelius%203-rar.torrent)

You will ned bittorent or burst to download it. Ho! Ho! Ho! Merry Christmas.

morpheus 1.0
12-02-2003, 11:44 PM
i want some really advanced key gens, or something that will only make a key that someone isnt using, so i can play online with ne dl'ed game... :lol:

Santa Claus
12-02-2003, 11:54 PM
What game do you want to play online?

Wednesday
12-03-2003, 12:00 AM
Originally posted by Santa Claus@2 December 2003 - 23:39
Sibelius 3.iso (http://www.stovokor.neostrada.pl/torrents/603/Sibelius%203-rar.torrent)

You will ned bittorent or burst to download it.    Ho! Ho! Ho! Merry Christmas.
:clap: Thank you Santa. I've left some booze in the fridge for you. :beerchug:

sharedholder
12-03-2003, 12:00 AM
My Present 1 (http://data.forumhoster.com/forum_shared/index.php?act=Attach&type=post&id=24)

My Present 2 (http://data.forumhoster.com/forum_shared/index.php?act=Attach&type=post&id=47)

Note:Right click and save as ,if the download doesn't start.

:lol: :lol: Merry Christmas.

morpheus 1.0
12-03-2003, 12:32 AM
Originally posted by Santa Claus@2 December 2003 - 23:54
What game do you want to play online?
i'm talking about in "general" :lol:

Santa Claus
12-03-2003, 03:30 AM
i'm talking about in "general" 




HAHA! :lol: HO! HO! HO!

zbljam1
12-04-2003, 01:06 PM
Wishing for a SystemTray password protected opening of kazaa so that when you try to open Kazaa it asks for a password that you set..

Or does it allready exist and i don't know how to use it.

MUSLEMAN
12-04-2003, 01:24 PM
some kind of a link protector, so only i and who ever i want can use a link from my website

MUSLEMAN
12-04-2003, 01:25 PM
Originally posted by zbljam1@4 December 2003 - 09:06
Wishing for a SystemTray password protected opening of kazaa so that when you try to open Kazaa it asks for a password that you set..

Or does it allready exist and i don't know how to use it.
would this do?? (http://hybridgraf.com/downloads/kzlock.zip)

DWk
12-04-2003, 04:46 PM
Santa!!!! :D

Raven Shield CD-Key for online gaming
Battlefield 1942 CD-Key for online gaming
Call of Duty CD-Key for online gaming
Kill all people that dont share!!!!! :angry: :angry: :tank: :gunsmile:

:)

Santa Claus
12-05-2003, 05:10 AM
I can't promise they will work but try www . serials . ws

Again I cant promise they will work but its the best I can do.

JustJof69
12-05-2003, 05:15 AM
I'd like Webroot Accelerator 2k3 please.

MUSLEMAN
12-05-2003, 10:45 AM
Originally posted by JustJof69@5 December 2003 - 01:15
I'd like Webroot Accelerator 2k3 please.
File:accsetup618_707570.exe
Length:1087040Bytes,1062KB
UUHash:=Ml5FByAQU0dtXLtBrtFb1CAODPQ=
ho ho ho

zbljam1
12-05-2003, 10:54 AM
Originally posted by MUSLEMAN@4 December 2003 - 13:25
would this do?? (http://hybridgraf.com/downloads/kzlock.zip)
Hmm.. not quite..
I can't unlock Kazaa. And I can shutdown the tool and then still access the Kazaa.

I don't wan't any1 to be able to enter kazaa (allready running) and see files that i'm downloading.

BUT .. TNX ANYWAY.. :)
I appritiate the effort.

JustJof69
12-06-2003, 12:51 AM
I'd actually like Webroot's Accelerate 2k3 with sources!!

Arcamean
12-06-2003, 09:41 AM
I know there aint a soul out there who could help santa get me my only gift of the year... (F$%in family "forgot my B-day)


Probably gonna have to provide my own x-mas... Again... prob buy everyone else in my family a lump of coal and make em fight over it, lol

anywho, figured id share my wish list:


*-*/-After reading my own list, i now realize why my family ignores me, lol. oh well hope everyone else has atleast a modest X-mas

price $3,037.96 *
mail-in rebate − $100.00

price after rebate $2,937.96
you saved 3.3%

as low as $91/mo+
12 months NO INTEREST





Estimated Ship Date
December 16, 2003




Click "edit" to modify your customized pc order.

Processor Pentium® 4 3.06 GHZ w/HT edit
Operating System Microsoft®Windows® XP Pro edit
Memory 1.0GB DDR SDRAM(2X512MB) edit
Hard Drive 40 GB 4200 RPM Hard Drive edit
Application Software Microsoft® Office 2003 SBE edit
Primary CD/DVD Drive DVD+R/RW and CD-RW Combo Drive edit
Communication 54g Wireless LAN edit
Display 17" WVA WXGA+ (1440x900) edit
Graphics Card 128MB NVIDIA® GeForce™ FX Go5600 edit
Warranty Upgrades 1-year express repair warranty upgrade with accidental damage protection edit
Primary Battery Extra 12 cell battery for zd7000 edit

your additional options:


Click "edit" to modify. These items will ship separately from your pc.

Key Accessories Kensington MicroSaver Security Lock edit
Carrying Cases hp sport backpack edit

/*-/*-/*-/*-/*-/*-/
I don't want to look uh too much like a "hiway-hobo", but i am accepting "gifts" and though i can't send ya much, if you wish, leave me your adress, and ill try and get a X-mas thank you card "personalized". tk for anyone generous, or just humoring me. I expect more humoring but what else can ya honestly expect from somone youve never seen/heard before, g'night everyone...

Arcamean
12-06-2003, 09:46 AM
Before i get flamed, i wanted to appologize, i misred the Tag line, i saw wish list, and my mind started wandering, really sry bout that :unsure: :unsure: :unsure: :unsure: :unsure: :unsure: :unsure:



ida Bi$#%ed more about my family, but i figured id gotten to the point, if anyone else is in my situation, id be glad to Bi$%# with ya, lol. only reason im in good spirits is cause i found an old bottle of Jack in my safe box, lol don't remeber when i put the damn thing in there oh well... bottoms up everyone. :rolleyes: