| |
* + $10 for
return shipping
NOTE:
$10 s/h non-refundable
$25 checkout charge if Sony factory
warranty seal is broken and unit
is
not repairable
What
do you get?
- Full diagnostic testing & cleaning of your
PlayStation 2
- Laser calibration & cleaning Replacement of any
minor PlayStation 2 part*
- Excludes main board & laser
- Return Shipping to the 48 contiguous US States
What
can we fix?
- DISC READ ERRORS
- no laser replacement
- 80% are repairable!
- Trays that will not close
- No Power
- Bad controller ports or memory cards ports
- Stuttering or slipping when playing Play Station 2
discs
- Dead cooling fans
ABOUT US
REPAIRS
PS2 Repair
CONTACT
|
|
|
|
Recent
PS2, PSP & iPod Repairs
|
| CUSTOMER |
CITY/STATE |
STATUS |
SHIP
DATE |
<%
while not rs.eof
'
' Format the shipping date real nace and perty
'
if (rs("shipdate") = 0) then
shipdate = ""
else
shipdate = mid(rs("shipdate"),5,2) & "/" &_
mid(rs("shipdate"),7,2) & "/" &_
mid(rs("shipdate"),1,4)
end if
'
' Format the status
'
if (rs("status") = 0) then
Status = "Received"
elseif (rs("status") = 1) then
Status = "Processing"
elseif (rs("status") = 2) then
Status = "REPAIRED"
elseif (rs("status") = 3) then
Status = "NOT REPAIRABLE"
else
Status = rs("Problem")
end if
%>
|
<% =rs("Customer") %>
|
<% =rs("Remote") %>
|
<% =Status %>
|
<% =Shipdate %>
|
<%
rs.movenext
wend
%>
|
| |
| |
|