Jump to content

phpflavor

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Posts posted by phpflavor

  1. I think you should adress these problems that they have showed you man. It will make your code cleaner and more user friendly. These guys Know what they are doing I have listened and have tried my best to fix what is wrong with my script. Thank you phpfreaks users. Its not good to complain about the input your getting.  >:( I do agree that If you didnt want input you should of not posted it. I want all the input I can get on my script so maybe someday It will be one of the best out there.  ;D But it is alot of work for one person lol.  ;D Making your script sound so that it is not easy to be hacked because then all you will be doing is burnig your money. lol But thank you phpfreaks for all the help on my script.  ;D  ;)

  2. Attack Details:

     

        * HTTP Method: SECCOMP

     

    The attacked page is dangerously similar to the original page. It is 99.029% similar. Got access to a resource that should be protected. Server response code: 200 OK

    Attack Details:

     

        * Input Parameter: PHPSESSID

     

    The attacked page is dangerously similar to the original page. It is 98.22% similar. Got access to a resource that should be protected. Server response code: 200 OK.

     

    Attack Details:

     

        * HTTP Method: HEAD

     

    Got access to a resource that should be protected. Server response code: 200 OK. The attacked page is not very similar to the original page. It is 0.222% similar.

    K wow How would I go about fixing this ?  ???

     

    Thank you very much

  3. I acidentaly deleted the post so here the new link to the post

    http://phpflavor.com/forum/viewtopic.php?f=9&t=518

     

    Insert Quote

    much better i found nothing on those pages now ;)

     

    you got a test login so we can see the inside ???

     

    hey ty man

     

    Warning: simplexml_load_file(http://gdata.youtube.com/feeds/api/videos?vq=&max-results=10&start-index=1) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in /var/www/web10/web/search.php on line 152

     

    Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos?vq=&max-results=10&start-index=1" in /var/www/web10/web/search.php on line 152

     

    Fatal error: Call to a member function children() on a non-object in /var/www/web10/web/search.php on line 155

     

    do you think that this could be with youtube apis I tried to get the same error but i could not some times I think this is because I use a linux. I dont use windows so sometimes i cant get the same errors.

    user: test

    pass: test

     

    Hey thank you very much for the help man thank you every body.

  4. i have included an example on how to use MYSQLI prepared statements this wll help alot ;)

     

    <?php
    $db = new mysqli('localhost','user','pass','db');
    $id=$_GET['id'];
    $sql3=$db->prepare("SELECT * FROM videos WHERE id='?'");
    $sql3->bind_param('i',$id);
    $result= $sql3->execute();
    $rows=$result->fetch_assoc();
        $Step1view=$rows['number_of_views'];
        // if have no counter value set counter = 1
      if ($Step1view == '0') {
        $Stepview=1;
        $sql4=$db->prepare("UPDATE videos (`number_of_views`) VALUES('?') WHERE id='?'");
        $sql4->bind_param('si',$Step1view,$id);
        $sql4->execute();
        }
        // count more value
        $addview=$Step1view+1;
        $sql5=$db->prepare("update videos set view='?' WHERE id='?'");
        $sql5->bind_param('si',$addview,$id);
        $sql5->execute();
    ?>

    hey thank you very much I will try messing with that tonight  ;D

  5. Full Path Disclosure:

    http://stagevid.net/view_member.php

    Quote

     

        Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/web10/web/view_member.php on line 24

     

     

    Full Path Disclosure:

    http://stagevid.net/view_video.php?id=88

    Quote

     

        Warning: Can't open movie file /var/www/web10/web/uploads/sd/pIcvDc-RMjg in /var/www/web10/web/view_video.php on line 45

     

        Fatal error: Call to a member function getDuration() on a non-object in /var/www/web10/web/view_video.php on line 46

     

     

    k I got that fixed still working on the signup. Hey thatnk you very much I also updated the admin zone to the delete.php file.

     

    thank you very much

  6. Undefined variable: top_banner in /var/www/web10/web/ubr_file_upload.php on line 203

    aww thought i deleted that for some reasone with the uber uploader It wont let me load my data in it lol.

    and the views I have been trying to fix that but cant get the sql to work lol.

     

     

    $id=$_GET['id'];
    $sql3="SELECT * FROM videos WHERE id='$id'";
        $result3=mysql_query($sql3);
        $rows=mysql_fetch_array($result3);
        $Step1view=$rows['number_of_views'];
        // if have no counter value set counter = 1
      if ($Step1view == '0') {
        $Stepview=1;
        $sql4="UPDATE videos (`number_of_views`) VALUES('$Step1view') WHERE id='$id'";
        $result4=mysql_query($sql4);
        }
        // count more value
        $addview=$Step1view+1;
        $sql5="update videos set view='$addview' WHERE id='$id'";
        $result5=mysql_query($sql5);

    lol I do agree the with the date thing but I dont know how to limit the numbers of letters from the sql so it show a little bit of the description. lol. But I just want to make a base structer script so that people can add to it with out haveing to worry about powered by xxxx. Thank you very much for the input I will work to try to fix those probs or errors . Thank you

  7. Well What I did was I went to newegg.com and built my self a beast of a server for less then 20% of what it would of costed me from dell or hp

    I got this mother board

    http://www.newegg.com/Product/Product.aspx?Item=N82E16813131285

    and 2 of these cpu's

    http://www.newegg.com/Product/Product.aspx?Item=N82E16819117152

    and 6 gigs of ram and some hard drives this mother board has so many spots for hard drives its crazy and also pike and and raid. the complete thing done cost me around 1200 usa dollars.

    Know for the cpanel I used ispconfig and put ubuntu server text on it and well it is a awsome server. Very very fast. I did try putting windows server on it but i didnt like how much ramit used so I wasted 600 usa dollars the windows server os just sits there. And the worst part is that know one will buy it from me. what a waste of cash lol. So if go with a os I would have to say linux like centos or redhat. I use ubuntu because it is more challenging to get stuff to work on ubuntu because some of there stuff is broken lol.

  8. Well this is a video script that I kinda threw together. Its still kinda in its alpha stage. But If I could get some info on it that would be awsome. also any errors flaws ect.. that I dont see. I made this off my linux box in the text file "gedit" I do not have a windows box :) so I hope it looks ok in ie I am pretty sure that there are some thing that dont show right in ie. Please tell me so i can fix.

    http://phpflavor.com/forum/viewtopic.php?f=9&t=422&p=478#p478

    that is where the script is for the download

    Demo:

    http://stagevid.net/index.php

  9. Ok Well I have been dealing with alot of diff types of video Scripts ect.. Well I am Kind of Sick And tired of the same bs lol.

    Remove the powered by for xx amount pay money so you can host adult content pay more money so you do this and that ect ect...

      Well So I made up a basic embed video script and video script.

    The embeded script is done beta/alpha and in the forums and hoping that some people might be able to check it out and tell me. Some thoughts of going into the right direction.

    The Video Script I am adding in the converter and a couple other things.

    The one main thing I need to install is a pagination I have been trying to find a good walk threw or something.

    ;D

    http://www.phpflavor.com/forum/viewtopic.php?f=7&t=3

×
×
  • 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.