Jump to content

phpflavor

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything 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. But it is alot of work for one person lol. 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.
  2. Are you say that I need to find a better way to control my sesson id ?
  3. K wow How would I go about fixing this ? ??? Thank you very much
  4. aww k i see where the error is hey ty Ill have to fig that out ty man.
  5. I acidentaly deleted the post so here the new link to the post http://phpflavor.com/forum/viewtopic.php?f=9&t=518 hey ty man 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.
  6. k well I have updated the sign up for the username and the number views on view_video.
  7. hey thank you very much I will try messing with that tonight
  8. 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
  9. lol yep but info like this is awsome to have around
  10. yep it is still kinda in alpha stage.
  11. 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
  12. I think this is what your looking for <?php $uploaded_file_name = "mytest.avi"; list($filename, $extension) = split('\.', $uploaded_file_name); echo $uploaded_file_name; ?><br /> <? echo $extension; ?> <br /> <? echo $filename; ?>
  13. hey wow thats pretty cool I am not very fim with windows. I LOVE LINUX lol. But I have something sim like this I made for my server so it gives a desktop effect I use a combo of gedit and php to read the files.
  14. 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.
  15. 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
  16. I do agree If you are new to linux go with ubuntu but if you are more cmd then go with fedora or centos they are more command line frendly
  17. Ok well i have gone over my script again and well I hope that this might be better. http://www.stagevid.net/ well this is the beta have to do the video play page but it converts video to flv avi right know and does preview image ect.. I hope you like better then the last lol any thoughts
  18. Do you think maybe putting it in a function would be safer?
  19. lol I get k I will make more undirectly ty thank you very much
  20. Well I am trying to fig out how to add pagination to a site does anybody know of a site with a good walkthrew http://www.ziged.info/
  21. 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. 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.