Search Results

Showing results 1 to 40 of 66
Search took 0.01 seconds.
Search: Posts Made By: lordspace
Forum: Perl Aug 1st, 2009
Replies: 5
Views: 435
Posted By lordspace
Obviously perl doesn't release the memory until the script exists.
Forum: PHP Jul 31st, 2009
Replies: 2
Views: 308
Posted By lordspace
Please paste the SQL lines.
This is just php.
Additionally for escaping please use
http://ca2.php.net/mysql_real_escape_string

"Filename all ready exits" should be Filename already exists
Forum: JavaScript / DHTML / AJAX Jul 31st, 2009
Replies: 3
Views: 502
Posted By lordspace
why don't you just return a table from your ajax call ?
Forum: Perl Jul 31st, 2009
Replies: 5
Views: 435
Posted By lordspace
Why don't you call an external binary e.g. curl to get the content.
You might want to add some headers (at least user agent) so the site doesn't block you by detecting the user agent string....
Forum: *nix Software Jul 31st, 2009
Replies: 3
Views: 843
Posted By lordspace
Another option is to use a hardware router (which enables wireless network as well) e.g. D-Link
Forum: PHP Jul 30th, 2009
Replies: 4
Views: 248
Posted By lordspace
I'd use phpmailer or Zend Framework's Zend_Mail.
Your mail script could be (ab)used by spammers by injecting additional parameters e.g. "To: ", "Bcc: " etc !
Forum: Search Engine Optimization Jul 30th, 2009
Replies: 12
Views: 616
Posted By lordspace
I'd keep the old domain because of its age.
If you're starting a new product then feel free to register a new domain.
Many people use shorter domains when they publish ads in magazines and...
Forum: JSP Jul 26th, 2009
Replies: 3
Views: 373
Posted By lordspace
yes it can be done with JSP as well.
Actually the search is usually performed by the db server itself.
The script just retrieves the results from the db server.
Forum: Java Jul 26th, 2009
Replies: 2
Views: 163
Posted By lordspace
If you are going to use Java maybe Java applets should do the job.

Have you seen these links ?
http://www.bin-co.com/blog/2007/07/3-simple-steps-to-create-a-web-installer/...
Forum: JSP Jul 26th, 2009
Replies: 3
Views: 373
Posted By lordspace
If you're referring to the name or other meta info - Yes.
An image could be modified a little bit and this makes the binary different.
Forum: PHP Feb 17th, 2009
Replies: 7
Views: 466
Posted By lordspace
Also the script should validate if the real receiver is opening the message.
Forum: Graphics and Multimedia Feb 4th, 2009
Replies: 2
Views: 1,122
Posted By lordspace
Did you try flowplayer ?
Forum: Pay-Per-Click Advertising Jan 31st, 2009
Replies: 5
Views: 1,909
Posted By lordspace
It's weekend people. Who cares ? :D
Forum: PHP Jan 28th, 2009
Replies: 2
Views: 403
Posted By lordspace
They buddy there isn't such thing as Apache 4.
PHP could be 4 or 5 or 6 but the latest apache version is 2.2.11 as 2009-01-28
Forum: PHP Jan 24th, 2009
Replies: 3
Views: 1,154
Posted By lordspace
There must something that breaks the email.
I would recommend you to rewrite that script and use PHP Mailer

http://sourceforge.net/project/showfiles.php?group_id=26031

...
Forum: PHP Jan 24th, 2009
Replies: 7
Views: 722
Posted By lordspace
If you contact the people developing that software they might be able to make some customizations or create an addon for you.
Forum: PHP Jan 24th, 2009
Replies: 4
Views: 1,538
Posted By lordspace
You could use PHP Mailer and then configure an external mail server e.g. Gmail that's just an idea.
Maybe you are running Windows ?
Forum: PHP Jan 24th, 2009
Replies: 33
Views: 3,848
Posted By lordspace
How about Google ?
http://translate.google.com/translate_buttons
Forum: PHP Jan 24th, 2009
Replies: 2
Views: 353
Posted By lordspace
Open php.ini file which is usually in c:\php or c:\php5 or in C:\windows

and look for "save_path" and make sure the folder exists.

Here is how my settings look like
session.save_handler =...
Forum: PHP Jan 24th, 2009
Replies: 3
Views: 1,154
Posted By lordspace
Are you using PHP Mailer ?
Forum: Search Engine Optimization Aug 8th, 2008
Replies: 11
Views: 1,400
Posted By lordspace
New sites won't affect top 10 for some time. After that time there will be a rearrangement
Forum: Search Engine Optimization Aug 8th, 2008
Replies: 11
Views: 1,400
Posted By lordspace
It's valid.

You're basically saying that Google ignores new sites ? :D

If Google only indexes old sites, the Google index would be a constant number.
Forum: Windows Vista and Windows 7 Aug 8th, 2008
Replies: 6
Views: 3,741
Posted By lordspace
Forum: PHP Jul 31st, 2008
Replies: 3
Views: 542
Posted By lordspace
My solution still could help.
Forum: PHP Jul 31st, 2008
Replies: 6
Views: 718
Posted By lordspace
Forum: Search Engine Optimization Jul 29th, 2008
Replies: 11
Views: 1,400
Posted By lordspace
Pages change their positions is SERP because everyday thousands of pages are created and the index gets rearranged.
Forum: MySQL Jul 29th, 2008
Replies: 3
Views: 608
Posted By lordspace
Have you tested that SQL query with a text including a single quote ?
e.g. Sean O'Connor
Forum: PHP Jul 29th, 2008
Replies: 2
Views: 942
Posted By lordspace
You have almost done it.

$action = $item['action'];
$action();

You need brackets.

Note:

I think it would be better to check this out about php security.
Forum: PHP Jul 29th, 2008
Replies: 6
Views: 718
Posted By lordspace
[QUOTE=R0bb0b;659113]To find out what, you should connect a die statement to your mysql query function.

$run = mysql_query($sql) or die(mysql_error());


This is recommended only if you are...
Forum: PHP Jul 29th, 2008
Replies: 9
Views: 750
Posted By lordspace
One solution could be:

create a temp file called lock.txt.
The file will be created only after a successful login. The file will be deleted after logout.
Before login you check if the file...
Forum: *nix Software Jul 29th, 2008
Replies: 4
Views: 1,392
Posted By lordspace
Ping 1.2.3.4

where 1.2.3.4 is the IP address assigned during Fedora setup or by DHCP server.
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008
Replies: 7
Views: 5,133
Posted By lordspace
You could integrate Google's search in that site.
Forum: PHP Jul 29th, 2008
Replies: 5
Views: 381
Posted By lordspace
I would use this:

$quoted = mysql_real_escape_string($review_dvd);

$review_query = "SELECT * FROM `tb_review_dvd` WHERE `review_dvd` = '$quoted'";

Note:
if you have other SQL queries like...
Forum: PHP Jul 29th, 2008
Replies: 3
Views: 1,081
Posted By lordspace
Why don't you just use: http://www.wampserver.com/en/ or do a manual installation and follow INSTALL.TXT instructions provided with PHP ?
Forum: PHP Jul 29th, 2008
Replies: 11
Views: 2,374
Posted By lordspace
what you can do is

<input type="checkbox" name="emails[]" value="user1@domain.com" />

<input type="checkbox" name="emails[]" value="user2@domain.com" />

<input type="checkbox"...
Forum: MySQL Jul 29th, 2008
Replies: 3
Views: 466
Posted By lordspace
db table is : shirts
Forum: Website Reviews Jul 29th, 2008
Replies: 5
Views: 558
Posted By lordspace
What don't you use directly a buy now button from PayPal.

Do you have a demo ?

Do you have a trial version ?

Online chat ? (sales or support)

Are there any other good products similar to...
Forum: Linux Servers and Apache Jul 29th, 2008
Replies: 3
Views: 1,544
Posted By lordspace
Is it a local machine or a hosting server ?

Could you post apache's log files ?
Forum: PHP Jul 29th, 2008
Replies: 2
Views: 1,761
Posted By lordspace
Solution:

#1 Catch the clicks

Since you're using prototypejs check out these examples how to handle clicks

http://www.prototypejs.org/api/event

Example:
Forum: PHP Jul 29th, 2008
Replies: 1
Views: 919
Posted By lordspace
Why don't you take a look at phpbb2 and phpbb3 how they handle bbcodes ?

You can also do a search at phpclasses
Showing results 1 to 40 of 66

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC