Advertisement
BaSs_HaXoR

PS3 Real Time Modding CONCEPT (Webpage Real Time Modding)

Jan 12th, 2015
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.80 KB | None | 0 0
  1. /*
  2. // Real Time Modding Concept by: BaSs_HaXoR
  3. // Real Time Modding PS3 from webpage/server. (Windows Server)
  4. //
  5. // USE THIS AS REFERENCE!!!-> http://prntscr.com/5rgvnh
  6. //
  7. // Use picture provided as a reference.
  8. // 1) Client PC Connects to webpage.
  9. // 2) Client chooses option on webpage.
  10. // 3) Server takes the inputted option used via .PHP and then sends the value to the local C# Server on
  11. // the Windows Server.
  12. // 4)  The C# server/program on the Windows Server, gets the value and uses it to invoke the given
  13. // function
  14. // 5) in PS3Lib.dll; which will in turn,
  15. // 6) invoke CCAPI.dll to call (send data) to the PS3 Device...
  16. // 7) Since we can't send the make a call (send directly) to the clients PS3 system, we need to have
  17. // another
  18. // server (or use the same Windows server) to receive and intercept the data (@whatever port the ccapi
  19. // version you're using).
  20. // Then forward that received data to:
  21. // 8) The clients hosted small C# (or rather) server, to receive the packet data and forward it to the
  22. // PS3
  23. // via whatever PORT and IP it is located at on the local subnet.
  24. */
  25.  
  26. // Thanks to Mr-Smithy-x for reminding me that you can't have the PS3 and Client server listening on the
  27. // same port on the network.
  28. // Pic: http://prntscr.com/5rgvkf
  29.  
  30.  
  31. //Also some Credit to: NOT-SOZZ for sparking interest in such a concept (ASP.net idea)
  32.  
  33. /*
  34. Webpage Real Time Modding, PHP, HTML, CSS, Ajax, Javascript, C#, C++,
  35. Real Time Editing, DEX, CEX, RTE, RTM, Real Time Modding from HTML, Real Time Modding from PHP, Real Time Modding from Webpage, Real Time Modding Concept, RTE Concept, RTM Concept, BaSs_HaXoR, Local Subnet, External IP, Port Numbers, Intercepting data, 1337, 1978, 1979, CCAPI, ccapi.dll, PS3Lib, PS3Lib.dll, TMAPI.h, Tmapi.dll, Server, Windows Server, PS3 Webpage modding, ASP.net
  36. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement