|
Its just a javascript hook which finds all the friend lists from Orkut and send a scrap to everyone.
Nothing to worry. it embeds a script and scraps to all of your friends. Dont run this (I suggest)
|
|
|
|
|
Hi,
Then why is stylishorkut.com blocked by my browser and says its an attack site?
someone told me there is no script that can send scraps to all your friends.
Thanks.
|
|
|
|
|
rayneesh wrote: someone told me there is no script that can send scraps to all your friends.
Someone told me that if I pass some spam on, Bill Gates sends money to orphans.
You're plainly not a programmer, you've come to a programming site and asked a question, now you want to tell a programmer what one of your idiot friends told you ? Accept the answer, or don't ask the question.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
You're a bit of a dick, you know that?
Completely uncalled for.
Narf.
|
|
|
|
|
I guess its linked to an external js file,name of that js file is scrapall.js but it doesn't mean that it'll send scrap to all friends.Did u checked that js file?But i don't think that for orkut type of site, sending scrap for all of your friends is possible as Google is maintaining that.Then vat'll be the security for that data.But if we are thinking from programmer side its possible to hack site if somebody is specifically goin 4 that.
|
|
|
|
|
ha ha .. but Arun.. I told that already.. I used the script to send mails.. And even customised it with few options while sending scraps. .and it works perfectly.. (Even one of my google Id was blocked for doing that... using googlepages account)
|
|
|
|
|
From what I have found through Norton Antivirus, Avast Antivirus and google I believe that "http://www.stylishorkut.com/" is an attack site which contains trojan horse viruses.
I am unable to find out what the code does though but I will do a little more research and post again if I find anything else. Until then, I suggest scanning with a good antivirus.
|
|
|
|
|
thanks. tell that to christian graus and see how he responds. or ask him to go to that website if he has the guts and thinks nothing is wrong with it.
i scanned with norton immediately after running that script but it didnt detect anything. can you pleaze help me quadrilateral?
thanks a lot buddy!!
|
|
|
|
|
Hi to all,...
I think I had posted in the wrong forum....I apologize...So anyone please give me a clue on the following design...
As an academic project, I want to design an website similar to Orkut or face-book or any forum types of thing...even our codeproject too....Could anyone please give me some idea or hints on it? planning to do in silverlight (that doesnot matter anyways, since i need help in understanding how it works)
Please give a clue on the dynamism of this kind of websites....how they achieve it?....how once a person logged in , can see his all scraps...is it under that user name, all the scraps are being stored....?....Now if a person changes his photo, the scrapbook on others account also changes the photo....
Basically i need an idea of how they work exactly
Thanks in advance
-----------------------------
I am a beginner
|
|
|
|
|
hrishiS wrote: .how once a person logged in , can see his all scraps...is it under that user name, all the scraps are being stored....?..
It's going to be in a database, and the common thread will be an id, not the username, I am sure.
hrishiS wrote: Now if a person changes his photo, the scrapbook on others account also changes the photo....
Because they all look up the same record in the database.
hrishiS wrote: Basically i need an idea of how they work exactly
They are very simple. You just need to buy a book on databases and read it, I think.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
thanks a lot..
So, It looks like a normal database project....
I have done a dbms project in my 3rd semester. I just wanted to clarify/make sure whether it is the same (i mean complexity wise) or I had to think something out of the Box.....Becasue, one thing is in my mind is the speed...since there will be many user, I need to have a minimal speed (in order to fetch the data from database, and then look into all other users and then fetch their record(probably their current photo) and then show it in the user's page)...its going to be a long time..so in this point, i think, there sud be some means which is not usual or simple as I had done simple dbms projectof something
Thanks anyways
-----------------------------
I am a beginner
|
|
|
|
|
If you have lots of users, you set up a server farm, you just throw hardware at it.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Hi Chrstian
thanks a lot for your replies
I am not so expert in this field. i didnt get the following
Christian Graus wrote: set up a server farm, you just throw hardware at it
Could you please tell me in little details may be....or if it is lots to write, any docs or link could do, so that i can have an idea of it
thanks in advance
-----------------------------
I am a beginner
|
|
|
|
|
In a nutshell, instead of using a free host that only allows a small number of hits to your site, you go with a system where a lot of computers are all serving your site, and are configured to work together, to provide more power than any one computer server could.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
hi i m shekhar i having a database which contains a name field to store all the names and i having a Textbox control and a listbox control i want to do searching with the the characters like i press "I" in the text box it display the all names in list box which started with "I" and if i press n too then the list box display the name who started witn "IN" etc . hw can i code for it
give me some suggetions
|
|
|
|
|
hi i m shekhar i having a database which contains a name field to store all the names and i having a Textbox control and a listbox control i want to do searching with the the characters like i press "I" in the text box it display the all names in list box which started with "I" and if "i" press "n" too then the list box display the name who started witn "IN" etc . hw can i code for it
give me some suggetions
Reply·Email·View Thread·Perm
|
|
|
|
|
You posted this twice, BTW.
I have no idea what you're doing this in, I assume not ASP.NET, as this is not the ASP.NET forum. ASP.NET has the ASP.NET AJAX control library, which contains controls to do this, if you're using PHP or whatever, you can search for similar AJAX controls, or you'd have to write your own.
Oh, wait, the listbox is always visible ? Then you can do it with a simple AJAX call to repopulate the listbox according to what you have typed. The hard part, in terms of javascript, is getting the floating DIV to behave the way you want, but if you're using a listbox, that makes it easier.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Is there a way to count no. of tabs open in a browser ?
|
|
|
|
|
Not unless there's some method in javascript I am unaware of. I doubt it, however.
Christian Graus
Driven to the arms of OSX by Vista.
Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
|
|
|
|
|
Hey folks - just had a quick question for those in the know...
I'm currently in the process of crafting a front-end web UI for a distributed software package. Compatibility between IE7 and Firefox is kind of an issue, and seeing as the interface currently displays and executes scripts normally on Firefox (while looking radically different and most scripts failing in IE), I was wondering if anyone had opinions/advice to share as far as developing for viewing in either browser.
|
|
|
|
|
Hi, im adding elements to my page in a similair way to this:
element.innerHTML += "<p>meep</p>";
The problem is that when it gets added the text inside any input boxes gets cleared.
Thanks
Strive to be humble enough to take advice, and confident enough to do something about it.
|
|
|
|
|
setting innerHTML means you are changing the content totally. If you are pasting the html, any data that is only present in DOM (as user Input) will not be available to HTML.
|
|
|
|
|
No thats not the problem. I have statically created the input boxes in my html file. But then when i do that javascript it just cleares the text in the input boxes. They are not related in anyway.
Strive to be humble enough to take advice, and confident enough to do something about it.
|
|
|
|
|
I presume you're talking javascript. you want something along the lines of:
for inputs:
myinput.value = myinput.value + "<p>meep</p>";
for textareas:
mytextarea.innerHTML() = mytextarea.innerHTML()+ "<p>meep</p>";
|
|
|
|
|
hello to all i am nauman khattak from islamabad pakistan student of MCS at FUUAST islamabad I am in search of friend who can help me and can share me knowldge of asp.net as i am nowadays working on asp.net
thans email me at naumankhattak@gmail.com or call me at 00923459797646 
|
|
|
|