Help
RSS
API
Feed
Maltego
Contact
Domain > etapl.org
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2014-07-04
198.20.254.48
(
ClassC
)
2024-11-17
209.33.60.27
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyContent-Type: text/html; charsetUTF-8Location: https://etapl.org/Server: Microsoft-IIS/10.0X-Powered-By: ASP.NETDate: Sun, 17 Nov 2024 18:24:41 GMTContent-Length: 141 head>title>Document Moved/title>/head>body>h1>Object Moved/h1>This document may be found a HREFhttps://etapl.org/>here/a>/body>
Port 443
HTTP/1.1 200 OKCache-Control: privateContent-Type: text/html; charsetutf-8Server: Microsoft-IIS/10.0X-AspNet-Version: 4.0.30319X-Powered-By: ASP.NETStrict-Transport-Security: max-age0Date: Sun, 17 Nov 2024 18:24:41 GMTContent-Length: 57183 !DOCTYPE html>html langen> head>meta charsetutf-8 />meta http-equivX-UA-Compatible contentIEedge />meta nameviewport contentwidthdevice-width, initial-scale1 />meta namedescription />meta nameauthor /> !-- NO CACHING --> meta http-equivcache-control contentmax-age0 />meta http-equivcache-control contentno-cache />meta http-equivexpires content0 />meta http-equivexpires contentTue, 01 Jan 1980 1:00:00 GMT />meta http-equivpragma contentno-cache /> !-- NO CACHING --> title> East Texas Association of Petroleum Landmen - ETAPL/title> !-- icon for site !!--> link relshortcut icon typeimage/ico hrefimages/favicon.png />link relicon hrefimages/favicon.png typeimage/png />link relshortcut icon hrefimages/favicon.png typeimage/png /> !-- CSS --> link idLINKStyleCSS hrefcss/style.css relstylesheet typetext/css />link hrefcss/bootstrap.css relstylesheet />link hrefcss/font-awesome.css relstylesheet />link hrefcss/normalize.css relstylesheet /> !-- Ignite UI Required Combined CSS Files --> link hrefcss/infragistics.theme.css relstylesheet />link hrefcss/infragistics.css relstylesheet /> !-- Scripts --> script srcjs/jquery-2.1.js typetext/javascript>/script> script srchttps://code.jquery.com/ui/1.10.3/jquery-ui.min.js typetext/javascript>/script> script srcjs/bootstrap.js typetext/javascript>/script> script srcjs/main.js typetext/javascript>/script> script srcjs/modernizr.custom.16857.js typetext/javascript>/script> script srcjs/jquery.maskedinput.js typetext/javascript>/script> script srcjs/Date.js typetext/javascript>/script> script srcjs/jquery-listnav.js typetext/javascript>/script> script srcjs/underscore-min.js typetext/javascript>/script> script srcjs/moment.min.js typetext/javascript>/script> script srcjs/clndr.min.js typetext/javascript>/script> script srcjs/json2.js typetext/javascript>/script> !-- Ignite UI Required Combined JavaScript Files --> !-- Mailchimp !--> !-- PayPal scripts --> script srchttps://www.paypalobjects.com/js/external/dg.js typetext/javascript>/script> script typetext/javascript src/js/master-page.js?11/17/2024 12:24:41 PM>/script> !-- Ignite UI Required Combined JavaScript Files --> script typetext/javascript srcjs/infragistics.core.js>/script> script typetext/javascript srcjs/infragistics.lob.js>/script> script typetext/javascript> $(document).ready(function () { // show/hide elements for the presidents message initializePresidentsMessage(); // show/hide elements for upcoming events initializeUpcomingEvents(); }); function updatePresidentsMessage() { console.log($(#TXTEditPresidentsMessageBody).val()); $.ajax({ type: POST, contentType: application/x-www-form-urlencoded; charsetutf-8;, url: /AJAX_Handlers/UpdatePresidentsMessage.ashx, data: { PresidentsMessage: $(#TXTEditPresidentsMessageBody).val() }, success: function (Result) { // show/hide elements for the presidents message initializePresidentsMessage(); $(#DIVEditPresidentsMessage).modal(hide); }, failure: function (arg1, arg2) { console.log(arg1 + \n\n + arg2); }, error: function (Result, Error, arg3, arg4) { console.log(Result + \n\n + Error + \n\n + arg3 + \n\n + arg4); } }); } function showPresidentsMessageDialog() { $.ajax({ type: POST, contentType: application/x-www-form-urlencoded; charsetutf-8;, url: /AJAX_Handlers/GetDataForPresidentsMessage.ashx, success: function (Result) { $(#TXTEditPresidentsMessageBody).val(Result0PresidentsMessage); $(#TXTEditPresidentsMessageUpdatedBy).val(Result0UpdatedBy); $(#TXTEditPresidentsMessageUpdatedTS).val(Result0UpdatedTS); $(#DIVEditPresidentsMessage).modal(show); }, failure: function (arg1, arg2) { console.log(arg1 + \n\n + arg2); }, error: function (Result, Error, arg3, arg4) { console.log(Result + \n\n + Error + \n\n + arg3 + \n\n + arg4); } }); } function initializePresidentsMessage() { if ($(#LBLUserTypeID).val() > 900) { $(#BTNEditPresidentsMessage).show(); } $.ajax({ type: POST, contentType: application/x-www-form-urlencoded; charsetutf-8;, url: /AJAX_Handlers/GetDataForPresidentsMessage.ashx, success: function (Result) { $(#LBLPresidentsMessageUpdatedTS).html(Result0UpdatedTS); $(#LBLPresidentsMessage).html(Result0PresidentsMessage); }, failure: function (arg1, arg2) { console.log(arg1 + \n\n + arg2); }, error: function (Result, Error, arg3, arg4) { console.log(Result + \n\n + Error + \n\n + arg3 + \n\n + arg4); } }); } function initializeUpcomingEvents() { $.ajax({ type: POST, contentType: application/json; charsetutf-8;, url: /AJAX_Handlers/GetTwoUpcomingEvents.ashx, dataType: json, success: function (Result) { if (Result0Message ! null) { var header $(h2>There are no upcoming events/h2>); var subHeader $(span classsmall>/span>).text(Result0Message); header.append(subHeader); $(#DIVUpcomingEventList).append(header); } else { $.each(Result, function (i) { var online_registration ResultiOnlineRegistration; // components for the date and the register elements var outerRow $(div classrow event>/div>); var outerDateDiv $(div classcol-lg-3 col-md-4 col-sm-4 col-xs-12 text-center>/div>); var innerDateDiv $(div classdate> + ResultiEventStartDay + sup> + ResultiEventDatePostfix + /sup>br/> + ResultiEventStartMonthName + /div>); var eventTimesDiv $(div classevent-time>div> + ResultiStartTime + /div>div>to/div>div> + ResultiEndTime + /div>/div>); var registrationAnchor $(a href + getAppSettings_BaseURL() + /EventRegistration.aspx?EventID + ResultiEventID + stylez-index: 5000; classbtn btn-lg btn-default>Register/a>); var view_details_anchor $(a href + getAppSettings_BaseURL() + /EventRegistration.aspx?EventID + ResultiEventID + stylez-index: 5000; classbtn btn-lg btn-default>View Details/a>); // components for the event name header and sub-header elements var eventNameDiv $(div classcol-lg-9 col-md-8 col-sm-8 col-xs-12>/div>); var eventNameHeader $(h2>/h2>).text(ResultiEventName); var eventNameSubHeader $(span classsmall> + ResultiVenue + /span>) // components for the event description var eventDescriptionDiv $(div classcol-lg-9 col-md-12 col-sm-8>/div>); var eventDescriptionParagraph $(p classplain-text>/p>).html(ResultiEventDescription); outerDateDiv.append(innerDateDiv); outerDateDiv.append(eventTimesDiv); // only show the REGISTER button if online registration is enabled if (online_registration true) { outerDateDiv.append(registrationAnchor); } else { outerDateDiv.append(view_details_anchor); } eventNameHeader.append(eventNameSubHeader); eventNameDiv.append(eventNameHeader); eventDescriptionDiv.append(eventDescriptionParagraph); outerRow.append(outerDateDiv); outerRow.append(eventNameDiv); outerRow.append(eventDescriptionDiv); // add the event to the page $(#DIVUpcomingEventList).append(outerRow); // add a horizontal rule after the first event if (i 0) { $(#DIVUpcomingEventList).append($(hr/>)); } }); } }, failure: function (arg1, arg2) { alert(arg1 + \n\n + arg2); }, error: function (Result, Error, arg3, arg4) { alert(Result + \n\n + Error + \n\n + arg3 + \n\n + arg4); } }); } /script>/head> body> input typehidden idLBLUserID /> input typehidden idLBLUserTypeID /> nav classnavbar navbar-default navbar-fixed-top rolebanner> div classcontainer> !-- Responsive Nav !--> div classnavbar-header pull-right col-sm-9> button classnavbar-toggle typebutton data-togglecollapse data-target.navbar-collapse> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button> /div> !-- Logo !--> div classcol-lg-3 col-md-3 col-sm-6 col-xs-10 pull-left brand> a hrefdefault.aspx> img idIMGTopLeftMainLogo srcimages/logo_v1_ETAPL.png?11/17/2024 12:24:41 PM altETAPL /> /a> /div> !-- Join/Logout !--> div classcol-lg-5 col-md-6 col-sm-6 col-xs-2 text-right pull-right bigdrop> ul classuserbtns styleposition: relative; width: unset> li>a href/Register.aspx classbtn btn-default btn-lg>Become a Member/a>/li> /ul> !-- /user-btns !--> /div> !-- /btn-group !--> !-- Navigation !--> nav classcollapse navbar-collapse navbar-right rolenavigation> ul classnav navbar-nav> li>a hrefdefault.aspx>Home/a>/li> li classdropdown> a href# data-toggledropdown classdropdown-toggle>Events b classcaret>/b>/a> ul classdropdown-menu> li>a hrefEventsIndex.aspx>View All Events/a>/li> li>a hrefEventPhotos.aspx>Event Photos/a>/li> /ul> /li> li classdropdown> a href# data-toggledropdown classdropdown-toggle>Membership b classcaret>/b>/a> ul classdropdown-menu> li>a hrefDirectory.aspx>Directory/a>/li> li>a hrefDirectors.aspx>Directors & Officers/a>/li> li>a hrefPastAwardWinners.aspx>Past Award Recipients/a>/li> li>a hrefMembership.aspx>Membership Benefits/a>/li> li>a hrefScholarship.aspx>Scholarships/a>/li> li>a hrefByLaws.aspx>Constitution & By-Laws/a>/li> /ul> /li> li>a hrefContribute.aspx>Contribute/a>/li> li>a hrefResources.aspx>Resources/a>/li> li>a hrefContact.aspx>Contact/a>/li> li>a hrefAdvertising.aspx>Advertising/a>/li> div classuserbtns-sm> li>a href/Register.aspx classbtn btn-default btn-lg>Become a Member/a>/li> /div> /ul> /nav> /div> !-- /container --> /nav> !-- Background image !--> !--masthead--> !--/masthead--> !--main--> div classcontainer content> div classrow main-content idsidebarCollapse > !--left--> div idDIVLeftLogin classcol-lg-3 col-sm-4 sidebar idleftCol> !-- Logged Out Version --> div idDIVLoggedOutSidebar class> div styledisplay: flex; justify-content: space-between; align-items: center; padding: 1.6rem 1rem 0 1rem;> div> h3 classlogin-label stylecolor: #1d351e;text-align: left !important; padding: 0 !important; margin: 0 !important >Login/h3> /div> div styledisplay: flex; gap: 1rem; align-items: center;> a hrefhttps://www.linkedin.com/company/etapl/?viewAsMembertrue target_blank> svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 277 277.06 stylefill: #1d351e;height: 30px;> path dM0,138.01c0-27.76-.02-55.52,0-83.28C.05,24.32,23.93.18,54.42.1c55.78-.14,111.55-.14,167.33,0,30.73.08,54.76,23.45,54.96,54.13.37,56.19.4,112.38,0,168.56-.22,30.8-24.08,53.99-54.98,54.11-55.61.2-111.22.19-166.83,0C23.41,276.81.01,252.83,0,221.3c0-27.76,0-55.52,0-83.28ZM145.15,219.37c0-2.28,0-3.92,0-5.56,0-21.1.03-42.2-.02-63.29-.01-5.98,1.31-11.51,4.91-16.38,5.08-6.87,13.58-9.87,22.12-7.84,8.4,2,11.57,8.32,12.92,15.92.63,3.57.85,7.26.86,10.9.08,20.27.04,40.53.04,60.8,0,1.77,0,3.54,0,5.47h30.89c.23-.71.52-1.17.52-1.64-.18-26.24.6-52.53-.85-78.69-1.62-29.13-26.95-46.99-55.07-40.01-6.59,1.64-12.66,5.34-19.16,8.17-.21-1.93-.46-4.31-.74-6.89h-28.09v119.06h31.66ZM61.89,100.21v119.04h30.91v-119.04h-30.91ZM95.25,75.78c-.02-10.8-7.57-18.47-18.04-18.31-10.27.15-17.95,7.86-17.97,18.04-.02,10.26,7.76,18.08,17.91,17.99,10.59-.09,18.12-7.46,18.1-17.72Z/> /svg> /a> a hrefhttps://www.facebook.com/ETAPL target_blank > svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 277 277.04 stylefill: #1d351e;height: 30px;> path dM276.71,54.24C276.51,23.56,252.49.19,221.75.11c-55.78-.15-111.55-.14-167.33,0C23.93.18.05,24.32.02,54.73c-.03,27.76,0,55.52,0,83.28,0,27.76,0,55.52,0,83.28,0,31.54,23.41,55.51,54.9,55.62,19.98.07,39.96.1,59.94.12v-98.48h-35.42v-39.39h34.81c.1-2.37.24-4.24.26-6.11.09-9.38-.17-18.77.3-28.13.98-19.6,7.89-36.12,26.8-44.86,18.27-8.44,37.35-4.51,55.77-3.1v35.3c-7.6,0-14.51-.27-21.4.06-10.04.49-16.72,5.4-17.76,15.04-1.12,10.38-.25,20.98-.25,32.03h39.62c-2.75,13.51-5.36,26.35-8.06,39.61h-31.88v98.02c21.37-.02,42.74-.05,64.1-.13,30.89-.11,54.75-23.31,54.98-54.1.41-56.18.37-112.38,0-168.56Z/> /svg> /a> /div> /div> !-- Login Section !--> form methodpost action./ idctl20 stylepadding: 0 1rem 0 1rem;>input typehidden name__VIEWSTATE id__VIEWSTATE valueUZuB89exDuhhvBrIs+vUqDWHLvZQFF1i0NHfHpSuyw1yK8uh+4unhlKaVruD3CiC9pYxWEuDmKIFEapFB9agXoYBpcxgVTRWT9w58pHIRWaeImqpKXewHc/PDebOOJY/bRaPUjjuIBE3HWQ0tvmYkqh7s3UGGQSplGEQdngCAj4 />input typehidden name__VIEWSTATEGENERATOR id__VIEWSTATEGENERATOR valueCA0B0334 />input typehidden name__EVENTVALIDATION id__EVENTVALIDATION valueFvZmG3y3/+GwBiyph4BB4B1HWev53+lPlaVonpvBLoX+K3QwBsbpvmNxAOYxXybxaFkTE0qJM6X7zxtllOA5beJXmmhPg5H90dg0Q7y24IPmd9ADZR3pCA6vp1p4Ni7/jJKpWRhwG+W+0+PSsHCmD+QQuGRLYOKZVg4YbLFPQ+A /> input namectl00$TXTUserName typetext idTXTUserName placeholderEmail Address classinput-lg input-block-level /> input namectl00$TXTUserPassword typepassword idTXTUserPassword placeholderPassword classinput-lg input-block-level /> input typesubmit namectl00$BTNLogin valueLogin idBTNLogin classbtn btn-primary btn-lg btn-block login-button-selector /> /form> div stylewidth: 100%; text-align: center; padding: 1rem;> a hrefForgotPassword.aspx stylefont-size: 1.2rem; font-family: Arial, Helvetica, sans-serif; font-weight: 500;>Forgot Password?/a> /div> /div> !-- End Logged Out Version --> !-- Logged In Version !--> div idDIVLoggedInSidebar classhidden> h2>Hello span idSPANUserName classname>/span> div idcollapseSide>a href# classbtn data-togglecollapse data-target#>i classfa fa-caret-down>/i>/a>/div>/h2> !-- Toggle !--> div classcollapse in> !-- Membership date !--> div classmember> p idPARAMembershipExpirationDate> Membership Valid Through span idSPANMembershipExpirationDate classmDate>/span> /p> a hrefExtendMembership.aspx classbtn btn-block btn-default btn-lg>Extend Membership/a> /div> !-- End Membership date !--> /div> /div> !-- /sidebar --> hr> !-- Sidebar Menu !--> div idDIVLoggedInSidebarMenu classhidden> ul classnav navbar-nav side-nav> li> a classmain data-togglecollapse data-target#ULProfileMenu>Profile i classfa fa-fw fa-caret-down>/i>/a> ul idULProfileMenu classcollapse in> li>a hrefResume.aspx>Resume/a>/li> li>a hrefProfile.aspx>Profile Settings/a>/li> li>a hrefMyAccount.aspx>My Account/a>/li> /ul> /li> li> a classmain data-togglecollapse data-target#ULEventsMenu>Events i classfa fa-fw fa-caret-down>/i>/a> ul idULEventsMenu classcollapse in> li idLIManageEvents>a hrefEvents.aspx>Manage Events/a>/li> li idLIArchivedEvents>a hrefEventsIndex.aspx>Archived Events/a>/li> li idLIManageVenues>a hrefVenues.aspx>Venue Options/a>/li> /ul> /li> li idLIBoardOptions> a classmain data-togglecollapse data-target#ULBoardOptionsMenu>Board Options i classfa fa-fw fa-caret-down>/i>/a> ul idULBoardOptionsMenu classcollapse in> li>a hrefMembers.aspx>Manage Members/a>/li> li>a hrefPendingApplications.aspx>Pending Applications/a>/li> li>a hrefArchivedApplications.aspx>Archived Applications/a>/li> li>a hrefEBlast.aspx>E-Blast/a>/li> /ul> /li> /ul> !-- End Sidebar Menu !--> /div> hr> !-- Calendar !--> h3>Upcoming Events/h3> div classcalendar> div idDIVSmallCalendar classsmall-calendar> script typetext/x-underscore idtemplate-calendar> div classclndr-controls> div classclndr-previous-button>‹/div> div classmonth>{% month %} {% year %}/div> div classclndr-next-button>›/div> /div> div classdays-container> div classclndr-grid> div classdays-of-the-week> {% _.each(daysOfTheWeek, function(day) { %} div classheader-day>{% day %}/div> {% }); %} div classdays> {% _.each(days, function(day) { %} div class{% day.classes %}>{% day.day %}/div> {% }); %} /div> /div> div idDIVEventListContainer classevents> div classheaders> div onclick$(#DIVEventListContainer).hide(1000); classx-button>x/div> div idDIVEventListHeader classevent-header>/div> /div> div idDIVEventList classevents-list> /div> /div> !-- /events --> /div> /div> div classclndr-today-button>Today/div> /script> /div> /div> !-- End Calendar !--> !-- End Logged In Version --> /div> !--/sidebar--> !--right content--> div classcol-lg-9 col-md-8 col-sm-8> div classrow text-center> div classcol-md-2> /div> div classcol-md-8 stylewidth: auto !important;> !-- ETV Advertisement !--> div classsponsor> div idtransition-timer-carousel classcarousel vertical slide transition-timer-carousel data-ridecarousel> div classcarousel-inner> div classitem active> a hrefhttp://www.tomahawklandresources.com/ target_blank> img classimg-responsive stylemin-height: 180px !important;max-height: 180px !important; srcimages/advertisements/ad_tomahawk_land_resources.jpg?11/17/2024 12:24:41 PM />/a> /div> div classitem> a hrefhttps://recordsonline.com// target_blank> img classimg-responsive stylemin-height: 180px !important;max-height: 180px !important; srcimages/advertisements/ad_records_online.png?11/17/2024 12:24:41 PM />/a> /div> div classitem> a hrefhttp://www.etvsoftware.com target_blank> img classimg-responsive stylemin-height: 180px !important;max-height: 180px !important; srcimages/advertisements/etv_software.png?11/17/2024 12:24:41 PM />/a> /div> div classitem> a hrefhttp://true.land target_blank> img classimg-responsive stylemin-height: 180px !important;max-height: 180px !important; srcimages/advertisements/true_land.png?11/17/2024 12:24:41 PM />/a> /div> div classitem> a href/Advertising.aspx target_self> img classimg-responsive stylemin-height: 180px !important;max-height: 180px !important; srcimages/advertisements/your_ad_here.png?11/17/2024 12:24:41 PM />/a> /div> !-- Controls --> a classleft carousel-control href#transition-timer-carousel data-slideprev> i classfa fa-angle-double-left>/i> /a> a classright carousel-control href#transition-timer-carousel data-slidenext> i classfa fa-angle-double-right>/i> /a> /div> hr classtransition-timer-carousel-progress-bar animate /> /div> /div> !-- End ETV Advertisement !--> /div> div classcol-md-2> /div> /div> !--/container--> !-- EDIT PRESIDENTS MESSAGE --> div classmodal fade idDIVEditPresidentsMessage data-backdropstatic tabindex-1 roledialog aria-labelledbyLBLEditPresidentsMessageHeader aria-hiddentrue> div classmodal-dialog modal-lg> div classmodal-content> !-- HEADER --> div classmodal-header> h4 classmodal-title aligncenter>Edit Presidents Message/h4> /div> !-- BODY --> div classmodal-body> div classrow> div classcol-md-12> div idDIVEditPresidentsMessageBody classform-group> label forTXTEditPresidentsMessageBody classcontrol-label>Presidents Message/label> textarea idTXTEditPresidentsMessageBody classform-control no-validation rows10 namePresidentsMessage>/textarea> span idSPANEditPresidentsMessageBody>/span> /div> /div> /div> div classrow> div classcol-md-6> div idDIVEditPresidentsMessageUpdatedBy classform-group> label forTXTEditPresidentsMessageUpdatedBy classcontrol-label>Last Updated By/label> input idTXTEditPresidentsMessageUpdatedBy classform-control no-validation disabled /> span idSPANEditPresidentsMessageUpdatedBy>/span> /div> /div> /div> div classrow> div classcol-md-6> div idDIVEditPresidentsMessageUpdatedTS classform-group> label forTXTEditPresidentsMessageUpdatedTS classcontrol-label>Last Updated On/label> input idTXTEditPresidentsMessageUpdatedTS classform-control no-validation disabled /> span idSPANEditPresidentsMessageUpdatedTS>/span> /div> /div> /div> /div> !-- FOOTER --> div classmodal-footer aligncenter> button typebutton classbtn btn-default onclickupdatePresidentsMessage();>Save Changes i classfa fa-check>/i>/button> button typebutton classbtn btn-default data-dismissmodal>Cancel i classfa fa-ban>/i>/button> /div> /div> /div> /div> !-- EDIT PRESIDENTS MESSAGE --> !-- PRESIDENTs MESSAGE !--> div idDIVPresidentsMessage classrow hidden> div classcol-lg-12> h1> Presidents Message span idLBLPresidentsMessageUpdatedTS classsmall>/span> /h1> p idLBLPresidentsMessage> /p> p> button hidden typebutton idBTNEditPresidentsMessage onclickshowPresidentsMessageDialog(); classbtn btn-lg pull-right btn-default titleOnly administrators can see this button>Edit Presidents Message/button> /p> /div> /div> !-- PRESIDENTs MESSAGE !--> !-- Welcome content !--> div classrow> div classcol-lg-12> h1>East Texas Association of Petroleum Landman span classsmall>Professional Landman Organization/span>/h1> p classplain-text> Welcome to the East Texas Association of Petroleum Landmen (ETAPL) website. We are a non-profit, professional organization founded in 1951 in Tyler, Texas for the purpose of promoting the landman profession, arranging and coordinating educational and social events for members and contributing to social needs of the East Texas area. We have approximately 700 active members located primarily in East Texas. Our members represent oil and gas businesses ranging from very large oil companies to the independent landman. /p> p classplain-text> a hrefAboutETAPL.aspx classbtn btn-lg pull-right btn-default>Read More/a> /p> /div> /div> !-- /welcome !--> div idDIVUpcomingEventList>/div> !-- STATUS DIALOG --> form idFORMStatusDialog> div classmodal fade idDIVStatusDialog data-backdropstatic tabindex-1 roledialog aria-labelledbyLBLStatusHeader aria-hiddentrue> div classmodal-dialog modal-lg> div classmodal-content> !-- HEADER --> div classmodal-header> h4 classmodal-title aligncenter idLBLStatusHeader>/h4> /div> !-- BODY --> div classmodal-body> div classrow> div classcol-md-12 aligncenter> label idLBLStatus classcontrol-label>/label> /div> /div> /div> !-- FOOTER --> div classmodal-footer aligncenter> button typebutton classbtn btn-default data-dismissmodal>OK i classfa fa-check>/i>/button> /div> /div> /div> /div> /form> !-- END STATUS DIALOG --> /div> !--/right--> /div> !--/row--> /div> !--/container--> !-- footer !--> footer> div classcontainer> div classrow> !-- 1 Column !--> div classcol-lg-3 col-md-3 col-sm-6 col-xs-12> h3>Contribute/h3> p> To become a sponsor or make a donation to benefit the Texas Wounded Warriors Foundation, please click the button below. /p> a hrefContribute.aspx classbtn btn-block btn-default>Make a contribution/a> /div> !-- 2 Column !--> div classcol-lg-3 col-md-3 col-sm-6 col-xs-12> h3>Advertise/h3> p> For more information about advertising on the ETAPL website, click the button below. /p> a hrefAdvertising.aspx classbtn btn-block btn-default>Advertise with us/a> /div> !-- 3 Column !--> div classcol-lg-3 col-md-3 col-sm-6 col-xs-12> h3>Navigate/h3> ul classlist-group row> li classlist-group-item col-xs-6>a hrefDefault.aspx>Home/a>/li> li classlist-group-item col-xs-6>a hrefEventsIndex.aspx>Events/a>/li> li classlist-group-item col-xs-6>a hrefMembership.aspx>Membership/a>/li> li classlist-group-item col-xs-6>a hrefContact.aspx>Contact /a>/li> li classlist-group-item col-xs-6>a hrefRegister.aspx>Register/a>/li> /ul> /div> !-- 4 Column !--> div classcol-lg-3 col-md-3 col-sm-6 col-xs-12> h3>Contact/h3> address> strong>East Texas Association of Petroleum Landmen/strong> br> br> P.O. Box 8683br> Tyler, Texas 75711 br> br> abbr titleEmail>E:/abbr> a hrefmailto:info@etapl.org>info@etapl.org/a> /address> /div> /div> !-- /row !--> /div> !-- /container !--> !-- sub-footer !--> div classsub-footer> div classcontainer> div classrow> div classcol-lg-9> p> 2024 East Texas Association of Petroleum Landmen | All Right Reserved | a href# data-togglemodal data-target#privacyPolicy>Privacy Policy/a> | a href# data-togglemodal data-target#byLaw>ETAPL Bylaws/a> br> Designed by a hrefhttps://www.etvsoftware.com>ETV Software, Inc./a> /p> /div> div classcol-lg-3 text-right> a href# altScroll To Top classscrollup>i classfa fa-arrow-up>/i>/a> /div> /div> !-- /row !--> /div> !-- /container !--> /div> /footer> !-- /footer !--> !-- Privacy Policy Modal !--> div classmodal fade idprivacyPolicy tabindex-1 roledialog aria-labelledbyprivacyPolicy aria-hiddentrue> div classmodal-dialog modal-lg> div classmodal-content> div classmodal-header> button typebutton classclose data-dismissmodal aria-hiddentrue>i classfa fa-times>/i>/button> h4 classmodal-title>Privacy Policy/h4> /div> div classmodal-body> p>div idppBody>div classppConsistencies>div classcol-2> div classquick-links text-center>Information Collection/div>/div>div classcol-2> div classquick-links text-center>Information Usage/div>/div>div classcol-2> div classquick-links text-center>Information Protection/div>/div>div classcol-2> div classquick-links text-center>Cookie Usage/div>/div>div classcol-2> div classquick-links text-center>3rd Party Disclosure/div>/div>div classcol-2> div classquick-links text-center>3rd Party Links/div>/div>/div>div styleclear:both;height:10px;>/div>div classppConsistencies>div classcol-2> div classcol-12 quick-links2 gen-text-center>Google AdSense/div>/div>div classcol-2> div classcol-12 quick-links2 gen-text-center> Fair Information Practices div classcol-8 gen-text-left gen-xs-text-center stylefont-size:12px;position:relative;left:20px;>Fair informationbr>Practices/div>/div>/div>div classcol-2> div classcol-12 quick-links2 gen-text-center coppa-pad> COPPA /div>/div>div classcol-2> div classcol-12 quick-links2 quick4 gen-text-center caloppa-pad> CalOPPA /div>/div>div classcol-2> div classquick-links2 gen-text-center>CAN-SPAM/div>/div>div classcol-2> div classquick-links2 gen-text-center>Our Contact Informationbr>/div>/div>/div>div styleclear:both;height:10px;>/div>div classinnerText>This privacy policy has been compiled to better serve those who are concerned with how their Personally identifiable information (PII) is being used online. PII, as used in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.br>/div>span idinfoCo>/span>br>div classgrayText>strong>What personal information do we collect from the people that visit our blog, website or app?/strong>/div>br/>div classinnerText>When ordering or registering on our site, as appropriate, you may be asked to enter your name, email address, mailing address, phone number, credit card information or other details to help you with your experience./div>br>div classgrayText>strong>When do we collect information?/strong>/div>br/>div classinnerText>We collect information from you when you register on our site, place an order, fill out a form or enter information on our site./div>br>span idinfoUs>/span>br>div classgrayText>strong>How do we use your information? /strong>/div>br/>div classinnerText> We may use the information we collect from you when you register, make a purchase, sign up for our newsletter, respond to a survey or marketing communication, surf the website, or use certain other site features in the following ways:br>br>/div>div classinnerText> strong>•/strong> To personalize users experience and to allow us to deliver the type of content and product offerings in which you are most interested./div>div classinnerText> strong>•/strong> To administer a contest, promotion, survey or other site feature./div>div classinnerText> strong>•/strong> To quickly process your transactions./div>div classinnerText> strong>•/strong> To send periodic emails regarding your order or other products and services./div>span idinfoPro>/span>br>div classgrayText>strong>How do we protect visitor information?/strong>/div>br/>div classinnerText>Our website is scanned on a regular basis for security holes and known vulnerabilities in order to make your visit to our site as safe as possible.br>br>/div>div classinnerText>We use regular Malware Scanning.br>br>/div>div classinnerText>Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology. /div>br>div classinnerText>We implement a variety of security measures when a user places an order to maintain the safety of your personal information./div>br>div classinnerText>All transactions are processed through a gateway provider and are not stored or processed on our servers./div>span idcoUs>/span>br>div classgrayText>strong>Do we use cookies?/strong>/div>br/>div classinnerText>Yes. Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow) that enables the sites or service providers systems to recognize your browser and capture and remember certain information. For instance, we use cookies to help us remember and process the items in your shopping cart. They are also used to help us understand your preferences based on previous or current site activity, which enables us to provide you with improved services. We also use cookies to help us compile aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future./div>div classinnerText>br>strong>We use cookies to:/strong>/div>div classinnerText> strong>•/strong> Help remember and process the items in the shopping cart./div>div classinnerText>br>You can choose to have your computer warn you each time a cookie is being sent, or you can choose to turn off all cookies. You do this through your browser (like Internet Explorer) settings. Each browser is a little different, so look at your browsers Help menu to learn the correct way to modify your cookies.br>/div>div classinnerText>br>strong>If users disable cookies in their browser:/strong>/div>br>div classinnerText>If you disable cookies off, some features will be disabled It will turn off some of the features that make your site experience more efficient and some of our services will not function properly./div>br>div classinnerText>However, you can still place orders by contacting customer service./div>br>span idtrDi>/span>br>div classgrayText>strong>Third Party Disclosure/strong>/div>br/>div classinnerText>We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information./div>span idtrLi>/span>br>div classgrayText>strong>Third party links/strong>/div>br/>div classinnerText>We do not include or offer third party products or services on our website./div>span idgooAd>/span>br>div classblueText>strong>Google/strong>/div>br/>div classinnerText>Googles advertising requirements can be summed up by Googles Advertising Principles. They are put in place to provide a positive experience for users. https://support.google.com/adwordspolicy/answer/1316548?hlen br>br>/div>div classinnerText>We use Google AdSense Advertising on our website./div>div classinnerText>br>Google, as a third party vendor, uses cookies to serve ads on our site. Googles use of the DART cookie enables it to serve ads to our users based on their visit to our site and other sites on the Internet. Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy.br>/div>div classinnerText>br>strong>We have implemented the following:/strong>/div>div classinnerText> strong>•/strong> Demographics and Interests Reporting/div>br>div classinnerText>We along with third-party vendors, such as Google use first-party cookies (such as the Google Analytics cookies) and third-party cookies (such as the DoubleClick cookie) or other third-party identifiers together to compile data regarding user interactions with ad impressions, and other ad service functions as they relate to our website. /div>div classinnerText>br>Opting out:Br>Users can set preferences for how Google advertises to you using the Google Ad Settings page. Alternatively, you can opt out by visiting the Network Advertising initiative opt out page or permanently using the Google Analytics Opt Out Browser add on./div>span idcalOppa>/span>br>div classblueText>strong>California Online Privacy Protection Act/strong>/div>br/>div classinnerText>CalOPPA is the first state law in the nation to require commercial websites and online services to post a privacy policy. The laws reach stretches well beyond California to require a person or company in the United States (and conceivably the world) that operates websites collecting personally identifiable information from California consumers to post a conspicuous privacy policy on its website stating exactly the information being collected and those individuals with whom it is being shared, and to comply with this policy. - See more at: http://consumercal.org/california-online-privacy-protection-act-caloppa/#sthash.0FdRbT51.dpufbr>/div>div classinnerText>br>strong>According to CalOPPA we agree to the following:/strong>/div>div classinnerText>Users can visit our site anonymously/div>div classinnerText>Once this privacy policy is created, we will add a link to it on our home page, or as a minimum on the first significant page after entering our website./div>div classinnerText>Our Privacy Policy link includes the word Privacy, and can be easily be found on the page specified above./div>div classinnerText>br>Users will be notified of any privacy policy changes:/div>div classinnerText> strong>•/strong> On our Privacy Policy Page/div>div classinnerText>Users are able to change their personal information:/div>div classinnerText> strong>•/strong> By logging in to their account/div>div classinnerText>br>strong>How does our site handle do not track signals?/strong>/div>div classinnerText>We honor do not track signals and do not track, plant cookies, or use advertising when a Do Not Track (DNT) browser mechanism is in place. /div>div classinnerText>br>strong>Does our site allow third party behavioral tracking?/strong>/div>div classinnerText>Its also important to note that we do not allow third party behavioral tracking/div>span idcoppAct>/span>br>div classblueText>strong>COPPA (Children Online Privacy Protection Act)/strong>/div>br/>div classinnerText>When it comes to the collection of personal information from children under 13, the Childrens Online Privacy Protection Act (COPPA) puts parents in control. The Federal Trade Commission, the nations consumer protection agency, enforces the COPPA Rule, which spells out what operators of websites and online services must do to protect childrens privacy and safety online.br>br>/div>div classinnerText>We do not specifically market to children under 13./div>span idftcFip>/span>br>div classblueText>strong>Fair Information Practices/strong>/div>br/>div classinnerText>The Fair Information Practices Principles form the backbone of privacy law in the United States and the concepts they include have played a significant role in the development of data protection laws around the globe. Understanding the Fair Information Practice Principles and how they should be implemented is critical to comply with the various privacy laws that protect personal information.br>br>/div>div classinnerText>strong>In order to be in line with Fair Information Practices we will take the following responsive action, should a data breach occur:/strong>/div>div classinnerText>We will notify the users via email/div>div classinnerText> strong>•/strong> Within 7 business days/div>div classinnerText>br>We also agree to the individual redress principle, which requires that individuals have a right to pursue legally enforceable rights against data collectors and processors who fail to adhere to the law. This principle requires not only that individuals have enforceable rights against data users, but also that individuals have recourse to courts or a government agency to investigate and/or prosecute non-compliance by data processors./div>span idcanSpam>/span>br>div classblueText>strong>CAN SPAM Act/strong>/div>br/>div classinnerText>The CAN-SPAM Act is a law that sets the rules for commercial email, establishes requirements for commercial messages, gives recipients the right to have emails stopped from being sent to them, and spells out tough penalties for violations.br>br>/div>div classinnerText>strong>We collect your email address in order to:/strong>/div>div classinnerText> strong>•/strong> Send information, respond to inquiries, and/or other requests or questions./div>div classinnerText> strong>•/strong> Process orders and to send information and updates pertaining to orders/div>div classinnerText> strong>•/strong> We may also send you additional information related to your product and/or service./div>div classinnerText> strong>•/strong> Market to our mailing list or continue to send emails to our clients after the original transaction has occurred/div>div classinnerText>br>strong>To be in accordance with CANSPAM we agree to the following:/strong>/div>div classinnerText> strong>•/strong> NOT use false, or misleading subjects or email addresses/div>div classinnerText> strong>•/strong> Identify the message as an advertisement in some reasonable way/div>div classinnerText> strong>•/strong> Include the physical address of our business or site headquarters/div>div classinnerText> strong>•/strong> Monitor third party email marketing services for compliance, if one is used./div>div classinnerText> strong>•/strong> Honor opt-out/unsubscribe requests quickly/div>div classinnerText> strong>•/strong> Allow users to unsubscribe by using the link at the bottom of each email/div>div classinnerText>strong>br>If at any time you would like to unsubscribe from receiving future emails, you can email us at/strong>/div>div classinnerText>info@etvsoftware.com and we will promptly remove you from strong>ALL/strong> correspondence./div>br>span idourCon>/span>br>div classblueText>strong>Contacting Us/strong>/div>br/>div classinnerText>If there are any questions regarding this privacy policy you may contact us using the information below.br>br>/div>div classinnerText>https://www.etapl.org/div>div classinnerText>P.O. Box 8683/div>div classinnerText>Tyler, Texas 75711/div>div classinnerText>United States/div>div classinnerText>info@etapl.org/div>div classinnerText>/div>/div>/p> /div> /div> /div> /div> !-- /privacyPolicy !--> !-- Bylaw Modal !--> div classmodal fade idbyLaw tabindex-1 roledialog aria-labelledbybyLaw aria-hiddentrue> div classmodal-dialog modal-sm> div classmodal-content> div classmodal-header> button typebutton classclose data-dismissmodal aria-hiddentrue>i classfa fa-times>/i>/button> h4 classmodal-title>ETAPL Bylaw/h4> /div> div classmodal-body> p> To request a copy of the ETAPL Bylaws please a hrefContact.aspx>contact us/a>. /p> /div> /div> /div> /div> !-- /byLaw !--> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]