Jump to content
xisto Community

LuciferStar

Members
  • Content Count

    112
  • Joined

  • Last visited

Everything posted by LuciferStar

  1. Well,everybody,we may conside that many things can be solved by many different ways.What we may do is try to find the best neat path.BTW,PHP,JSP,ASP are server-side scripts,Javascript,vbscript are client-side scripts.
  2. Excuse me,OpaQueI copy and pastejust want to let you know there are some errors in your email.no kidding.You have right to do everything on your own will.If you think you did right,then please help me to delete this account.It's easy to you.Thanks.
  3. I'm going crazy!yesterday,i had a credit of more than 7,but today,it's gone,just -4,85 left.luckily,I backuped all my database yesterday.I have to give up this server.
  4. just now,I have 2 days.but my account of free web hosting is down.
  5. Does this email come from this server? Some of the links contain wrong 'href',and now my free web hosting accout closed. Here's the souce code of the email i received: X-Message-Status: n X-SID-Result: Fail X-Message-Info: 6sSXyD95QpX9byBceMYZIUZRdWW00D+EwrWG3lwVBBg= Received: from dasher.psychz.net ([69.50.187.114]) by mc3-f36.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 8 Feb 2005 02:00:10 -0800 Received: from Xisto by dasher.psychz.net with local (Exim 4.44) id 1CySA6-0006ON-5s; Tue, 08 Feb 2005 02:00:05 -0800 To: letmegetone@hotmail.com Subject: : HOSTING ACCOUNT SUSPENDED. MIME-Version: 1.0 Content-type: text/html; charset=iso-8859-1 To: letmegetone@hotmail.com From: Management <administrator@> Message-Id: <E1CySA6-0006ON-5s@dasher.psychz.net> Date: Tue, 08 Feb 2005 02:00:02 -0800 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dasher.psychz.net X-AntiAbuse: Original Domain - hotmail.com X-AntiAbuse: Originator/Caller UID/GID - [32257 32258] / [47 12] X-AntiAbuse: Sender Address Domain - dasher.psychz.net X-Source: X-Source-Args: X-Source-Dir: Return-Path: Xisto@dasher.psychz.net X-OriginalArrivalTime: 08 Feb 2005 10:00:10.0590 (UTC) FILETIME=[F9D0F7E0:01C50DC4] <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Hosting Account Suspended</title> </head> <body> <p>Hello LuciferStar,</p> <p>We are sorry to inform you that, your web hosting account at has been suspended due to your prolonged inactivity or Lack of Hosting credits. We had dispatched a warning email to all the members so that they could check their hosting credits. </p> <p>** YOUR WEB HOSTING FILES ARE SAFE ON OUR SERVER **</p> <p>If you want to un-suspend your hosting account, you will have to make posts at our forums and collect the required number of hosting credits. Once you have sufficient amount of credits, your account will be un-suspended automatically.</p> <p>If you do not un-suspend your account within one month, it will be terminated automatically. We will consider that you no longer require our services. After termination, your files are un-recoverable.</p> <p>To check your hosting Credits, Please log on to our forums. [ <a href="http://forums.xisto.com/no_longer_exists/; http://forums.xisto.com/no_longer_exists/; ]</p> <p>To Cancel your hosting account with us, Please visit our page here. We recommend you to cancel your account if you are not going to use it. Please backup your files before cancelling. It will free our server resources which can be used to provide hosting to others. [ <a href="http://forums.xisto.com/no_longer_exists/; http://forums.xisto.com/no_longer_exists/; ]</p><br> <br> Cpanel Username : lucifers <p>Sincerely,</p> <p>The Management.</p><br><br>[This is an automatically generated message. Please do not reply] </body> </html>
  6. It's good.but in my opinion,using php to make a calculator,is not quite efficient.PHP has to post/GET the data,then display the result,but JAVASCRIPT can display the result without POST/GET action.JAVASCRIPT is faster in doing these.
  7. You can do it as you like.they're useless if you have new one.by default,the server may search the index.html,then display it as the default page of the current directory.
  8. before reinstall your database,you may go and modify your code,set a limitation to the length of the uploaded file.delete the old database,then reinstall.
  9. not,even one word.Sorry.But you can set it up once again.try,then see.
  10. There was a page to let me know my HOSTING CREDITS.but now,it's not there.I can't know my own credits,My account got suspended.
  11. SESSION stored on serverCOOKIES stored on clientsession is safer than cookies
  12. then you may take more care of your code writing. like if() { if() { } else { } } else { } it's easy to view and understand the code
  13. Me,too. GOOD TOOLS can help you a lot. but in programming,all the most helpful is the ability of coding!
  14. Are you sure? in php,every vary name should be followed by a "$" this: money=(money - price) may cause problem,or the value of the money equals 1,that's because of the operation of '()'
  15. I'm not quite clearly about your problem,is that something wrong with this:mysql_query("UPDATE `users` SET car='$carid', money=(money - price) WHERE uname='{$uname}'");then try:mysql_query("UPDATE `users` SET car='$carid', money=($money - $price) WHERE uname='$uname'");OR:mysql_query("UPDATE `users` SET car=\"".$carid."\", money=($money - $price) WHERE uname=\"".$uname."\"");
  16. To avoid getting the whole data from the database, try: SELECT * FROM chats ORDER BY date DESC limit 10
  17. first of all,you have to design your structure of the database,add a timestamp to each record,like that,you can sort all the records by timestamp,then you can reverse the record.
  18. If you have much time,you may search via https://www.codeschool.com/ yourself.
  19. ****please take this as a fair warning only quote when necessary****MOderAtOr***MAKE SURE,before using setcookies() ,setsession AND/ORredirect,there should be no output!
  20. A project I've made it seems the same to your demand. but,I'm not good at ui design,just at coding.
  21. Me,too.All the password in my applications are cyphered by MD5. It's a one-way-hashing algrithem.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.