Search results

  1. Tails

    Client Not Connecting

    What CMS/Emu are you using? A quick google search turned this up, not sure if itle work or not. UPDATE server_settings SET enable_securesessions = '0'; UPDATE server_settings SET enable_antiddos = '1'; UPDATE server_settings SET ip_lastforbans = '1';
  2. Tails

    Client Not Connecting

    hmmf, try %site_info%/client Did you try te other fixes provided by me and Hey?
  3. Tails

    Help with r63b client goes white

    I see a unhandled header error in your external variables - make sure that is set to the proper URL. I also see a mySQL Query error - is your MySQL database set up right?
  4. Tails

    Client Not Connecting

    Because www/client is also his client url. "flash.client.url" : "%www%/client", May be wrong, just a educated guess, havn't actually worked on a retro in a while.
  5. Tails

    Client Not Connecting

    His problem isnt the SWF, said he's getting linked to /www/client and not /client. edit: lol we're dominating this thread
  6. Tails

    Client Not Connecting

    My guess is %www% isnt defined, so it's taking it as a folder on the host, and because % isnt recognized, it just ignores those, thus www/client, fixes listed above should work.
  7. Tails

    Client Not Connecting

    That would work, just being formal about it instead of changing URL's if the site moves. Unless %site_url% and %www% aren't defined, then you have a bigger problem.
  8. Tails

    Client Not Connecting

    ^Was about to say this, replace all %www% with %site_url%
  9. Tails

    Client Not Connecting

    <?php Header("Location: " . WWW . "/client"); ?> You can try putting your website URL where www is,
  10. Tails

    Issues with staff page

    Try this <div id="column1" class="column"> <?php $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 4 AND id < 14 ORDER BY id DESC"); while($Ranks = mysql_fetch_assoc($GetRanks))...
  11. Tails

    How do I protect my client

    Oh, don't know how to do that. I imagine its a kill message IF domain doesen't = the one defined, but even then that should be easilly editable if you know what you are doing.
  12. Tails

    How do I protect my client

    Original code posted by Vrop93 on a forum-that-i-shall-not-name, so don't give me credit for it. Make a PHP file in your habbo.swf directory with this inside; <?php /* System created by Vrop93 ;) */ session_start(); $client["fdata"] = "furnidata.txt"; $client["pdata"] = "productdata.txt"...
  13. Tails

    How do I protect my client

    You can limit who can access it so people can't flat out download it, but in the end if someone really wants it they can get ahold of it.
  14. Tails

    Client not connecting to emu!

    The emu would identify a user is connecting I believe(don't quote me on that- havn't done this in a while) My guess remains that you're client isnt connecting to the server, can you paste the code here?
  15. Tails

    Client not connecting to emu!

    Open ports 3306, 30000, 30001
  16. Tails

    Client not connecting to emu!

    ^I'm 90% sure that isnt his problem.
  17. Tails

    Client not connecting to emu!

    Are you using a VPS or home hosting? Are your ports open on? Did you enter the mySQL info correctly in /all/ config files?
  18. Tails

    Converting phoenix commands to goldtree

    Oh, your last post was rather confusing. It should be some pretty easy C+P work from what it sounds, that said, I don't really do C# work for retros, more of SysOP and frontend here, so I can't speak as to how it actually works.
  19. Tails

    Converting phoenix commands to goldtree

    I'm not sure if I have any idea what you're saying, to be frank.
  20. Tails

    Converting phoenix commands to goldtree

    ^this, but I think he's looking for someone to code for him.
Top