Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements

45 Posted Topics

Member Avatar for srdva59

hi, i have a configuration file with this content for example: test = "100"; teste2 = "300"; now need change the test from 100 to 300, i just want use something like this: function ( "test" , 300 ); how can i do that? thanks for help

Member Avatar for cigoL..:)
0
73
Member Avatar for srdva59

hi, i have a class file that have all values from a database fields. for example: class mospedidos extends mosDBTable { id = null; date =null; } class mosunder extends mosDBTable { id = null; name =null; } each time i creat a new field in the database i need …

Member Avatar for hakeemtunde
0
192
Member Avatar for srdva59

hi, i looking for a WYSIWYG HTML that work in the browser. I have found this [url]http://phphtmledit.com/[/url] that work like i need but i looking for a alternative that cost less or opensource any one know something like this? thanks for your help :)

Member Avatar for pritaeas
0
136
Member Avatar for srdva59

hi, i have two databases and each one have diferent fields names and tables and i want a creat a map for each field and each table and export to a database to the other i have tested the mysql migration but i can´t choose a diferent table in the …

Member Avatar for diafol
0
88
Member Avatar for srdva59

hi, how can i add a pantone like this [url]http://img.pai.pt/mysite/rendermedia/42/45/2/192881b9-8e84-44ff-b109-bac29d7726de_LARGE.jpg[/url] ? thanks for your help :)

Member Avatar for pritaeas
0
52
Member Avatar for srdva59

hi, i creating my reports using the ireport and that works very fine. now i looking for a way to creat the same report online for example using a flash report designer. anyone know a solution for creat/design a report online? thanks for your help :)

0
53
Member Avatar for srdva59

hi, i looking for a imap server or something like that. i have many emails: hotmail, shared linux server with email and gmail. i use the outlook 2007 for receive emails from that accounts. my problem is that i receive a lot of spam and with the rules in outlook …

0
92
Member Avatar for srdva59

hello, i have a Trajan Pro font on my site. when i put in the web, the people that don´t have the font installed on computer is unable to see with the font that i choose. how can i load the font on my server? i beliave there is some …

Member Avatar for Matthew N.
0
268
Member Avatar for srdva59

hi, i looking for a service like open dns to block sites i need block all sites that exist except the sites that i add manually the ideia is to not creat a black list manualy but creat only a white list. the open dns block by category and is …

Member Avatar for cocolio
0
166
Member Avatar for srdva59

hi, i looking for a way to creat something like open dns whre can i find more information about that? thanks a lot for your help :)

Member Avatar for JeffGrigg
0
49
Member Avatar for srdva59

hi, i looking for a class that can handle with winrar and zip files i have found a lot of resource for zip but none for winrar... any one know something that work in both of the type files? thanks :)

Member Avatar for srdva59
0
1K
Member Avatar for srdva59

hi how can i creat a ocx file and call to install in a browser? thanks for your help :)

Member Avatar for Wraithmanilian
0
132
Member Avatar for srdva59

hi, i have this code: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); // curl_setopt($ch, CURLOPT_HTTPHEADER, $this_header); curl_setopt($ch, CURLOPT_POSTFIELDS,$post); curl_setopt($ch, CURLOPT_USERAGENT, $agent); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_REFERER, $referer); curl_setopt($ch, CURLOPT_COOKIEFILE, $cookies); curl_setopt($ch, CURLOPT_COOKIEJAR, $cookies); $result = curl_exec ($ch); // echo $result; curl_close ($ch); that works fine with a simple post …

Member Avatar for MooGeek
0
145
Member Avatar for srdva59

hi, i have a thompson router that os connected to a adsl line them i have other router a draytek router that have a vpn server. With this setup i can´t acess the vpn is any way to add a firewall rule to the thompson for connect directly to the …

Member Avatar for jingda
0
48
Member Avatar for srdva59

hi, i need copy a local folders and files to a ftp server for example i call this: copy ( $ftpserver, $user, $password , local path + file ); or copy ( $ftpserver, $user, $password , local path / folders / folder + file ); the script must see all …

Member Avatar for diafol
0
178
Member Avatar for srdva59

hi, i have some variable defined in a php file. for example: DEFINE( '_clientass', 'Cliente' ); so when i do a echo of _clientass they return Cliente now i want call _clientass from a mysql row and return Cliente If i do this: $row['variable'] he return _clientass but i want …

Member Avatar for Shanti C
0
55
Member Avatar for srdva59

hi, i looking for a xml class that can handle for cdata and special caracters like ã á ç any one know something like that? thanks a lot for your help :)

Member Avatar for digital-ether
0
81
Member Avatar for srdva59

hi, i looking for software for stream video from my pc to a stream server. them the server will distribute that video with a login and using flash like youtube any know a software that can do that? a have seen this: [url]http://www.videolan.org/projects/dvblast.html[/url] this can encode in mpg2 and high …

Member Avatar for rubberman
0
64
Member Avatar for srdva59

hi, there is a script or something that can read this file? [url]http://ical.imac.com/ical/portuguese32holidays.ics[/url] the ideia is to save all days and holidays for a mysql and then update time to time. thanks for your help :)

Member Avatar for srdva59
0
122
Member Avatar for srdva59

hi, i need calc the time that left for a job terminate. for example i know the total of the value and the value that is done per second and minute. with this values i can calculate the remaing time, anyone know the formula that i need to calc the …

Member Avatar for peter_budo
0
71
Member Avatar for srdva59

hi, i have a inputbox that have a hour in this format: 12:00:00 what i want to do is change the hour,secunds,minuts by pressing only the keys up and down. i have seen some web forms that do that but i can´t figure out how do that. any one know …

Member Avatar for srdva59
0
84
Member Avatar for srdva59

hi, i looking for a best way to translate a backoffice content. options: A- i can use a separate file each for a lang with all vars. B- use a table with all data both of this solutions have a big time to implement and in all areas that i …

Member Avatar for srdva59
0
178
Member Avatar for srdva59

hi, i use ireport to creat my report, i use the PHPJasperXML to load into a pdf. i need to know is any one know a alternative because this class don´t work with many functions that we have in the ireport. thanks a lot for your help :)

Member Avatar for sudeepjd
0
50
Member Avatar for srdva59

hi, i using web publishing that came with windowsxp the files that i want for a server. what i looking for is for some program to do the same but that can send for more than one server at same time. the ideia is drag the file that i want …

0
80
Member Avatar for srdva59

hi, i looking for a grid in jquery or other that we can move the cursor from the selected fields and change that fields directly like we done in excel the changes need to be saved in a database. any one know something like that? thanks a lot for your …

Member Avatar for fobos
-1
63
Member Avatar for srdva59

hi, i looking for a design report like crystal report or active reports but for php the objective is creat a report using mysql data and save the template and load that report in a pdf file for print or save any one know something like that? i already use …

Member Avatar for chrishea
0
53
Member Avatar for srdva59

hi, i looking for a free software or php script that can compare a database from server 1 and beetween server 2 and creat the tables and fields that are missing. any one have know a solution? thanks for your help :)

Member Avatar for taosh
0
98
Member Avatar for srdva59

hi, i looking for something like this [url]http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml?mn[/url] this can´t work for me because i don´t have php5 this is a sheduler they have a free and comercial version i looking for a free solution if possible. this must save and load from a db thanks a lot for your …

Member Avatar for srdva59
0
63
Member Avatar for srdva59

hi, i need activate a div to inform the user when a page is doing something in ajax or a hidden iframe. i need put a div on top of all elements and when the job is done simple remove that div. is there is a way to lock the …

0
61
Member Avatar for srdva59

hi, i have a function that return a date using this: d.ymd('-'); this return 2010-08-27 but i need other format like this: 27-08-2010 i have try d.dmy but i receive this error: d.dmy is not a function what is the correct format for receive the date is other format? thanks …

Member Avatar for javaAddict
0
63
Member Avatar for srdva59

hi, i need creat some elements for example textfield and a combolist using dom. what i find so far was very complex examples that don´t do what i need that is only creat a text field and a combolist with custum values inside. any one can help me? thanks a …

0
51
Member Avatar for srdva59

hi, i looking for a way to resize a picture of any any to a custum size. in this moment i have pictures bigger than 3200px and i looking for a script that can handle that, the last script that i have tested simple "explode" with pictures bigger than 1800px …

Member Avatar for smilingrose
0
91
Member Avatar for srdva59

hi, i looking for a way to use a auto fill for a inputbox text but all that i found is using a mysql bd. there is any solution using a txt file? stored in server. thanks a lot for your help :)

Member Avatar for EverWebby
0
47
Member Avatar for srdva59

hi, i have this xml: <?xml version="1.0" encoding="ISO-8859-1" ?> - <link4> <nome>Tove</nome> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> <nome>sdsd</nome> <id>116</id> </link4> and i want simple append more elements "nome" and id inside of link4 how can i do that i using php 4 thanks a lot for your help …

Member Avatar for diafol
0
62
Member Avatar for srdva59

h, i have this for call the hs.expand using a link: [code=html]<a onclick="return hs.htmlExpand(this, { contentId: 'highslide-html2', objectType: 'iframe', objectWidth: 400, objectHeight: 400} )" class="highslide"href="link"><call </a>[/code] that work fine, but now i want call the same function using a function like this: [code=JavaScript]hs.htmlExpand(null, { contentId: 'highslide-html2', objectType: 'iframe', objectWidth: 400, …

Member Avatar for Pedro José
0
773
Member Avatar for srdva59

hi, i looking for a way to stretch picture in background and put some divs over that picture with links and text. what i find so far don´t work in all browsers :( any one know something like this? thanks for your help

Member Avatar for drjohn
0
72
Member Avatar for srdva59

hi, i looking for a way to change text field date using up/down keys i have looking on google but i not find nothing working in both browsers any one know something like this? thanks for your help

0
57
Member Avatar for srdva59

hi, i have created this class: class mostest extends mosDBTable { var $id=null; var $id_cliente = null; var $nome_cliente = null; var $data = null; var $hora = null; now i want creat a function to check if all variables is created in a table. for example i want return …

Member Avatar for navdeep7489
0
85
Member Avatar for srdva59

hi, i want convert the time stamp unix format to hours and days i have this: $date = trim(date('H:i:s', $ofwhat)); $ida = trim(date('d', $ofwhat)) -1; if ($ida >0) {if ($ida==1) { $dia= $ida. " day, "; } } if ($ida >0) { if ($ida>1) { $dia= $ida. " days, "; …

Member Avatar for almostbob
0
101
Member Avatar for srdva59

hi, i looking for a dropdown menu something like this: [url]http://www.lwis.net/free-css-drop-down-menu/dropdown.ultimate.horizontal.html[/url] but without jquery javascript or complex javascript. the reason for mininum javascript if possible is that i use many javascript already for other operations like ajax etc and if i add jquery etc all functions simple don´t work :( …

Member Avatar for sam023
0
166
Member Avatar for srdva59

hi, i have a php file that perform a query with the data that he receive form post information. what i need to do is detect from where the data is coming is is same domain or not and block when is not from the same domain. thanks a lot …

Member Avatar for pritaeas
0
84
Member Avatar for srdva59

hi, in webbrowser component of vb6 we have a option to open a url a send a header with the post information. what i need is send a login information for a php script capture that post. what is the correct sintax? thanks for your help :)

Member Avatar for vb5prgrmr
0
87
Member Avatar for srdva59

hi, i have a vb6 project that use the Crystal Reports Activex Designer Run Time Library 10.0 to load and print the report in the prodution machine this is working but now i need install this activex in pc cliente, where can i get the installer? i have created a …

Member Avatar for vb5prgrmr
0
75
Member Avatar for srdva59

hi, i need load a url in a div i have found many samples that work in that way, the problem is that i need javascript working in the destination link and for some reason the javascript dont work in the div that i load. there is any way to …

Member Avatar for SikoSoft
0
96
Member Avatar for srdva59

hi, i have a report and is working with .net now i need load images in runtime by passing the values in .net or load the image by db the control that i using is the crystal report viewer, i have found codes in the web that refer this: "crxReport.Sections(3)" …

Member Avatar for Ramy Mahrous
0
81

The End.