Jump to content

Runing xat without Flash plugin


XeR

Recommended Posts

  • Volunteers

Nice work XeR. ;) 

 

But i wonder, if you can't open multiple chats on only one flash window instead of open like 10 flash windows for 10 chats... (hmm) 

 

I'm curious to see how you set up the trade app by this way but i guess it's hard since you have to make it connected with the chat (Like &cn= thing). :) 

  • Award 1
Link to comment
Share on other sites

  • Bot Service Providers

This is nice, also have another method that I use somethings...

I've downloaded chat.swf and then converted it to .exe using another method "SWF TO EXE"

 

Chat.swf URL: www.xatech.com/web_gear/chat/chat.swf

Swf to Exe URL: swftools.sourceforge.net/swf-to-exe.html

 

Anyways all methods that work, isn't bad, will help the xat users hehe!

Link to comment
Share on other sites

  • Bot Service Providers

UPDATE:

Method to work trade:

Save the main file as "lobby.bat" or something like:

Quote

@echo off

SET flash=flashplayer_23_sa.exe
SET url=http://www.xatech.com/web_gear/chat/chat2.swf
SET chat=1
SET params=xc=3360&cn=932517628&gb=7VcYp2

START %flash% "%url%?id=%chat%&%params%"

 

And then save "trade.bat" or something like...

Quote

@echo off

SET flash=flashplayer_23_sa.exe
SET url=http://www.xatech.com/web_gear/flash/30008.swf
SET params=xc=3360&cn=932517628&gb=7VcYp2

START %flash% "%url%?%params%"

 

 


Then you need just go to a private , and open the trade.bat. Trade app will open automatically.

 

Link to comment
Share on other sites

  • Advanced Members

@SlOom @Lamingtons
You are right, this is doable by specifying a cn parameter.

Cn probably stands for "connection". It's an integer that is used to comunicate between a chat and its sub-apps.

 

The main problem is that if you open more than one chat with the same CN, it will not work.

If you open two apps with the same CN, it will mess up too.

 

I didn't manage to find a "user-friendly" way to deal with this. But to be honest, I barely use apps at all, so I didn't dig much.

The best thing I manage to do is this, but it requires you to constantly have a console opened the random number written on it. :-(

 

Seven-17-52-17.png

 

Generated by:

lobby.bat


@echo off

SET flash=flashplayer_sa.exe
SET url=https://www.xatech.com/web_gear/chat/chat2.swf
SET chat=1
SET flags=14880
SET cn=%RANDOM%

START %flash% "%url%?id=%chat%&xc=%flags%&cn=%cn%"

echo "CN = %cn%"
PAUSE

 

trade.bat


@echo off

SET flash=flashplayer_sa.exe
SET url=https://www.xatech.com/web_gear/flash/30008.swf
SET /P cn="Enter CN number> "

START %flash% "%url%?cn=%cn%"

 

I'll edit first post once I -or someone- comes up with a decent solution.

  • Award 2
Link to comment
Share on other sites

  • Volunteers
1 minute ago, XeR said:

@SlOom @Lamingtons
You are right, this is doable by specifying a cn parameter.

Cn probably stands for "connection". It's an integer that is used to comunicate between a chat and its sub-apps.

 

The main problem is that if you open more than one chat with the same CN, it will not work.

If you open two apps with the same CN, it will mess up too.

 

I didn't manage to find a "user-friendly" way to deal with this. But to be honest, I barely use apps at all, so I didn't dig much.

The best thing I manage to do is this, but it requires you to constantly have a console opened the random number written on it. :-(

 

Seven-17-52-17.png

 

Generated by:

lobby.bat

 


@echo off

SET flash=flashplayer_sa.exe
SET url=https://www.xatech.com/web_gear/chat/chat2.swf
SET chat=1
SET flags=14880
SET cn=%RANDOM%

START %flash% "%url%?id=%chat%&xc=%flags%&cn=%cn%"

echo "CN = %cn%"
PAUSE

 

 

trade.bat

 


@echo off

SET flash=flashplayer_sa.exe
SET url=https://www.xatech.com/web_gear/flash/30008.swf
SET /P cn="Enter CN number> "

START %flash% "%url%?cn=%cn%"

 

 

I'll edit first post once I -or someone- comes up with a decent solution.

 

Hmm, can't you run in same time chat/trade on the same bat? So it prevents against set manually the CN for trade app.

Link to comment
Share on other sites

  • Advanced Members
1 minute ago, SlOom said:

Hmm, can't you run in same time chat/trade on the same bat? So it prevents against set manually the CN for trade app.

Then trade will always be open... unless you also want to have the bat wait for inputs and turn it into some whole system, which isn't really the aim.

 

p.s. plz stop quoting massive posts

Link to comment
Share on other sites

  • Volunteers
Just now, Daniel said:

Then trade will always be open... unless you also want to have the bat wait for inputs and turn it into some whole system, which isn't really the aim.

 

p.s. plz stop quoting massive posts

 

Having a separate .bat for trade/chat in same time isn't bad at all but it makes you close the current .bat  (with chat only) and open .bat with trade. I don't see how you can get the same CN for trade instead of add it manually....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.