Hey Riamus2 ,thanks for the reply. I did try what you suggested actually before I came here but I would always received a parsing error.

Code:
alias psnupdate {
  remove psnupdate
  sockopen psnupdate yifan.lu 80
}
on *:sockopen:psnupdate:{
  if !$sockerr {
    var %status sockwrite -tn psnupdate
    %status GET /psn/?titleid= $+ %gid $+ &env=np  HTTP/1.1
    %status $sockname Accept: *.*, */* 
    %status HOST: yifan.lu
    %status Connection: close
    %status $crlf
  }
}


status window error:
Code:
————————————————————
* Removed 'D:\ProgramFiles\mIRC\psnupdate'
————————————————————
[3:21pm] -> -D00M- Parsing Error - Try !gameupdate BLES00987 again
————————————————————
* /sockclose: insufficient parameters (line 51, UPDFinder.mrc)
————————————————————
[3:21pm] ERROR > 421: Unknown command: TESTXC2


Line 51:
Code:
    sockclose %text


Code:
[3:25pm] <@D00M> !gameupdate bles009
[3:25pm] *UPDBot* Searching game updates for BLES009
[3:25pm] *UPDBot* Invalid GameID,No Update Available or you just don't have enough shinnizle....No Results found matching: BLES009


As far as I can tell the last part seems to be working for invaild gameid. The cmd is

!gameupdate BLES00987

The "BLES00987" is a gameid and is what you would enter on his website. If I put an invalid gameid, it returns correctly (afaik). If I have a valid gameid, which should return results ,it errors with the above. I figured I had the edit right but just couldn't get it to return a valid result.


EDIT: ok for what ever reason it seems to be certin gameids it just doesnt like. I tried a different id and I got the results back as it should.

Click to reveal..
Code:
[4:13pm] <@D00M> !gameupdate blus30061
[4:13pm] *UPDBot* Searching game updates for BLUS30061
[4:13pm] *UPDBot*  - BLUS30061
[4:13pm] *UPDBot* Update Version: 01.30 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0003-A0130-V0100-PE.pkg File Size: 402842736 Bytes FW Version: 02.2000
[4:13pm] *UPDBot* Update Version: 01.40 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0004-A0140-V0100-PE.pkg File Size: 161177936 Bytes FW Version: 02.2000
[4:13pm] *UPDBot* Update Version: 01.50 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0005-A0150-V0101-PE.pkg File Size: 36593312 Bytes FW Version: 02.4000
[4:13pm] *UPDBot* Update Version: 01.60 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0006-A0160-V0100-PE.pkg File Size: 261525776 Bytes FW Version: 02.4000
[4:13pm] *UPDBot* Update Version: 01.70 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0007-A0170-V0100-PE.pkg File Size: 139441360 Bytes FW Version: 02.4000
[4:13pm] *UPDBot* Update Version: 01.80 URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLUS30061/BLUS30061_T11/3a0d66c70319b5d9/UP0006-BLUS30061_00-BURNOUTPATCH0008-A0180-V0100-PE.pkg File Size: 183983360 Bytes FW Version: 02.4000]


I still get the error in the status window
Code:
* /sockclose: insufficient parameters (line 51, UPDFinder.mrc)
————————————————————
[4:13pm] ERROR > 421: Unknown command: TESTXC2


Would it be better to just cut the middle man so to speak (if it's even possible) and have the script pull the results from the source instead of yifan.lu or just try to get the script to work with yifan.lu as the middle man?

I'm just thinking ahead as if yifan goes down I will be back in the same boat and I'm not sure if it is the site itself that is causing the errors or the script as the script worked nicely for the most part on the old site.

Why is it returning results for some and not others?
Any help would be great wink

Last edited by D00M; 14/12/12 06:43 AM.