Search Results

Showing results 1 to 40 of 48
Search took 0.01 seconds.
Search: Posts Made By: RamiroS
Forum: PHP Feb 1st, 2008
Replies: 8
Views: 24,417
Posted By RamiroS
Sure, check my example above
Forum: Websites for Sale Oct 9th, 2006
Replies: 0
Views: 891
Posted By RamiroS
Hi, I'm selling ilovelyrics.com (everything but hosting) PM me if you are interested.

Site has more than two years.
PR 4
Forum: Relevant Link Exchanges Oct 3rd, 2006
Replies: 2
Views: 1,474
Posted By RamiroS
Hello,

Contact me if you want to exchange links with www.avatarsx.com (PR5)
Forum: Ad Space for Sale Oct 3rd, 2006
Replies: 1
Views: 1,121
Posted By RamiroS
Hello,

I'm offering some ad spots at www.avatarsx.com

Want to see stats: check here (http://www.avatarsx.com/axstats.gif).

Option 1 - Text Links


Bottom of the page - $1 per month / $10...
Forum: Geeks' Lounge Jul 3rd, 2006
Replies: 26
Views: 3,050
Posted By RamiroS
After my team (Argentina) lost the chance I want Portugal to Win... if it cannot be: France, Italy and Germany in that order. :P
Forum: Growing an Online Community Jul 3rd, 2006
Replies: 3
Views: 2,149
Posted By RamiroS
You can promote your forum directly... you don't need to move the forum or create a new index page for this.
I must tell I don't have any experience with IPB... I do now that vBulletin is better...
Forum: Existing Scripts Jul 3rd, 2006
Replies: 7
Views: 2,488
Posted By RamiroS
Try Joomla... but keep in mind that almost all CMS in the market are not 100% firendly for people that doesn't use a computer.

And, if the site will grow on content maybe a custom CMS will be...
Forum: PHP Jul 3rd, 2006
Replies: 2
Views: 1,240
Posted By RamiroS
What do you mean with automatic mailing?

How the reports are created? do you need the mails to be send onece an hour? a day? maybe a cron job will work.

Tell me more...
Forum: IT Professionals' Lounge Jun 29th, 2006
Replies: 2
Views: 1,904
Posted By RamiroS
Just ask, I started the same way but trying to make my own Quake clan page... now my job is about building websites... so keep on posting questions. :mrgreen:
Forum: IT Professionals' Lounge Jun 29th, 2006
Replies: 2
Views: 1,952
Posted By RamiroS
Well I work for my own and I have another point of view... people is used to the applications (.net applications or Windows I mean)... and they don't even know that web can deliver the same with...
Forum: PHP Jun 29th, 2006
Replies: 5
Views: 16,244
Posted By RamiroS
Check the manual... if that script is included check that the file that it is actually including it doesn't have any print or echo. session_start() should be at the very beginning of the code.
...
Forum: PHP Jun 29th, 2006
Replies: 1
Views: 1,272
Posted By RamiroS
Did you upload something before this error?

Sometimes that error happens when the .htaccess is broken or missing since Mambo uses that file.

Keep in mind that the .htaccess doesn't show up in...
Forum: PHP Mar 10th, 2006
Replies: 40
Views: 9,492
Posted By RamiroS
Even if you have the money to develop a site and maintain campaigns to promote it (sorry, bu I doubt it) I don't think you can start a company based on jealousy and competition as your main source of...
Forum: PHP Feb 24th, 2006
Replies: 2
Views: 4,811
Posted By RamiroS
You can try the XML_Serializer if you can use PEAR: http://pear.php.net/package/XML_Serializer

It will let your convert XML 2 Array and Array 2 XML. Great tool.
Forum: PHP Jan 7th, 2006
Replies: 1
Views: 1,572
Posted By RamiroS
replace this:

$sql_queryname=mysql_query($sql_retrievename) or die(mysql_error());
$numrows_name=mysql_num_rows($sql_queryname);

for($i=0;$i<$numrows_name;$i++){
$row_name =...
Forum: Upcoming News Stories Jan 7th, 2006
Replies: 4
Views: 6,299
Posted By RamiroS
Hi, I'm one of those Win guys that turned to Linux. Ive tried RedHat 8 and Mandrake in the past... and I was not happy with them although I always liked to make the jump to Linux... when I tried...
Forum: PHP Jan 3rd, 2006
Replies: 7
Views: 2,002
Posted By RamiroS
I can only tell you what I did to learn PHP, maybe it will work for you:

First: I was willing to learn, and put lots of enthusiasm and hours on it... thats the most important :D
SECOND: tried...
Forum: PHP Dec 22nd, 2005
Replies: 3
Views: 2,485
Posted By RamiroS
Ok, the problem is that storing unencrypted passwords is not secure.

When you said I'm asuming that is ok since you are updating using PASSWORD('$pw') and that will create an encryted password....
Forum: PHP Dec 21st, 2005
Replies: 3
Views: 1,839
Posted By RamiroS
Ok, the temporary filename (including path) is stored in the $_FILES['userfile']['tmp_name'] ... if you print that var you will see exactly where the file is and what is the name (a temporary one)...
Forum: PHP Dec 20th, 2005
Replies: 3
Views: 1,839
Posted By RamiroS
Sorry, I don't understand the question... so...

If you mean the directory from the source machine... as far as I know... you can't.

If you mean the directory where the image was uploaded it is...
Forum: PHP Dec 20th, 2005
Replies: 3
Views: 2,485
Posted By RamiroS
I think the problem is in your WHERE claus... you are using WHERE pw='$pw'

at that time $pw contains the actual password... unencrypted ... and PASSWOR('$pw') holds the encrytped password

My...
Forum: DaniWeb Community Feedback Oct 31st, 2005
Replies: 18
Views: 4,183
Posted By RamiroS
Just wanted to say that the new design is very neat, great colors... I like it very, very much. Great improvement.
Forum: PHP Oct 31st, 2005
Replies: 1
Views: 6,514
Posted By RamiroS
Check out http://cr.php.net/imagejpeg

Using imagejpeg the third parameter is the quality... use 75 or more to not loose all the quality...

You can also create a default value for your script......
Forum: PHP Jul 14th, 2005
Replies: 2
Views: 2,790
Posted By RamiroS
<?
include('dbconnect.php');
//Get the article title
function article_title ()
{
$getarticletitlequery = "select title from article where id='$id'";
$printtitle =...
Forum: PHP Jul 7th, 2005
Replies: 8
Views: 3,338
Posted By RamiroS
If you cannot alter php.ini try this on the top of your code:

set_time_limit(120);

That will do the job hust for the execution of that script.

You can use set_time_limit(0); also so the...
Forum: USB Devices and other Peripherals Jul 7th, 2005
Replies: 7
Views: 6,274
Posted By RamiroS
Right click on My PC go to Manage and select the device manager... check if the direvers are there (see if there are any ! signs or errors).

If its there should work... tell us what sound card is.
Forum: USB Devices and other Peripherals Jul 7th, 2005
Replies: 18
Views: 57,822
Posted By RamiroS
Hello everybody. Try this

go to the printer properties by right clicking the printer icon on Printer & Faxes.

Go to Advanced Options and select the option that reads Print Directly to the...
Forum: PHP Jun 1st, 2005
Replies: 7
Views: 12,403
Posted By RamiroS
Yes... you can download this vbulletin hack: http://www.vbulletin.org/forum/showthread.php?t=67084&highlight=weather and get the information you need to display the weather.
Forum: PHP Jun 1st, 2005
Replies: 8
Views: 2,333
Posted By RamiroS
Hello vismund!

The problem is that you are not using the mail() function the right way... it is just a couple of details (check the manual (http://cr.php.net/function.mail) ):

mail functions...
Forum: PHP Mar 23rd, 2005
Replies: 2
Views: 3,347
Posted By RamiroS
Do you mean that the script pop ups everytime even when you are logged in? that is what you whant to remove?
Forum: PHP Mar 23rd, 2005
Replies: 12
Views: 43,229
Posted By RamiroS
Hi starsunited. I'll need to do that work soon. A co-worker did it and as far as I remember when talked to him he used handhelds with bar code readers. Basically the handheld has WinCE so he was able...
Forum: PHP Mar 23rd, 2005
Replies: 8
Views: 3,474
Posted By RamiroS
I don't understand. Do you need an avatar set or a complete PHP avatar script to add to your forum? If the answer is the second option why don't you try phpBB... it is easy to install, administer and...
Forum: PHP Mar 16th, 2005
Replies: 1
Views: 23,359
Posted By RamiroS
What I normally do is: if the number is a percentage you can print it directly or make the calculation with PHP... or (read below) create a function). Depending the case I don't know about any MySQL...
Forum: PHP Mar 14th, 2005
Replies: 4
Views: 11,417
Posted By RamiroS
Intro

This is one of the fastest (and raw) ways to process form information from a web page. We assume that you have a form setup with Dreamweaver or a html editor.

Getting started

In the...
Forum: Existing Scripts Mar 14th, 2005
Replies: 7
Views: 7,589
Posted By RamiroS
Are you looking for a tracking system? Statistics? Preferred language? PHP? CGI?
Forum: Existing Scripts Mar 14th, 2005
Replies: 1
Views: 2,902
Posted By RamiroS
Sorry, I'm lost... do yo uhave a script? using a search engine script or tool?
Forum: Growing an Online Community Mar 14th, 2005
Replies: 11
Views: 10,675
Posted By RamiroS
Hi floris. I'm using (and normally use) a custom made avatar. I'm creating more avatars for my site... I'll be glad to post it here as soon as I finish... I'm working on abstract / photoshop custom...
Forum: PHP Mar 14th, 2005
Replies: 0
Views: 3,236
Posted By RamiroS
This is one of the fastest ways to get data submitted by a HTML form, make it readable and send it by e-mail. Fast and easy. From the raw example to some basic functionality.
Forum: Search Engine Optimization Mar 11th, 2005
Replies: 7
Views: 10,119
Posted By RamiroS
First of all thats not true, it depends on how you use php.

As pulse added the problem is related to the fact that PHP uses in some cases session ids in the url and since session changes from...
Forum: Community Introductions Mar 11th, 2005
Replies: 317
Views: 127,630
Posted By RamiroS
Name: Ramiro
Nickname: RamiroS / Ozz / Ozzman
Height: 5'64''
Weight: 149
Hair: Brown
Eyes: Brown
Location: Cartago, Costa Rica but I'm actually from Argentina.
Age: 28
Hobbies: Creating Web...
Showing results 1 to 40 of 48

 


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

©2003 - 2009 DaniWeb® LLC