|
About 161508 posts are found about "http www dvdfab com mlink download php g dvdfab".
942 bytes i recently purchased a zune and i like it so far, except it only supports mpeg4 and wmv vid files. unfortunately, basically everything on my computer is in avi or some other format. ive downloaded windows media converter, but that freezes up and appears that it will take a week to reeencode a 15 min video clip. so anyone got any suggestions? all i need to convert to is mpeg4 or wmv, so i dont need anything fancy. in fact, the less complex the program, the better. i have a pretty slow computer and it doesnt ... 3975 bytes Introduction: The following is a step by step guide about putting DVD movies on your iPod for both Windows and Mac users. For Windows users: Firstly, download, install and run this DVD to iPod Converter(aidownloading.com/4video-dvd-ipod-converter.html), then you will see the following screen. Step 1: load DVD Click the "Load DVD" to add you want to rip DVD. You can rip the following DVD files: Step 2: Output Settings (1) Profile - Choose the output format from the "Profile" pull-down menu, find what your ... 11984 bytes Hello, I am relatively proficient with writing HTML but know absolutely nothing about any server side scripting. I have created a simple form where users input text only details and then they click submit. What to I need to do to make this info be sent to my email inbox? Please remember i know nothing other than HTML so I need real simple discriptions of what to do!!! I have attached my html file... Hope you can help thanks Dan Attached Files form.htm 3.02K 4 downloads one of the members Jem add this link ... 1869 bytes Hello. Essentially, the only thing I have problem is getting the contents of a page (with POST data sent). It's very easy to do in PHP+CURL, but Android is giving me hassles. Now from the beginning... I've just started android development and since I have no previous experience with Java, you can guess that it's very complicated to me, even though that I have years of experience with PHP. The thing is that I want to build an Android application with the following functionality: 1. EditText field where user ... 2149 bytes My site, http://www.motionmountain.net, gives away a free physics textbook in pdf form. The new edition is 100 MB long, because of its many figures and films. I now have a problem with bots, which eat much of the bandwidth. How can I program a webpage, maybe with PHP, which I understand a little, in such a way that the pdf can be downloaded only after a question is answered? E.g. "what is the letter used as symbol for the speed of light?" (Ideal would be pure HTML, but this might not be possible.) Any hint ... 6952 bytes Hi I've read and understand the php include tutorial that you guys gave me the link and thanks a lot for that! Now, I created the menu.php and index.php. In dreamweaver seems alright but when I view in a browser (safari) the menu is not there. Why? Many thanks Rising Idea, on 08 June 2011 - 07:57 PM, said: Hi I've read and understand the php include tutorial that you guys gave me the link and thanks a lot for that! Now, I created the menu.php and index.php. In dreamweaver seems alright but when I view in a ... 12643 bytes Alright- I recently got hit with some sort of spyware, and it added a fake toolbar to my browser as well as disabling task manager, and not quite sure what else. I believe it's something known as enlfxgw [at least that's what the toolbar was listed as]. At first I couldn't delete it, until I cut>paste into the recycle bin, and then emptied, but the problem still exists I believe even though the file is gone. Does anyone know how to fix this? I can post a hijackthis log if needed. Thanks! Yes, please make ... 2066 bytes I seen several sites on net which gives you the link to the actual .flv files from youtube. Does anyone know how to make such script using php or something to provide you the real link from the given url? If so, i would like some guidance. Thank you. I found a good tutorial on how to do it. reverse youtube I think you can use website to dowload Video from Youtube.It's very convenient for you.You do'nt install. I always use this site Share for you.It's my home page Have fun ! Try to use Tamper Data - ... 3439 bytes Hello, I'm trying to use the Custom Fields feature of wordpress to output a download link underneath the actual post. I want something like this in my single.php: <div class="download-name"><?php GETNAME ?></div> <div class="download-link"><a href="<?php GETVALUE ?>"><?php GETVALUE ?></a></div> Which I want to output as: Quote Download Link 1: http://www.TheUrlHere.com However, I'm a total newb in php coding so I would like to ask you if you know what code to put instead of GETNAME and GETVALUE to get the ... 21771 bytes I am getting the error: Parse error: parse error, unexpected '&' in /home/sites/bozebo.com/public_html/downloadsplash.php on line 24 But there are no &s on the page, so its being caused in a confusing way and i can't fix it, the code is: <?php //connect to the database mysql_connect('localhost','USERNAME','PASSWORD'); mysql_select_db('DATABASE'); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="en" /> <meta name="ROBOTS" ... 2761 bytes Hi, I am giving my mate a bit of a help out in my spare time to re-design his hobby website and I am going to use Wordpress as the platform. If I setup and customise a wordpress based site/theme on a spare domain name I have e,g. www my-spare-domain com and once it is finished and my mate is happy with it, how do I move it all across to replace his existing hobby website e.g at www my-mates-hobby-site com His current site is not a wordpress site? Thanks for any advice As long as your mate is ready to ... 17973 bytes Ok, my first wordpress based website is live, still being updated, but it's live. I am very concerned with the amount of crawl errors it has had, and continues to have. I have asked on the google help forums but basically wp was originally installed in a subfolder /blog/, however, I (stupidly) uninstalled it and reinstalled it to the root as we decided to do the whole site in wp. Now, I backed up all the posts, tags and categories and reinstalled at the new location (which created new permalinks). Simple ... 22060 bytes I need to know how to edit this script to only allow .zip and .b files <?php $file = 'uploads/'; //Get the needed info $filename = $_FILES['userfile']['name']; $uname = $_POST['username']; $des = $_POST['description']; $sdate = date("F j, Y, g:i a"); $ip = getip(); //Run some small file checks $filename = stripslashes($filename); $filename = str_replace("'","",$filename); //Upload into the place and add a db entry $uploadFile = $file . $_FILES['userfile']['name']; echo '<pre>'; if ... 34449 bytes Hello. in the index.php file, I placed code for a flash banner. Im not 100% sure if I placed the code in the correct area of the file. here is what the error message says below the banner. ''Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/exposeyo/public_html/index.php:9) in /home/exposeyo/public_html/includes/init.inc.php on line 8'' ''Warning: Cannot modify header information - headers already sent by (output started at ... 18900 bytes http://vmt.comxa.com/ No matter which page I am on, the lavalamp highlight jumps to 'home' on the navigation. Anyone know how to make it so it highlights the page that I'm on? put class="current" on the li relating to your current page. bestbuyz said: ↑ You can disregard that. It was a mistake and does not affect the outcome of the lavalamp function. Ah ok. bestbuyz said: ↑ I tried to respond to your request earlier but I guess you never got it. Anyways, here's the answer you're looking for. You need ... 4248 bytes I am teaching myself xhtml, and i built a site which i was going to put on my domain, at first i was using a frame... but then i saw that i could use a table to do it, i then realised that a table would be better. So i created one, The problem is that the left side of my table is halfway down the screen and i just can't work out why, i will post what i have <table cellpadding="5" cellspacing="0" width="100%"> <tr > <td width="20%"> <b> Links <b/></br></br></br> <a class="left" target="_top" href="home.htm" ... 6547 bytes Hello, i am wondering if anyone knows a script for a PHP login or where i can download one. The features i want on it is a register option, i have searched google and have not found anything that works with a register option. Please post a reply if you can help, thanx I would recommend writing your own login script. The problem with pre made login scripts is that they are not very flexible. If your write your own then you know exactly how it works! No the readme file says you just unzip the file and then ... 17075 bytes Well this is my blogging system i've been working on, its still in the extream beta stage , but you are free to download the files and give it a try on your local server or where ever you want.. do read the INSTALLING BLOG text file though this lets you know how to set it up. so hope you like it at least. Attached Files blog.zip 147.83K 7 downloads 1. use version control system 2. a lot of bad functions by type of ths function is_email_valid($email){ ... 5248 bytes Where do you guys download fonts for free? I'm looking for some web 2.0 fonts for logo designers like e.g. Arial Rounded Mt Bold, but I cannot find a free version of it online. I know a good site with fonts (dafont.com) but unfortunately they don't have the Arial Rounded font. Anyone knows where could I download this font and other web 2.0 fonts? You can find Arial Rounded font here : http://www.searchfreefonts.com/font/arial-rounded.htm Other fonts sites: http://www.1001freefonts.com/ ... 3530 bytes hi all, i have a script to crawl a web page as an experiment in in making a web crawler <?php include "connect.php"; $ch = curl_init("http://www.url.com"); $fp = fopen("spider.txt", "r"); curl_setopt($ch, CURLOPT_FILE, $fp); curl_setopt($ch, CURLOPT_HEADER, 0); curl_exec($ch); curl_close($ch); fclose($fp); ?> this script will put the contents of $ch into a spider.txt file on the server,how do i put the contents of spider.txt into mysql database the idea is to create a search on the site that is based on ... |