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 


why does it keeps freezing?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Thu Jun 10, 2010 8:12 pm    Post subject: why does it keeps freezing? Reply with quote

test
dam..

even if there are no quotes it is freezing.... ;-; why?

Code:
// ==UserScript==
// @name           adding text styling test
// @namespace      http://forum.cheatengine.org/*
// @include        *forum.cheatengine.org/*
// ==/UserScript==
var postButton = document.forms.namedItem("post").elements.namedItem("post");
var newmsg = "";
var oldmsg = "";

function FLQ(){
var evaluationMessage = document.forms.namedItem("post").elements.namedItem("message");
var originalMessage = document.forms.namedItem("post").elements.namedItem("message");
var newmsgpos;
if (evaluationMessage.value.search("[/quote]") != -1){
   while (evaluationMessage.value.search("[/quote]") != -1 ){
   newmsgpos = evaluationMessage.value.search("[/quote]");
   evaluationMessage.value.replace("[/quote]","[/oldquote]");
   }
   newmsg = originalMessage.value.substring(newmsgpos + 8);
   oldmsg = originalMessage.value.substring(0,newmsgpos + 8);
   }
   else if (evaluationMessage.value.search("[/quote]") != -1){
   oldmsg = "";
   newmsg = evaluationMessage.value
   }
 
     }

function styling(newmsg,oldmsg){
 FLQ();
   var postMessage = document.forms.namedItem("post").elements.namedItem("message");
      postMessage.value=oldmsg+"[color=darkblue][size=9] "+newmsg+" [/size][/color]";
 
}

postButton.addEventListener("click", styling, true);
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 -> Random spam 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 can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites