1
HTML & templates / Re: Macro issues
« on: September 28, 2014, 06:36:34 PM »
Thank you.
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.

Edit: No Downloads :\
I know what you mean, I too work "2nd shift".
Many thanks for taking the time to post this method. I'll give it a try in my test directory.
I use my own template, which requires a custom vfs configuration, so it may be very difficult
to make this work.
it may be interesting for you to know that you can rewrite things likeCode: [Select]case "txt":
OpenURL("$FileURL");
break;
case "exe":
OpenURL("$FileURL");
break;
case "msi":
OpenURL("$FileURL");
break;
this wayCode: [Select]case "txt":
case "exe":
case "msi":
OpenURL("$FileURL");
break;
LoadModule php5_module "../PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "../php"
, long story short, im be making a batch script to Download/Setup, everything for you, you just have to configure it your self, the script will guide you throughout the process.Access violation at address 0040489A in module 'hfs.exe'. Read of address 00000001
HFS 2.3 beta (248)
----------------------------------------------------------------
Stack list, generated 11/12/2009 12:36:06 AM
[0040489A]{hfs.exe } System.@CallDynaInst (Line 9178, "system.pas" + 2) + $0
[0047A2DC]{hfs.exe } Controls.TWinControl.DefaultHandler (Line 7273, "Controls.pas" + 23) + $28
[00499964]{hfs.exe } Forms.TApplication.IsPreProcessMessage (Line 8637, "Forms.pas" + 21) + $A
[00497A79]{hfs.exe } Forms.TApplication.ProcessMessage (Line 7662, "Forms.pas" + 15) + $6
[00497B27]{hfs.exe } Forms.TApplication.HandleMessage (Line 7689, "Forms.pas" + 1) + $6
[00497DC2]{hfs.exe } Forms.TApplication.Run (Line 7773, "Forms.pas" + 16) + $3
[00577DEF]{hfs.exe } hfs.hfs (Line 99, "" + 21) + $2
----------------------------------------------------------------
System : Windows XP Professional, Version: 5.1, Build: A28, "Service Pack 3"
Processor: Intel, Intel(R) Celeron(R) CPU 2.53GHz, 2533 MHz MMX
Display : 1024x768 pixels, 32 bpp
----------------------------------------------------------------
----------------------------------------------------------------
Product Versions
HFS-Service.exe: Build: 0 10/31/2009 12:34:32 AM
hfs.exe: Build: 0 10/25/2009 9:22:04 PM
hfs.old.exe: Build: 0 10/21/2009 9:15:52 PM
hfs2Service1.0-fixed-TrayIconMonitoring.exe:1.0.0 Build: 0 11/4/2006 12:01:42 AM
hfs2Service1.0-fixed.exe:1.0.0 Build: 0 10/4/2006 10:57:26 PM
proxymini.exe: Build: 0 10/30/2008 10:54:52 PM
how do i get rawr player to stay in small mode whilest playing music, and then expand to video size onlythis is the current code:
when playing video?
<?phpHere are my current results, id like to get rid of the blank area, but ima try putting the iframe
$MediaURL = $_GET['MRL'];
$PrevFolder = $_GET['FilePath'];
echo "
<html>
<title>$MediaURL</title>
<div align='center'>
<body bgcolor=Black VLINK='9D9DDD' ALINK='00aaaa' LINK='c4c4c4'>
<object type='application/x-shockwave-flash' data='rawr_player.swf' width='100%' height='100%'>';
<param name='movie' value='rawr_player.swf'/>
<param name='allowscriptaccess' value='always'/>
<param name='allowfullscreen' value='true'/>
<param name='wmode' value='direct'/>
<param name='flashvars' value='theme=tog&autoplay=1&context=1&file=$MediaURL'/>
</object>
</body></div>";
echo "
<html>
<body>
<script type='text/javascript'>
<!--
if (top.location!= self.location) {
top.location = self.location.href
}
//-->
</script>
<iframe src='$PrevFolder' width='100%' height='100%' frameborder=0 align='center' scrolling='auto'>
iframe.height = iframe.contentWindow.document.scrollHeight;
</iframe>
<a href='$MediaURL'>Download This File</a></br>
<a href='$PrevFolder'>Go Back</a></br>
</body>
</html>";
?>