Jump to content

ahzulfi

Members
  • Posts

    54
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ahzulfi's Achievements

Member

Member (2/5)

0

Reputation

  1. sorry if i posted in wrong forum
  2. Hello guys there are many scripts like youtube - so called Youtube Clone and clipbucket is one of them or ClipBucket was one of them. now, i decided not to continue the Youtube Clone, i decided to create something more flexible, more extendible , more usable and more customizable. ClipBucket v2 - its still in its pre alpha stage and havent released its code so yo have to wait till i release the it code for online use. my main concern is now what you people think about Youtube clones & social networks, their demand and what things a developer need to make any code customize their own way. i just want to know, is Word press like plugin system is best for developer ?? i used the same thing for ClipBucket v2 also, what are your opinions about ClipBucket - not as a use but as a developer thanks Arslan
  3. thanks, i cannot aces my root admin, i have asked my hosting company to help me in finding this, and i will post it as soon as i get the detail. Arslan
  4. Hello, i have make a script named ClipBucket, and it cause overload after i convert it to SEO friendly, i know its not the prefferable Category for this post but i think it also related with PHP atmost. here is my .httacess code I have used some loops in 3 ~ 4 four pages maximum of 25 times and i dont think it can cause server overload. so please tell me if the server load is caused by the above gived .httacess. if not then what could be the possible reasons i mean, what are the common mistakes that make server overload. Please advice. Thanks ArslanHassan
  5. Hello, i got a wierd trailing slash problem with my URLS if i use http://myurl.com/somethin it works however http://myurl.com/somethin/ will give me 404 error i have tried everything but nothing worked please help me how i can redirect those URL having TRAILING Slash to without Trailing Slash Thanks & Regards ArslanHassan
  6. Hello, i want to get $variable = 'sometext'; from PHP to javascript. i have declared $variable in PHP i m calling javascript as <script type='javascript' src ='file.js'> in my page, but dont know how to send $variable to javascript so that i can use it in javascript. hope you got what i m asking. Urgently needed. Thanks ArslanHassan
  7. Hello, hope this will helps you - index.php (Where Box Has to be appea) - edit.php (Where You Edit The box) -Create Table iN Database table_name --field1(TEXT) INDEX.PHP - PUT THIS CODE WHERE YOU WANT TO SHOW YOUR BOX EDIT.PHP
  8. now i got another problem, i have passed a value to the image field ie <input type='image' value='value1' name='image'> <input type='image' value='value2' name='image'> i want to get value from $_POST['image'] , when one the image field is pressed it will passed the value ie if second one is pressed it will pass the value 'value2' but in IE m not getting its value due to which i m having too much problem. i have 10+ customers with each 3 Templates = 30 Pages i have to change if i have to set a hidden field, this would be a nice idea but please tell me if there is any other way to get rid of this problem
  9. you mean, there is no chance to overcome this problem ???
  10. :o Man i sort this problem out and it seems to be a very strange one the problem is that the image field of form like <input type='image' value ='somevalue' name='test'> in all browsers, except IE , value of $_POST['test'] will be 'somevalue' bu IE shows nothing instead its shows the value using x-y coordinates $_POST['test_x'] & $_POST['test_y] This seems to be very strange for me.... how can this be fixed......
  11. Hello, i have made Video Sharing Script called ClipBucket its Live Demo is here http://clip-bucket.com/livedemo use usename : demo password : demo for demo login the problem m getting is on this page http://clip-bucket.com/livedemo/watch_video.php?v=315c27e5a3c50d0 When i use FireFox and Click On "Add To Favoutires" the Form Submits and value is then called in PHP using $_POST['form_field'] and then Video added to the favourites but when i use Internet Explorer 6~7 and Click on "Add To Favoutires" the Form Sumits but the value doesnt pass to $_POST and hence Video doesnt add to favourites. here is the code that i use for sumission in HTML <form method="post"> <input name="add_to_fav" type="image" value="add_video" src="{$imageurl}/fav_icon.png" alt="Add This Video To Favourites" title="Add This Video To Favourites"/> </form> Here is the code which check the FORM_FIELD value Dont know, Why internet Explorer is Causing this problem ??? Please Help Me :-\ Thanks ArslanHassan
×
×
  • 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.