Author Topic: A Few More Requests :)  (Read 2105 times)

Charles

  • Newbie
  • *
  • Posts: 8
    • View Profile
A Few More Requests :)
« on: July 07, 2009, 04:24:37 »
1-Change the background and banner images to png format - it makes the the system look so nice this way :)

2-If your not going to make the system fluid anytime soon please make a version with a larger chat frame set maybe like 728x500 or have two simple versions like 600x400 and 728x500 MaYbe;P

3-an option to delete empty rooms after x-time

4-make a php injection script to allow users to set the defaults for the registration login and recovery fields in ChatRoom.as

Username *******

-@-.com  New Password

Username ********* -@-.com


I would have made it something like this


Your Username?  YourPassword?

Your E-Mail?        Your New Password?

Register A Name?  Regestered Password?  Your E-Mail?


Ok well your SMF has glitched out on me so thats it for now. I hope this posts.
« Last Edit: July 15, 2009, 17:51:52 by Charles »

24hrGaming

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: A Few More Requests :)
« Reply #1 on: July 28, 2009, 12:56:11 »
Larger size support is greatly needed. This little space for chatting is just to small. Any plans on making a larger version of it anytime soon?

Charles

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: A Few More Requests :)
« Reply #2 on: July 30, 2009, 03:34:34 »
You can make it slightly larger than the default size like i have like this


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" HEIGHT="440" WIDTH="728">
  <param name="movie" value="http://yourdomain.com/ChatRoom/ChatRoom.swf">
  <param name="quality" value="high">
  <param name=wmode value="transparent"> 
  <embed src="http://yourdomain.com/ChatRoom/ChatRoom.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" HEIGHT="440" WIDTH="728"></embed>
</object>


but where ever you embed this with this code the images and sounds ONLY have to be in the same directory. 
I find this is the largest you can make the chat before you start to show other objects in this frame.

24hrGaming

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: A Few More Requests :)
« Reply #3 on: July 30, 2009, 12:49:07 »
Well, that is a start but I am looking for my height then width. Hopefully they work on a larger version so that it can be scaled based on window size instead of a fixed size.