25K before Wacken 08!!!

  • Als neues Loginsystem benutzen wir die Wacken.ID. Damit du deinen jetzigen Account im Wacken Forum mit der Wacken.ID verknüpfen kannst, klicke bitte auf den Link und trage deine E-Mail Adresse ein, die du auch hier im Forum benutzt. Ein User mit deinem Benutzernamen und deiner E-Mail Adresse wird dann automatisch angelegt. Du bekommst dann eine E-Mail und musst deine Wacken.ID bestätigen.

    Sollte es Probleme geben, schreibt uns bitte.

    Klicke hier, um deinen Account in eine Wacken.ID zu migrireren.

mental_mercury

W:O:A Metalmaster
18 Juni 2007
8.853
0
81
Marburg, Hessen
Sweet. Me and a few friends are getting a bunch of international beers from the World Market on Wednesday and we're gonna kick it, watch the new South Park, and play Wii :D
 

mental_mercury

W:O:A Metalmaster
18 Juni 2007
8.853
0
81
Marburg, Hessen
It's after 1 in the morning but i am still up watching videos on eBaums world. I've been watching a lot of military stuff in iraq and such, with IED's going off and insurgents getting blown up....you really just have to see with your own eyes just what goes on over there to get the full meaning of what happens every day. it really is sad, and i hope it doesn't get much worse. hopefully the US government gets their act together and starts making decisions. not saying that we should pull out but at least work together to accomplish goals. i'm moving to europe :rolleyes:
 

Lady_Wolf

W:O:A Metalmaster
4 Juli 2006
33.175
0
81
40
A crazy men's Utopia
www.myspace.com
hmmm the site is acting weird



vBulletin-Systemmitteilung

Änderungen verwerfen
<!-- /*©2000-2007 Jelsoft Enterprises Ltd. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * Initialize AJAX post editing * * @param mixed ID of element (or actual element) containing postbits */ function vB_AJAX_QuickEdit_Init(postobj) { if (AJAX_Compatible) { if (typeof postobj == 'string') { postobj = fetch_object(postobj); } var anchors = fetch_tags(postobj, 'a'); var postid = 0; for (var i = 0; i < anchors.length; i++) { if (anchors.name && anchors.name.indexOf('vB::QuickEdit::') != -1) { anchors.onclick = vB_AJAX_QuickEditor_Events.prototype.editbutton_click; } } } } // ############################################################################# // vB_AJAX_QuickEditor // ############################################################################# /** * Class to allow quick editing of posts within postbit via AJAX */ function vB_AJAX_QuickEditor() { this.postid = null; this.messageobj = null; this.container = null; this.originalhtml = null; this.ajax = null; this.editstate = false; this.editorcounter = 0; this.pending = false; } // ============================================================================= // vB_AJAX_QuickEditor methods /** * Check if the AJAX system is ready for us to proceed * * @return boolean */ vB_AJAX_QuickEditor.prototype.ready = function() { if (this.editstate || this.pending) { return false; } else { return true; } }; /** * Prepare to edit a single post * * @param string Name attribute of clicked link - takes the form of 'vB::QuickEdit::$postid' * * @return boolean false */ vB_AJAX_QuickEditor.prototype.edit = function(anchor_name) { var test_ajax = new vB_AJAX_Handler(true); if (!test_ajax.init() || (typeof vb_disable_ajax != 'undefined' && vb_disable_ajax > 0)) { // couldn't initialize, return true to allow click to go through return true; } var tmppostid = anchor_name.substr(anchor_name.lastIndexOf('::') + 2); if (this.pending) { // something is waiting to complete return false; } else if (!this.ready()) { if (this.postid == tmppostid) { this.full_edit(); return false; } this.abort(); } this.editorcounter++; this.editorid = 'vB_Editor_QE_' + this.editorcounter; this.postid = tmppostid; this.messageobj = fetch_object('post_message_' + this.postid); this.originalhtml = this.messageobj.innerHTML; this.unchanged = null; this.unchanged_reason = null; this.fetch_editor(); this.editstate = true; return false; }; /** * Send an AJAX request to fetch the editor HTML */ vB_AJAX_QuickEditor.prototype.fetch_editor = function() { if (fetch_object('progress_' + this.postid)) { fetch_object('progress_' + this.postid).style.display = ''; } document.body.style.cursor = 'wait'; this.ajax = new vB_AJAX_Handler(true); this.ajax.onreadystatechange(this.display_editor); this.ajax.send('ajax.php?do=quickedit&p=' + this.postid, 'do=quickedit&p=' + this.postid + '&editorid=' + PHP.urlencode(this.editorid)); this.pending = true; }; /** * Display the editor HTML when AJAX says fetch_editor() is ready
 

Lady_Wolf

W:O:A Metalmaster
4 Juli 2006
33.175
0
81
40
A crazy men's Utopia
www.myspace.com
Wer hat geschrieben?
Beiträge: 6.838
Benutzername Beiträge
  1. Sipyloidea 1.509
  2. agresionpower 1.372
  3. cyber999 844
  4. mental_mercury 701
  5. Lady_Wolf 645
  6. MetalViking 518
  7. elhuesos 453
  8. Quark 399
  9. Sevren 108
  10. Lionzz 96
  11. martinsys 43
  12. Soul-Catcher 23
  13. Sodomy&Lust 18
  14. Nemesiss 13
  15. Huldran 13
  16. gnoff 11
  17. dittohead 10