Sponsored

Help Hacking the PALSAPP Site

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader
I've followed threads in the past where some talented folks were able to hack the source code of the Jack Cooper transport site (palsapp.com) to do a search on their VIN.

Ford F-150 Help Hacking the PALSAPP Site code


I'm doing this on developer tools in Chrome, and I can't seem to make this work. I don't get a VIN search bar that I can access? Any thoughts?
Sponsored

 

Dixcopter

New member
First Name
Travis
Joined
Mar 3, 2022
Threads
0
Messages
4
Reaction score
2
Location
Alabama
Vehicles
2022 F150
Occupation
Pilot
It did not work for me until i removed hidden= as well. Remove both hidden="hidden".
 

GDN

Well-known member
First Name
Greg
Joined
Feb 15, 2022
Threads
16
Messages
333
Reaction score
311
Location
Dallas, TX
Vehicles
Lightning -Lariat ER, Model 3
Occupation
IT
You can no longer use them, they've locked it down and you must now have credentials to get access to their site.
 
OP
OP
Severdog

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader
It did not work for me until i removed hidden= as well. Remove both hidden="hidden".
When you say "Remove both hidden="hidden"" what exactly are you removing? I read elsewhere that someone changed it to "hidden=display" and it worked.

I only see one "hidden" line as well.

Not a programmer and way over my head.

Thanks
 

Dixcopter

New member
First Name
Travis
Joined
Mar 3, 2022
Threads
0
Messages
4
Reaction score
2
Location
Alabama
Vehicles
2022 F150
Occupation
Pilot
I am no programer as either. I tried changing to display and did not work. It did when i selected and deleted both hidden words from the line of text. After deleting close the editor but keep main PALSAPP page open and you should see a VIN search bar above the Login.
 
  • Like
Reactions: GDN

Sponsored

OP
OP
Severdog

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader
I am no programer as either. I tried changing to display and did not work. It did when i selected and deleted both hidden words from the line of text. After deleting close the editor but keep main PALSAPP page open and you should see a VIN search bar above the Login.
If you're deleting the "hidden" word then does that line then read:

<div class="col-md-4" hidden="">...</div>

with nothing inside the quotes that formerly read "hidden"??

Sorry to be so dense.
 

Dixcopter

New member
First Name
Travis
Joined
Mar 3, 2022
Threads
0
Messages
4
Reaction score
2
Location
Alabama
Vehicles
2022 F150
Occupation
Pilot
Here is what it should look like and the VIN search bar should appear.

Ford F-150 Help Hacking the PALSAPP Site PALSAPP.PNG
 
OP
OP
Severdog

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader
I am no programer as either. I tried changing to display and did not work. It did when i selected and deleted both hidden words from the line of text. After deleting close the editor but keep main PALSAPP page open and you should see a VIN search bar above the Login.
I got it working! Thanks for your help!
 

Photonicc

Well-known member
Joined
Sep 3, 2021
Threads
6
Messages
97
Reaction score
50
Location
CA
Vehicles
F150
Got the hack to work, but it says Unit cannot be found. I am being shipped from Dearbon to CA? Do i use this website or a different one?
 

DarkSkyForever

Well-known member
Joined
Dec 29, 2021
Threads
4
Messages
346
Reaction score
400
Location
MN
Vehicles
2018 Mustang GT, 2022 F150 701A (Ordered)
Occupation
Software Engineer
For anyone else wanting to make the search bar show up, here's a bit of an easier solution:

1. Navigate to palsapp.com.
2. Press F12
3. Click the Console tab at the top of the window that opens.
4. Click next to the blue arrow in the window below the console tab.
5. Paste the following code:

JavaScript:
document.getElementById("custom-search-input").parentElement.removeAttribute("hidden");
6. Press Enter.

The search bar will now show up for you.

Ford F-150 Help Hacking the PALSAPP Site 2
 

Sponsored


Joined
Jan 18, 2022
Threads
0
Messages
20
Reaction score
15
Location
Calgary, Canada
Vehicles
2022 Lariat FX4
For anyone else wanting to make the search bar show up, here's a bit of an easier solution:

1. Navigate to palsapp.com.
2. Press F12
3. Click the Console tab at the top of the window that opens.
4. Click next to the blue arrow in the window below the console tab.
5. Paste the following code:

JavaScript:
document.getElementById("custom-search-input").parentElement.removeAttribute("hidden");
6. Press Enter.

The search bar will now show up for you.

2.png
This worked for me!! Thank you!
 

Rickey498

Well-known member
First Name
Rickey
Joined
Feb 4, 2022
Threads
2
Messages
60
Reaction score
44
Location
Ofallon MO
Vehicles
2014 Ford F150
Occupation
Carpenter
Can anyone look up my vin for me?
 
OP
OP
Severdog

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader

Fischeak

New member
First Name
Alisha
Joined
May 1, 2022
Threads
0
Messages
4
Reaction score
1
Location
Ohio
Vehicles
Chevy Traverse
Occupation
Social Work
I’m new here and hoping someone can do a search of my vin.. dealership keeps saying awaiting transport…. 1GNERGKW7NJ172010
 
OP
OP
Severdog

Severdog

Well-known member
First Name
Craig
Joined
Dec 20, 2021
Threads
22
Messages
345
Reaction score
439
Location
Greenville, SC
Vehicles
2022 F150 XLT Sport PB SuperCrew 6.5' 7.2Kw
Occupation
Trader
I can't seem to hack the palsapp site using the same trick we used a couple of months ago. Just tried it and they appear to have locked it down. Have you tried ford chat?
Sponsored

 
 




Top