LuciferStar
Members-
Content Count
112 -
Joined
-
Last visited
Everything posted by LuciferStar
-
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.
-
YES!but not to do such a thing.
-
Where's The Link To Check My Credits?
LuciferStar replied to LuciferStar's topic in Web Hosting Support
thank you all! -
just now,I have 2 days.but my account of free web hosting is down.
-
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>
-
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.
-
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.
-
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.
-
not,even one word.Sorry.But you can set it up once again.try,then see.
-
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.
-
SESSION stored on serverCOOKIES stored on clientsession is safer than cookies
-
THAT'S THE POINT!
-
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 '()'
-
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."\"");
-
Reversing The Order Of Items In A Database How do you do it?
LuciferStar replied to Hamtaro's topic in Programming
To avoid getting the whole data from the database, try: SELECT * FROM chats ORDER BY date DESC limit 10 -
Reversing The Order Of Items In A Database How do you do it?
LuciferStar replied to Hamtaro's topic in Programming
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. -
If you have much time,you may search via https://www.codeschool.com/ yourself.
-
****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!
-
A project I've made it seems the same to your demand. but,I'm not good at ui design,just at coding.
-
Me,too.All the password in my applications are cyphered by MD5. It's a one-way-hashing algrithem.
-
Borland C++ Builder Problems I have tried simple examples....
LuciferStar replied to Someone's topic in Programming
The latest can be quite compatible the oldest one.