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.


Topics - Ryan J

Pages: 1
1
HTML & templates / Admin Panel : Creating a proper admin panel.
« on: January 02, 2009, 11:02:03 AM »
I have made an admin panel that can go in any template.
With the admin panel you can: create new users, change users' passwords, enable/disable the "no limits" function, enable/disable accounts and allow users to access/upload/delete a folder of choice - all remotely!
For security I have added a function that only allows 1 certain user to access this panel-instructions are provided to change this account.
You are welcome to edit the code as much as you like as long as you post a copy here so I can improve my code.
To access the admin panel add: ~adminpanel to the end of your address (e.g http://localhost/~adminpanel)
I have included the Admin Panel in all the RAWR Templates, tested and uploaded them here.

Enjoy!
Ryan J

2
HTML & templates / Macro Help: Possible Admin Panel?
« on: December 31, 2008, 10:08:45 AM »
I was looking at the Macros section of the Wiki and was wondering if it is possible to create an admin panel using them.
The only programming experience I have is basic HTML and batch.
I have no idea if this would work since the only way I am learning is through the Wiki.
E.g If I wanted to change a user's password could I use:
Code: [Select]
{.set|accountname|"Enter Username:".}
{.set|accountpass|"Enter Password:".}
{.set account|^accountname|password=^accountpass.}
Would this ask the person to enter a Username and Password and then use them to change the user's password?
I really have no idea of this stuff so any help would be appreciated.
Thanks
Ryan J

3
RAWR-Designs / Scrambled RAWR-Template
« on: December 26, 2008, 01:11:53 PM »
I have used your RAWR Template 0.1.1 for some time with an old Beta (203) and it works fine.
However, when I use the latest Beta, HFS2.2e or my own modified 2.2e sources the pages are scrambled.
I normally (with the old Beta) just drag the template to HFS and a dialog box pops up, but this doesnt happen with the latest builds.
I've checked the F.A.Q and searched but I can't find a solution.
I would appreciate your help.
Thanks in advance.
Ryan J

4
Programmers corner / Missing files in sources?
« on: December 25, 2008, 03:12:36 PM »
Hi Again :)
I've used Turbo Delphi to change the latest hfs sources but when I try to compile or run it Delphi says that some files are missing (e.g ICSDEFS.INC etc) so I download them and place them in the directory used.
When I next try to run/compile it it comes up with more missing things.
Is there anywhere I can download them all at once because I've been downloading different things for about an hour now and its quite frustrating.
Thanks for the great program.
Ryan J

5
HFS ~ HTTP File Server / Link to another file?
« on: December 04, 2008, 10:34:56 AM »
Sorry Rejetto its me again :P
I was wondering if I have a friend who wants to upload a file to HFS but it is too big, is it possible to redirect people to that file on their computer?
Thanks in advance
Ryan J

Pages: 1