Jump to content

phpflavor

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

phpflavor's Achievements

Newbie

Newbie (1/5)

0

Reputation

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