rejetto forum

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 - MegaGamerGuy

Pages: 1 2
1
HTML & templates / Re: Macro issues
« on: September 28, 2014, 06:36:34 PM »
Thank you.

2
HTML & templates / Re: Macro issues
« on: September 17, 2014, 08:29:47 PM »
still executing regardless of the existence of png file in  /Data/Media/Graphics/Icons/Cache

3
HTML & templates / Re: Macro issues
« on: September 15, 2014, 06:10:39 PM »
This is what I have

{.set|ItemPath|{.vfs to disk|%item-url%.}.}
{.set|ItemMD5|{.md5 file|{.call|ItemPath.}.}.}
{.set|ItemIconUrl|/Data/Media/Graphics/Icons/Cache/%item-name%.{.call|ItemMD5.}.png.}
{.set|ItemIconPath|Data\Media\Graphics\Icons\Cache\%item-name%.{.call|ItemMD5.}.png.}
{.if not|{.and|{.exists|^ItemIconPath.}|{.is file|^ItemIconPath.}.}|{.exec|Data\Path2Png.exe|{.Call|ItemPath.} Data\Media\Graphics\Icons\Cache\%item-name%.{.call|ItemMD5.}.png 32.}.}

4
HTML & templates / Macro issues
« on: September 07, 2014, 09:49:10 PM »
the exec macro is executed regardless of the if macro's return value. Basically I check to see if a file exists, if not run command to create it. well, weather or not the file exists the command runs. But, if i put "NaN" without quotes where the exec statement would go...NaN will show up in the html source when there is no file, but not when there is a file.

Thanks, and long time no see guys!

5
RAWR-Designs / Re: Website Down
« on: July 22, 2012, 01:32:37 PM »

6
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: January 14, 2010, 03:02:00 PM »
Site Will Be down, for a maximum of 2.5 years!

7
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: January 02, 2010, 09:37:29 AM »
ok found the problem, for some reason, rawr player dosent like to redirect a url

8
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: January 02, 2010, 09:31:01 AM »
ok, the code is back!    _le

any suggestions?


my new server is http://mega-gamer.net


and here is my current php files...

9
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 21, 2009, 02:58:30 AM »
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.

lol, u workin at tonys?

10
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 21, 2009, 02:58:06 AM »
it may be interesting for you to know that you can rewrite things like
Code: [Select]
case "txt":
OpenURL("$FileURL");
break;
case "exe":
OpenURL("$FileURL");
break;
case "msi":
OpenURL("$FileURL");
break;

this way
Code: [Select]
case "txt":
case "exe":
case "msi":
OpenURL("$FileURL");
break;

Thanks i shall update my code ^^

11
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 18, 2009, 05:17:52 PM »
i reccommend, you to use my templete and php files, as an example, you can use them if u want, i had to strip the background to reduce the size, but youll figure it out, fell free to use the php files however you fell is necessery. note the php files will only work in the link format used in the [files] section of my
template.

you will have to edit the template, becuase its setup to run my server, just change all the "http://mega-gamer.servehttp.com:8124/" to your server's domain/ip:port(of your php server(apache)).

Note: the apache server has to be ran on diffrent port in order to allow both servers to be rfunctional!

12
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 18, 2009, 05:11:03 PM »
1st i want to give u the files you need to have,

2. PHP 5.2.11 server(zip) http://windows.php.net/downloads/releases/php-5.3.0-Win32-VC9-x86.zip
Just Extract it to a folder called PHp, in your hfs directory.
3. Apache server(latest) http://apache.deathculture.net/httpd/binaries/win32/apache_2.2.14-win32-x86-openssl-0.9.8k.msi(openssl)
or http://apache.deathculture.net/httpd/binaries/win32/apache_2.2.14-win32-x86-no_ssl.msi(non-ssl)

install this to a folder in your hfs directory, called Apache2.2.


next add the following lines to your httpd.conf,
Quote
LoadModule php5_module "../PHP/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "../php"

1 last thing is to setup apache server as a service
just run "httpd.exe -k install"
this executable is in the bin folder of the apache2.2 folder.

and presto, u have php support, but in order to use it with hfs, u need to tell the template to use the php

here are my php files, be sure to read the readme.txt


13
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 18, 2009, 04:53:10 PM »
 ;D, 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.

give me abt a week maybe sooner, im working 3:30 to 1:30am now so tis pain in the butt to get anything done anymore, lol

14
Bug reports / AV Bug found Beta 2.3 (build 248)
« on: November 12, 2009, 06:41:15 AM »
i keep getting this msg:

Quote
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


15
RAWR-Designs / Re: Comments are not showing up? HFS Live v3.00 problem
« on: November 11, 2009, 03:31:24 AM »
how do i get rawr player to stay in small mode whilest playing music, and then expand to video size only
 when playing video?
this is the current code:
Quote
<?php
$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>";
?>
Here are my current results, id like to get rid of the blank area, but ima try putting the iframe
 on top, instead of the player.

Pages: 1 2