Jump to content

hamza

Members
  • Posts

    321
  • Joined

  • Last visited

Posts posted by hamza

  1. general idea about php security is :

    for SQL injection : mysql_real_escape_string

    for XXS use strip_Tags

    is it 100% secure solution form these attacks or

    plz guide me further about it.

     

     

     

  2. see this hotfile

    http://hotfile.com/dl/32274606/89b2342/Download_Accelerator_Plus_9.4.0.5.rar.html

     

    on this page there is a js time of 60 sec.

    and

    after timer, am geting automaticly download and example if i copy link from which am downloading and copy to u, it will not work.. because that link generated only for my ip.. and expiress in ~10 or less mins... So i need same thing. That its.

     

    how i can do this

    i had created timer but after time what do i do??

  3. Edit: Basically says the same as above ^^

     

    session_register(), session_is_registered(), and session_unregister() were depreciated 8 years ago, finally throw a depreciated error in php5.3, and have been completely removed in php6. You should not even know there is a function named session_register(). Either someone disabled it in your php version or you are using php6.

     

    To set or reference a session variable, you use the $_SESSION array (also requires a session_start() statement on any page the sets or references a session variable) -

     

    $_SESSION['some_name'] = some_value;
    
    if(isset($_SESSION['some_name'])){
        // do something if the variable is set
        echo $_SESSION['some_name'];
    }

     

     

     

     

     

     

    if a project is already coded in old php version and using old function .

    then what is the possible solution for it to remover these errors.

  4. That's special. We need more information.

     

    Also, try googling it before posting useless threads.

     

    ooo come one every one say googling if we need to google for it they is there any need to this kind of forum......????

    why dont u google??

  5. i have multi select list which contain product list

    when i run this code on firefox it do not allow me to

    select the product from the list

    but this code is working in IE .

    plz help me

     

    <select name="itemsToChoose" id="left" size="8" multiple="multiple">

  6. i have page name 1.php which contain this anchor <a href="seepagenumber-1-2.html">redirect</a>

    1 this mean in anchor that i am redirect to google

     

    page name 2.php

    switch ($_GET['v']) {

    case '1':

    header('Location: www.google.com');

    break;

     

    case '2':

    header('Location: www.hotmail.com');

    break;

     

    default:

    break;

    }

    my rewrite rules is

    Options +FollowSymLinks

    RewriteEngine on

    RewritRule ^seepagenumber-(.*)-2.html$ 2.php?v=$1

     

    this is not working plz help me

     

  7. As it says, obviously you provide "Invalid Access License number". You need to login to your developer's account at UPS and get valid XML Access Key.

    Access License number where should i find this number in my developer account.

    my account

    uname haudkhan

    pass haudkhan

     

    plz provide me Access License Number

  8. I am getting this response from ups.

    please tell me why this happening??

     

     

    <!-- HTTP/1.1 100 Continue
    Expires: Fri, 16 Apr 2010 07:43:15 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    
    HTTP/1.1 200 OK
    Server: Apache
    Content-Length: 493
    Vary: User-Agent
    Content-Type: application/xml
    Expires: Fri, 16 Apr 2010 07:43:15 GMT
    Cache-Control: max-age=0, no-cache, no-store
    Pragma: no-cache
    Date: Fri, 16 Apr 2010 07:43:15 GMT
    Connection: keep-alive
    
    <?xml version="1.0"?>
    <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Bare Bones Rate Request</CustomerContext><XpciVersion>1.0001</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>250003</ErrorCode><ErrorDescription>Invalid Access License number</ErrorDescription></Error></Response></RatingServiceSelectionResponse> -->

  9. If you would have clicked on the link provided by NTSmarkv then you would see it would say:

     

        * Step 1: Register  with My UPS.

        * Step 2: Log-in

        * Step 3: Select an API.

        * Step 4: Download the API documentation.

        * Step 5: Request an access key.

     

    The register form is at: https://www.ups.com/one-to-one/register?sysid=myups&lang=en&langc=US&loc=en_US&returnto=https%3A%2F%2Fwww.ups.com%2Fupsdeveloperkit%3Floc%3Den_US%26rt1

     

    its being a long time now almost 26 hours i had done the basic login and register

    thing. there is no need to tell me about this basic

     

×
×
  • Create New...

Important Information

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.