Search found 13 matches
- Sat Feb 04, 2012 11:12 am
- Forum: Suggestions
- Topic: cURL API
- Replies: 3
- Views: 1330
Re: cURL API
I didnt know cURL was that slow :o I have never noticed the loading speed on the site increase from using it. I use it for facebook and twitter feeds, users, likes and lots more. I also do it so my clients websites communicate with my website. Now i know that cURL is slow i will look for a better so...
- Fri Feb 03, 2012 9:18 am
- Forum: Suggestions
- Topic: cURL API
- Replies: 3
- Views: 1330
cURL API
The api system is a great tutorial but now days cURL is so much easier and less coding to get the final results.
I know cURL well so this may not apply to me even though i do learn new things everyday but making a cURL api tutorial would be good.
I know cURL well so this may not apply to me even though i do learn new things everyday but making a cURL api tutorial would be good.
- Wed Dec 21, 2011 8:41 am
- Forum: Premium Items
- Topic: setting resize by height - upload class
- Replies: 2
- Views: 3315
- Mon Dec 19, 2011 7:39 pm
- Forum: Premium Items
- Topic: setting resize by height - upload class
- Replies: 2
- Views: 3315
setting resize by height - upload class
Hi
Just wondering how you go about setting resize by height.
to resize by width i know its:
For instance the width doesnt matter on website, but the hight should not exceed 400px.
Just wondering how you go about setting resize by height.
to resize by width i know its:
$upload->save_image_resized('../folder/' . $upload->name, 800);how do you go about resizing by height.
For instance the width doesnt matter on website, but the hight should not exceed 400px.
- Sat Dec 17, 2011 4:17 pm
- Forum: Suggestions
- Topic: Facebook API
- Replies: 1
- Views: 720
Facebook API
Ive noticed you have a few tutorials planned and there are a few which look good including, shopping cart and how to use ajax, i am ok at php and learning oop at moment but i am a major novice at ajax so that will be good. Anyway i think one for using the facebook api would be good. How to login usi...
- Sat Dec 17, 2011 4:14 pm
- Forum: Feedback
- Topic: API tutorial
- Replies: 1
- Views: 2290
API tutorial
Good job, i didnt know it was that easy to create a api.
Thanks to this i have developed one where i can basically send messages to other peoples admin panel and even shut their site down if they do not pay their hosting fees or outstanding balances
Thanks to this i have developed one where i can basically send messages to other peoples admin panel and even shut their site down if they do not pay their hosting fees or outstanding balances

- Sat Dec 17, 2011 4:11 pm
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Re: Cant get upload class to work.
Cheers, I think its my local computer as its only WAMP i am on, as i can see windows seems to be having problems with the mime method you have done but i noticed everyone who has had problems, not one are live sites on a linux server. Im sure it will notice the mime when i finally finish the site an...
- Fri Dec 16, 2011 10:55 pm
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Re: Cant get upload class to work.
I have got this working.
For some reason the class is thinking that the mime type is a application/ogg for a .ogv file which infact a .ogv is video/ogg
Im not bothered but can this be a risk as this means someone can upload an application now
For some reason the class is thinking that the mime type is a application/ogg for a .ogv file which infact a .ogv is video/ogg
Im not bothered but can this be a risk as this means someone can upload an application now

- Fri Dec 16, 2011 6:35 pm
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Re: Cant get upload class to work.
ive even tried video/mp4 and video/MPEG-4 and video/mp4-es and none according to this are correct.
The funny thing is once the error checks are gone with the mp4 then the ogv file which is also being uploaded will then find errors.
Can i please get help
The funny thing is once the error checks are gone with the mp4 then the ogv file which is also being uploaded will then find errors.
Can i please get help

- Fri Dec 16, 2011 6:23 pm
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Re: Cant get upload class to work.
Ok i took out the function that checks for disk space and now i get the problem E_DISALLOWED_MIME
Which is impossible.
My white list mime is video/mpeg which a mp4 is so i do not understand.
Everytime i get past an error i get another straight after
Which is impossible.
My white list mime is video/mpeg which a mp4 is so i do not understand.
Everytime i get past an error i get another straight after

- Fri Dec 16, 2011 6:02 pm
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Re: Cant get upload class to work.
Ok the problem was the new_secure_upload should be file name instead of video which i was inputting so it was not submitting the file. I am now getting E_DISK_SPACE which is disk_free_space() function which is not telling the truth. The file is 40mb and i have 2tb as this is my local computer i am t...
- Fri Dec 16, 2011 3:39 pm
- Forum: Suggestions
- Topic: Basic shopping cart
- Replies: 2
- Views: 3092
Basic shopping cart
Hi
I was wondering if you could do a tutorial for a basic php shopping cart/checkout using paypal.
Ive seen a few around the net but they are all written and its easier to learn through video which you do
Cheers
I was wondering if you could do a tutorial for a basic php shopping cart/checkout using paypal.
Ive seen a few around the net but they are all written and its easier to learn through video which you do

Cheers
- Fri Dec 16, 2011 9:04 am
- Forum: Premium Items
- Topic: Cant get upload class to work.
- Replies: 7
- Views: 6009
Cant get upload class to work.
Hi This is my first post and dont know if this is the exact place to post it but here goes. Basically i am using this to upload video to the server from admin of clients new website. I am using this like this: if($video_mp4['size'] == 0){ $errors[] = "No MP4 Video Was Inserted"; } else { i...