finally web play live script

Junior Spellweaver
Joined
Sep 21, 2008
Messages
114
Reaction score
4
First i want to credit xzeenon he made the exe
and after that me i made the htm script
tut put this items in the same folder!! where ever you wanna
players need to click on play live is should redirect them an aplication will open (credit to xzeenon) and it will ask for gunz folder (launcher)
i have a lisk of " TO DO "
1- stop using a launcher helper and use the original one (gunzlauncher.exe)
2- make the script search for installed programs a fing the gunzlauncher.exe and launch it

and the importent thing i wanna say is this is open source u can edit this but if ull release a better script that based on mine gimmi some credit

this script doesnt work with fire fox... (i have fire fox) srry doesnt support only IE and net scape

this program tested it works fine (i didnt test it with auto update but it should work fine 4 u)
 

Attachments

im srry that it doesnt work with firefox and i know it doesnt like ijji but...
im good in java scripts and the last script that i released doesnt javascript its a html auto open files
i got the idea from microsoft auto update im lit a light of an idea to make one of me
but now im working on java script like ijji javascript(goplaygunz) or something like this
you will need to install java update 10 no need update 11 (plz do not install it now)
it will support firefox i like firefox more then IE so of corse it will support
but any of the "new" internet browsers that doesnt support java (like comet bird) doesnt support that and of corse only windows will support java coz only windows support gunz the duel.
the newer script is gonna be finished but i have one problem how do i make my script know where gunz the duel installed
if anyone here is nhn scripter pm me i dont need more js scripters thanx
 
Lol, this is kind of phail. I have a solution that isn't an .exe and it works with all browsers, release? maybe in the future. :]

Do we've to think you are a god now or something? If you are only here to say, i've this i've that. Than, leave please. (Ye sounds stupid, but thats how i think)

@ Tomer, uhm well. Pretty much people are to lazy to delete things they don't use anymore. So if they 've like 5 gunzes installed. ANd you want to let your script search for gunzlauncher.exes than > Problem.
If i'm wrong, tell me gental :P
 
Iv never realy looked, but a service seems more appropriate.

there are realy only 2 ways to do a full playlive funciton in php
using a service or accessing the windows registry.
While accessing the registry is rather simpler, people like me would call that a security breach.
Using a service would be the best way to do it.
Gunz Launcher realy has no part in play live function.
Something else executes it with a string most likely.
Probly somethign along the lines of this
If encryped string found load launcher, if string not found redirect to web site and close launcher.
Im not realy sure if thats correct, i dont play ijji, but probly something similar to that

I think i understand how ijji does there play live.
you login to site,
the button calls 2 functions
--store user info into memory
--execute gunzlauncher (registry or service)

gunz then accesses that info and stores it into another part of memory that gets loaded in with the gunz memory as if ur loged in as normaly
or

the button calls 1 function
--execute gunzlauncher (registry or service)

gunz or gunzlauncher loads the information from ur cache and stores it into the gunz memory as if ur loged in as normaly


Just a theory, probly wouldnt be that hard to do if u did it in a dll


Like i said i realy dont know.

Edit: after thinking about it I can think of seevral ways ijji could of done it

I personaly dont like login from site.
 
Back