Bugs in WapPaper!!

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

    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.

    #2
    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
    I need some facebook likes, can you please help me
    http://facebook.com/softwarefreakin
    I noticed social media is really powerful
    Well DONE is better than well SAID

    Comment


      #3
      Sir, What is the probem occured here?
      Please help me to improve the code.

      Comment


        #4
        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"
        I need some facebook likes, can you please help me
        http://facebook.com/softwarefreakin
        I noticed social media is really powerful
        Well DONE is better than well SAID

        Comment

        Working...
        X