Jump to content
xisto Community

LuciferStar

Members
  • Content Count

    112
  • Joined

  • Last visited

Posts posted by LuciferStar


  1. 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>


  2. i don't think it is something wrong withmysql_query("UPDATE `users` SET car='$carid', money=(money - price) WHERE uname='{$uname}'");


    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 '()'

  3. 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."\"");


  4. I love md5 encryption

     

    <?/*A simple MD5 password encryption toolCreated By: gikid*///Creates a varible holding the password$password = "The_Password";//Encryptes the password into an "irreversible" MD5 form$encpass = md5($password);//Prints out the encrypted passwordprint($encpass);?>

    you should try it out

    43765[/snapback]


    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.