www.worthingtoncompressor.com
Open in
urlscan Pro
192.190.221.127
Public Scan
Submitted URL: http://www.worthingtoncompressor.com/compressor-challenge
Effective URL: https://www.worthingtoncompressor.com/international-landing-page/germany
Submission: On June 30 via api from US — Scanned from DE
Effective URL: https://www.worthingtoncompressor.com/international-landing-page/germany
Submission: On June 30 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMPOST /codes/warranty-submit.php
<form name="" id="ask-expert" action="/codes/warranty-submit.php" method="post" novalidate="novalidate">
<ul style="margin-top:79px">
<li><input type="text" placeholder="Name" name="name" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Email" name="email" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Phone Number" name="phone_number" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Company" name="company" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Location" name="location" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Part Number" name="part_number" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Date Received" name="date_received" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Compressor Model Number" name="compressor_number" value="" class="txt_inputx placeholder"></li>
<li><input type="text" placeholder="Serial Number" name="serial_number" value="" class="txt_inputx placeholder"></li>
<li class="nomarg-bot">
<div class="g-recaptcha" data-sitekey="6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-qlc295d1tgql" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY&co=aHR0cHM6Ly93d3cud29ydGhpbmd0b25jb21wcmVzc29yLmNvbTo0NDM.&hl=de&v=rKbTvxTxwcw5VqzrtN-ICwWt&size=normal&cb=ysqq51owlfr7"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
</div>
<label id="captcha-error" class="captcha-error"></label>
</li>
<li class="nomarg-bot nomarg"><input type="submit" value="" name="submit" class="db_button2"></li>
</ul>
</form>
POST /codes/download_manual/submit_form.php
<form id="contact_form" action="/codes/download_manual/submit_form.php" method="post" novalidate="novalidate">
<ul>
<!-- <div class="pdf_dev">
<select class="pdf_select" name="pdf">
<option value="test">- Select PDF -</option>
</select>
</div> -->
<li><input type="text" placeholder="Name *" name="name" value="" class="txt_input placeholder" required="required" aria-required="true"></li>
<li><input type="text" placeholder="Email *" name="email" value="" class="txt_input placeholder" required="" aria-required="true"></li>
<li><input type="text" placeholder="Company" name="company" value="" class="txt_input placeholder"></li>
<li><input type="text" placeholder="Model *" name="model" value="" class="txt_input placeholder" required="" aria-required="true"></li>
<li><input type="text" placeholder="Serial *" name="serial" value="" class="txt_input placeholder" required="" aria-required="true"></li>
<li><input type="text" placeholder="Address" name="address" value="" class="txt_input placeholder"></li>
<li><input type="text" placeholder="Phone" name="phone" value="" class="txt_input placeholder"></li>
<li class="nomarg-bot">
<div id="recaptcha1">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-3vs8rrxwnes" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY&co=aHR0cHM6Ly93d3cud29ydGhpbmd0b25jb21wcmVzc29yLmNvbTo0NDM.&hl=de&v=rKbTvxTxwcw5VqzrtN-ICwWt&theme=light&size=normal&cb=x5ubloiq3907"></iframe>
</div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<label id="captcha-error1" class="captcha-error1 no-select"></label>
</li>
<li class="nomarg-bot nomarg"><input type="submit" value="" class="db_button"></li>
<ul>
<script type="text/javascript">
var $z = jQuery.noConflict();
$z(document).ready(function() {
$z('#contact_form').validate({ // initialize the plugin
rules: {
name: {
required: true
},
email: {
required: true,
email: true
},
model: {
required: true
},
serial: {
required: true
}
}
});
});
var recaptcha1;
var recaptcha2;
var verifyCallback1 = function(response) {
if (response.length == 0) {
$z("#captcha-error1").html("This is a required field");
$z("#captcha-error1").addClass("validation-advice");
if (!$z('#captcha-error1').hasClass('no-select')) {
$z('#captcha-error1').addClass('no-select')
}
} else {
if ($z('#captcha-error1').hasClass('no-select')) {
$z('#captcha-error1').removeClass('no-select')
}
$z("#captcha-error1").html('');
$z("#captcha-error1").removeClass("validation-advice");
}
};
var verifyCallback2 = function(response) {
if (response.length == 0) {
$z("#captcha-error2").html("This is a required field");
$z("#captcha-error2").addClass("validation-advice");
if (!$z('#captcha-error2').hasClass('no-select')) {
$z('#captcha-error2').addClass('no-select')
}
} else {
if ($z('#captcha-error2').hasClass('no-select')) {
$z('#captcha-error2').removeClass('no-select')
}
$z("#captcha-error2").html('');
$z("#captcha-error2").removeClass("validation-advice");
}
};
var myCallBack = function() {
//Render the recaptcha1 on the element with ID "recaptcha1"
if ($z('#recaptcha1').length) {
recaptcha1 = grecaptcha.render('recaptcha1', {
'sitekey': '6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY', //Replace this with your Site key
'theme': 'light',
//'callback' : verifyCallback1
});
}
if ($z('#recaptcha2').length) {
//Render the recaptcha2 on the element with ID "recaptcha2"
recaptcha2 = grecaptcha.render('recaptcha2', {
'sitekey': '6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY', //Replace this with your Site key
'theme': 'light',
// 'callback' : verifyCallback2
});
}
/* recaptcha1 = grecaptcha.render('recaptcha1', {
'sitekey' : '6LcK6BUUAAAAAOAhhDTJ897jvc2DlQVL7eb-s1sY', //Replace this with your Site key
'theme' : 'light',
'callback' : verifyCallback1
});
*/
};
$z("#contact_form").submit(function(event) {
if ($z('#captcha-error1').hasClass('no-select')) {
$z("#captcha-error1").html("This is a required field");
$z("#captcha-error1").addClass("validation-advice");
event.preventDefault;
return false;
}
$z("#captcha-error1").html('');
$z("#captcha-error1").removeClass("validation-advice");
return true;
});
</script>
</ul>
</ul>
</form>
POST /codes/main_contact_us.php
<form action="/codes/main_contact_us.php" method="post" id="contactform" novalidate="novalidate">
<ul>
<li><input type="text" placeholder="Name *" name="name2" id="name" class="txt_input placeholder" required="" aria-required="true"></li>
<li><input type="text" placeholder="Email *" name="email" class="txt_input placeholder" required="" aria-required="true"></li>
<li><input type="text" placeholder="Company" name="company" id="company" class="txt_input placeholder"></li>
<li><input type="text" placeholder="Telephone" name="telephone" class="txt_input placeholder"></li>
<li class="nomarg-bot nomarg" style="text-align:center;"><input type="submit" value="" class="cus_button"></li>
<ul>
<script type="text/javascript">
var ncj = jQuery.noConflict();
ncj(document).ready(function() {
ncj('#contactform').validate({ // initialize the plugin
rules: {
name2: {
required: true
},
email: {
required: true,
email: true
}
}
});
});
</script>
</ul>
</ul>
</form>
POST //translate.googleapis.com/translate_voting?client=te
<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>
Text Content
Industrial Services Solutions Other Brands * Valve & Actuation * * * Process Equipment * * * Pump & Motor * * * * * Specialty Parts Group * * * * Inspection Services Group * * Login 800-892-6189 Select Language: EN EN ES EN ES Select Language: EN AR ES FR IW IT PT ▼ hello Login / Register My Profile / Logout * Genuine OEM Parts * Complete Rebuilds * Refurbishing & Re-certifying * Preventative Maintenance * Compressor Repair * Plant Maintenance & Repair View Worthington North American Webpage GENUINE OEM PARTS RECIPROCATING AIR COMPRESSOR PARTS Our Reciprocating air compressor parts are compatible with most of the popular compressor manufacturers. We supply standard compressor parts which use modern materials and technology to ensure effectiveness. ROTARY SCREW AIR COMPRESSOR PARTS Worthington uses filters, separators, valves and bearings which are all made to the same quality standards as our reciprocating products. Worthington offers everything you need for your rotary machine. INDUSTRIAL AIR COMPRESSOR CONTROLS The ability track real time data while hosting historical trending information will allow Worthington the ability to understand your compressor and collect hard data such as Energy used, flow production, and track running hours. COMPLETE REBUILDS Worthington has a full arrangement of high quality compressors, engines, and pumps that we have hand refurbished to factory new Every machine goes through a process of a full inspection to by the same consultants/engineers who would look of your machine. Each machine is given Worthington’s personal touch no matter the brand. The cost of buying new in this economy is a hard pill to swallow. If you are upgrading your plants size, or just in need of a new machine stop buy and take a look at our inventory. Any equipment for sale is constantly changing so keep updated and if you see anything we can offer you let us know. Our technicians are on hand to review any and all questions you may pose. REFURBISHING AND RE-CERTIFYING Consider Us Your Turnkey Resource Worthington offers routine component repairs, as well as complex major shop overhauls, compressor re-rates and field services. We are more than capable of handling every aspect your plant may need. From a complete tear-down and inspection through final repair and assembly, as your single resource for all parts, materials and machining labor, Worthington simplifies procurement and enables you to act effectively and manage efficiently. Two options for you to utilize 1. Send us your machine at any stage of its life cycle to be given a thorough analysis from an expert. Upon completion, we will send you a full analysis detailing our thoughts on what we can offer to regain your compressors life. If you choose to utilize our expert technicians, work will begin immediately and your compressor will soon roar to life. 2. We can always send our consultants to you. Once an appointment is confirmed our team will come to perform an onsite inspection.This may not be as detailed as tearing down your unit but it will allow you to see firsthand what can possibly be done to complete your machine. If you decide to utilize our team, we can arrange transportation for the machine and begin the process of refurbishing your unit back to factory quality. Capabilities and Services We provide repair & overhauling services for compressors. We offer a wide range of services including but not limited to: * Valve repair * Cylinder boring and sleeving * Crankshaft repair * Babitting * Air end rebuilding * Rotor inspections * Blade replacement * Field balancing * Steam path audits * Stress analysis * Reverse engineer * Lathe work & horizontal/ vertical milling * Welding * Drilling * Tapping * Bolt and stud repair * Generator collector ring grinding * Split line & Horizontal joint machining * Journal & seal area machining. PREVENTATIVE MAINTENANCE Like your car, any compressor must undergo maintenance during its life to keep its performance in check. Worthington has a dedicated team tasked to keep your machine in check with the hours of performance schedule that each type of compressor has. To help aid our staff we have developed a personal trouble shooting chart designed to quickly solve any possible causes that may be present based on the symptoms your compressor is showing. Different maintenances are required for Centrifugal, Reciprocal, and Rotary compressors. Do to this we build different yearly plans based on your machine. Like getting your oil changed, we track the progress of these necessary maintenances services that are performed based on the hours your compressor has operated. This operation log will be kept to ensure and assist in a preventive maintenance trouble free continues operation of the unit. Planned periodic inspections should be made of the running gear in the frame and elements to be assessed from a Worthington Compressor Consultant. The key to this monthly visit is to avoid failure and lengthy shut downs due to wear and tear that may have been prevented. Simply checking the oil every month can gage the machines progress and give clues to how the unit is operating. After a preventative maintenance program is established a complete overhaul of the unit and its elements should be schedule into the yearly plan. At such time Worthington would like all elements to be removed from the unit, thoroughly inspected, repaired or replaced and the unit placed in the best operating conducting for continues operation. Worthington recommends, based on your compress, a list of spare parts to be held on hand at all times. We can provide you with these products to help reduce shut downs due to ware and tare that may have been prevented. We always believe in a streamlined efficient process. Make us your go-to maintenance serviceman. We offer our experience with the highest integrity and guarantee that throughout the year Worthington Compressor will strive to continue the life of your compressor. COMPRESSOR REPAIR When your compressor is running ineffectively, or worse shutdown, please utilize our trained Worthington Compressor Consultants for they are always on call. They will work onsite or you can send your machine to our plant to be evaluated. These experts have over 100+ years of combined experience to determine the problem quickly. 1. After inspecting your unit you will be given a detailed analysis of your compressor’s situation. 2. Based on the assessment from the Compressor Expert, we will inform you if the unit needs to be sent to our facilities or if it can be repaired onsite. 3. If it needs to be sent to our facilities, our packing and shipping division will be dispatched to prep the compressor and have it ready to be shipped by are moving specialists. 4. If cranes or any heavy equipment is needed, our field service units will be notified. Included in the analysis will be a detailed list of all repairs or new parts needed to be implemented to get your machine up and running. Competitive pricing will be listed based on the amount of hours, parts needed, and work to be performed towards your machine. Based on the compressor’s life span, you will be given the option to overhaul your compressor into a brand new rebuild. This will also include simple preventative maintenance services that will be offered at a discounted rate. Once given the OK, we will implement our plan and have your compressor completed on schedule safely, and efficiently. PLANT MAINTENANCE & REPAIR SERVICES If you maintenance staff becomes thin, trust Worthington Compressor to step in and become your one with your maintenance team. By providing experienced Worthington maintenance consultants/technicians onsite at your location, we can continually guard against unwanted maintenance shutdowns. Our core group can be on an as-needed or full-time basis. Our versatility allows us to respond 24/7 with the right people and the right equipment to help with even your toughest situations. Preventative Maintenance Emergency Breakdown & Repairs Small Modification Projects Major Shutdown Projects Warranty Registration Form * * * * * * * * * * * Manual Request Form Complete the form below to request for a PDF. * * * * * * * * * Contact Us * * * * * Follow Us SPECO | Worthington Compressor Services 3100 Engingeering Parkway Alpharetta, Georgia 30004 800-892-6189 * Site Map * Privacy Policy * Terms & Conditions © Copyright WorthingtonCompressor.com 2014. JavaScript is currently disabled.Please enable it for a better experience of Jumi. pronet alt yapılı sitelerkareasbet girişsiyahbayrakaynadeneme bonusu veren sitelercanlı casino sitelerikareasbet girişkareasbet girişbahçeşehir escortasper casino girişgobahis girişcasilotcasilotcasilotcasilotcasilotcasilotcasilothipercasinohipercasinohipercasinohipercasinohipercasinocasinoslotcasinoslotcasinoslotcasinoslotcasinopercasinopercasinopercasinopercasinopercasinopercasinoperCasinoperbahisnowbahisnowbahisnowbahisnowbahisnowbahisnowsweet bonanza oynaBig bass bonanza oynaaviator oynatropical tiki oynabigger bass bonanzawild wild richesgates of olympus oynaBahisnowBahisnowsweet bonanzaBig bass bonanza oynaaviator oynagates of olympus oynabigger bass bonanzawild wild riches demodog house demoBetingoYabancı diziFTN bahis siteleriistanbul escortgobahis güncel girişasper casino girişgüvenilir poker siteleriesenyurt escortbeylikdüzü escortbeylikdüzü escortbeylikduzu escortistanbul escortbeylikdüzü escortesenyurt escort30 TL Bonus Veren Bahis Siteleri betmatikmariobetonwinbetistsüpertotobetgrandpashabet telegramforum bahisBetist Girişşişli travestixslot giriş adresithe office izlehttps://aviatorkumar.com/Bahis SiteleriBinance Kayıt Olmaoleybet bahis sitesitipobetdeneme bonusu veren sitelerstarzbet girişstarzbet twittercasibomaviator oynabetturkeybetturkey girişbetturkeyxslotbycasinogates of olympus demo oynadeneme bonusu veren sitelerxslotxslot twittercasibomfilm izlecasibomonwinonwin twitterstarzbetstarzbet twittersahabetbetturkeybetturkey twittercasino sitelerideneme bonusu veren sitelercasibomMatadorbetzbahiszbahis twitterxslotxslot twitterxslotxslot twitterFuckkkextrabet güncel girişbullbahis girişPORNNNbetturkeybenimbahis girişesbet güncel girişbullbahis güncel girişesbet güncel girişXXXXXbetturkeybetturkeybetkombetkomBets10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcasibomXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcasibomcasibomXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXbetturkey güncel girişbetturkey güncel girişdeneme bonusu betturkeydeneme bonusu betturkeybetturkey twitterbetturkeybetturkey girişen iyi slot sitelericasibomXCXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXDeneme bonusucasibomcasino siteleriXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXHack ForumXXXXXXXXXXXXXXXXXXXXCrack forumXXXXXXXXXXXXXXXXXXXXXXXXcasibomcasibomcasibomSEXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXPORNOSEXXXXXXXXXXXXXXXXXXXXXXXXXXXromabetbahiswon15.combetturkeycasibomPORNOOOObahisbeycasibomcasibomPornnnzbahiscasibombahsegel girişcasibomcasibomcasibomcasibomcasibomsuperbetinbetkombetmatikbahiscommarsbahisonwinbetistimajbetportobetvdcasinonakitbahis Originaltext Diese Übersetzung bewerten Mit deinem Feedback können wir Google Übersetzer weiter verbessern