Bugs in WapPaper!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • softwarefreak
    replied
    Originally posted by TRUEWAP View Post
    Sir, What is the probem occured here?
    Please help me to improve the code.
    Bro, I have already told you, remove
    Code:
    readfile ($img);
    from your paper.php file to

    PHP Code:
    echo "An error message"

    Leave a comment:


  • TRUEWAP
    replied
    Sir, What is the probem occured here?
    Please help me to improve the code.

    Leave a comment:


  • softwarefreak
    replied
    Awesome security

    here's your index.php

    Moderated

    Your .htaccess

    Moderated

    Edit your paper.php

    From

    PHP Code:
    if (!$im) {
        
    readfile ($img);
    } else { 
    To

    PHP Code:
    if (!$im) {
        echo 
    "Failed to resize image.";
    } else { 
    2
    Last edited by arnage; 11.11.12, 16:57. Reason: Requested by topic poster

    Leave a comment:


  • TRUEWAP
    started a topic Bugs in WapPaper!!

    Bugs in WapPaper!!

    Hello Friends!
    I created a new site for wallpapers named WapPaper.Tk!
    please help me to find out the bugs and my faults in scripting, also requesting your valuable comments!!
    visit Download --Nature Wallpapers,Film Wallpapers, Games Wallpapers,Devotional Wallpapers,HD Wallpapers... .
    one more request!!Dont hack it,but tell me the hole :D

    Added after 4 minutes:

    If you like ,please like *****
    Last edited by arnage; 11.11.12, 16:58.
Working...
X