Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ronski

Pages: 1 [2] 3 4 ... 77
16
General Chat / Re: youtube
« on: Wednesday, January 17, 2018, 06:39:42 AM »
Thats not something done on Youtube side of things. That has to do with this site and its parser. Youtube never even get to see there's a link to it in here.

Now, if you tell me, there used to be a parser rule to converter https?:\/\/(www\.)*youtube.... (or something like that) into embed/iframe, its very plausible. Then again, nothing to do with any Youtube policy.
There used to be a way to automatically embed youtube videos just by pasting straight http:// url. Ofc youtube side would never know about random links shared over here, but there was some sort of script that found a youtube link from post and made a flash video out of it. It wouldn't be the first time and wont be the last time either where plugins works incorrectly at websites after 3rd party changes, those plugins needs to be updated to adapt new methods. That's why I'd guess something has changed in embedding flash content in youtube side rather than someone turning this feature off at forum or someone breaking the script.

If you have developer tools, check this post

actual content of the post was:
Code: [Select]
I have an old song here picturing out the message I want to say for all of you:
http://www.youtube.com/watch?v=rvNHXZOtkfY#

and look how it looks after publishing:
Code: [Select]
<div class="inner" id="msg_102067">I have an old song here picturing out the message I want to say for all of you:<br><br>
<table class="maeva" cellpadding="0" cellspacing="0" border="0" align="center" style="width: 600px" id="sae3">
<tbody><tr><td style="width: 600px; height: 475px" colspan="2" id="saeva3">
<div id="aevid3"></div>
<script type="text/javascript"><!-- // --><![CDATA[
swfobject.embedSWF("http://www.youtube.com/v/rvNHXZOtkfY&rel=0&fs=1&hd=1&showinfo=0", "aevid3", "600", "475", "9", aeinst, {}, aevams, {id:"aevawi3"});
// ]]></script></td></tr>
<tr><td class="aeva_t"><a href="https://www.youtube.com/watch?v=rvNHXZOtkfY" target="_blank" class="aeva_link bbc_link new_win"><strong><span style="color: red;" class="bbc_color">!</span></strong> No longer available</a></td><td class="aeva_q" id="aqc3">
<a href="javascript:aevatq(0, 3, 480, 385)" title="-">Small</a> |
<a href="javascript:aevatq(1, 3, 600, 475)" class="aeva_dq" title=" ">Large</a></td></tr></tbody></table></div>

it says video is not found, but

Testing ways to embed the same video:

Old way, pasting http:// url in middle of post:



Embedding flash object with WYSIWYG tools:

<iframe width="640" height="385" src="//www.youtube.com/embed/rvNHXZOtkfY?fs=1&start=" frameborder="0" allowfullscreen></iframe>

Using youtube share url instead of grabbing the page url:



Embedding youtube share url

<iframe title="YouTube video player" width="640" height="385" src="//www.youtube.com/embed/rvNHXZOtkfY?rel=0" frameborder="0" allowfullscreen></iframe>

none of them works :(

Code: [Select]
proxy.php:
Failed to load resource: the server responded with a status of 404 ()

17
General Chat / Re: help please =)
« on: Tuesday, January 16, 2018, 13:00:14 PM »
Just a really wild guess since I dunno if 255 refers to number of players, color, or other thing in "team=255" but if its 255 players, then it might be the problem.

Or maybe its just coz your server is not recognized by Battletracker?
It sounds stupid but if server is set on a tournanent mode, server will crash after last round, unless color setting in server's aao25.ini is white (255,255,255) and server name doesn't contain any special chars. Color setting affects on such thing as servername color, motd message etc so as long as simple server name is white, it works. Never figured out earlier why the color matters, but simple server name is somewhat reasonable, because after last round in tournament mode results will be saved as txt file at server and if I recall servername will be used in .txt filename and fails to save due to failure in filename. That team=255 would somehow explain, that in tournament mode color needs to be white, but Im afraid that value in log wont tell the reason of crash in this thread

18
Anti-Cheat / Re: rapid single fire SVD Glitch?
« on: Tuesday, January 16, 2018, 06:02:47 AM »
Not entirely sure. It's been years since I last got it. I remember it was on Urban Assault, it was Forceclassed.
I was like "Why is this not firing?!" until my mag was empty (which was very fast) and only then I realized it was actually firing every time, I just couldn't hear the shots and there was no recoil. Fairly certain the fire rate itself doesn't change, it's just that the tremendous recoil of the weapon prevents from firing so fast with it in normal operation.
It sounds like the same, last time it was brought in along with the "no-recoil"-bug which gave zoom accuracy with less recoil for normal unzoomed 1st person view as an exploit

19
General Chat / Re: help please =)
« on: Tuesday, January 16, 2018, 04:30:17 AM »
this is not my area of expertise but does this line have something to do with it?
Server is trying to load Entry map! Misconfiguration!

20
Anti-Cheat / Re: rapid single fire SVD Glitch?
« on: Tuesday, January 16, 2018, 01:18:04 AM »
is it the same bug that happens with AR sometimes where you might shoot the whole mag at once?

21
General Chat / Re: youtube
« on: Monday, January 15, 2018, 16:30:18 PM »
damn there used to be a way to post videos just by pasting url and manually confirming the protocol of url, if I had to guess, google has changed something in youtube side lol

22
Anti-Cheat / Re: rapid single fire SVD Glitch?
« on: Monday, January 15, 2018, 16:12:51 PM »
I'm pretty sure the SVD gives the enemy an M-82, not a VSS. The SPR gives the enemy a VSS.
Always been wondering why it's like that, enemy AR turns out to be RPK in your hands etc, makes no sense?

23
General Chat / Re: youtube
« on: Monday, January 15, 2018, 16:10:28 PM »
Well, the code you used is a flash object which is outdated and dangerous and, therefore, disabled by default on decent browsers.

testing:
https://www.youtube.com/embed/W0Ra4oPUQJA
[youtube=https://www.youtube.com/embed/W0Ra4oPUQJA]
[youtube="https://www.youtube.com/embed/W0Ra4oPUQJA"]
[youtube]https://www.youtube.com/embed/W0Ra4oPUQJA[/youtube]

It seems the forum isnt parsing urls and converting to embed api or iframe.
It seems there is no dedicated bbcode tag for it, also.

To summarize: the best thing you can do is to simply post URL

Not how entirely sure on how you managed to post it but that seems very dangerous. Since you could post, it is like rosnki said, just a problem of protocol. add an S to http and youre good to go.
*remove the S, use the non secured protocol

24
General Chat / Re: youtube
« on: Monday, January 15, 2018, 13:55:47 PM »
Classic https vs http source url issue? Im surfing with phone atm so cant see the issue in correct form

25
Server Support / Re: Battletracker service will be shutdown forever soon
« on: Monday, January 15, 2018, 13:15:16 PM »
must we sent them all to you for new name !?
Didn't figure out better solution for a temporary issue of which no one knows how long does it last.

If you have ideas you can share them here :)

26
Server Support / Re: Battletracker service will be shutdown forever soon
« on: Monday, January 15, 2018, 07:16:10 AM »
I was so excited when I noticed this game was still running through you guys. I was gonna make an account... but since BT is going down there is literally no way for me right now to be able to login and play. Any solution for this yet? Or will I have to wait?
if you need an account I can hand you one since there seems to be no way to create new accounts atm. I'll pm you

27
Server Support / Re: Battletracker service will be shutdown forever soon
« on: Sunday, January 14, 2018, 12:58:23 PM »
Just wondering if Battletracker database goes down, does Assist let you log in anymore?

28
AA Support / Re: PunkBuster problem
« on: Saturday, January 06, 2018, 04:05:21 AM »
Temporary disable Your Anti-Virus, to ensure your AV isn't deleting the PB driver.
Run this: http://aao25.com/assistdl/Data/25Assist_PB_Re-Install_Tool_v0_3.bat
also, Reboot your PC.
This worked for two of my friends yesterday, anyone issuing pb restriction kicks nowadays with win10 should give this a try. Gj Possessed

29
General Chat / Re: Fight the DDoS attacks
« on: Tuesday, January 02, 2018, 01:29:25 AM »
and here is the proof about the guy who is doing the attacks (at least from yesterday and today):

http://www.mediafire.com/file/ee3yc94bqxp6btz/ddosser_proof.pdf

Ronski, to be honest, this should be enough proof, right? For me it is.

Edit: don't need the answer Ronski, he did already confirm it
I bet he will answer anyway
Of course I'm answering if my name is mentioned.

Good job Merlin, finally you have some serious evidence on what you have been saying all the time. I'm sorry I have been difficult and strictly against your actions but that was because you showed zero evidence before, just similar accusations that I mentioned earlier, accusation with no evidence isn't quite credible.

But now you have it and it's my time to admit that I'm the jerk here. Sorry.

he probably gets erection every time he writes a post on this forum.
Pit, at least I can get one.

30
General Chat / Re: 203 Flare?
« on: Friday, December 08, 2017, 14:12:07 PM »
Found it. You have to fire it little higher to work. What other maps does it work on?
I'm sorry I can't remember but I'd start trying it in dark sf maps

Pages: 1 [2] 3 4 ... 77

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager