Search Results

Showing results 1 to 40 of 70
Search took 0.01 seconds.
Search: Posts Made By: forzadraco
Forum: PHP 19 Days Ago
Replies: 3
Views: 408
Posted By forzadraco
it's still not working, http://localhost/web/ardy redirect to http://localhost/web/artist.php?artist=artist


Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([a-z0-9-\s]+)...
Forum: PHP 23 Days Ago
Replies: 2
Views: 171
Posted By forzadraco
<?php
//check table
function checktable($tablename){
return mysql_query("select * from ".$tablename." limit 0,1");
}

$table="table_name_that_want_to_be_check";
if(checktable($table)){...
Forum: PHP 23 Days Ago
Replies: 1
Views: 264
Posted By forzadraco
how to detect ip that converted to a region name.. any free code? coz i found it's commercial code while i'm trying to googling..

thanks
Forum: PHP 23 Days Ago
Replies: 3
Views: 408
Posted By forzadraco
i have problem with rewrite url in .htaccess



Options +FollowSymLinks
RewriteEngine On
RewriteBase /web/
RewriteRule ^([^/]*)$ artist.php?artist=$1 [R]
Forum: PHP Apr 2nd, 2009
Replies: 4
Views: 715
Posted By forzadraco
mail($to,"Discount offer",$message,"From: noreply@bisnis-indonesia.biz\n MIME-Version: 1.0\n Content-type: text/html; charset=iso-8859-1 \n Reply-To: promo@bisnis-indonesia.biz\nX-Mailer: PHP/");
...
Forum: PHP Feb 24th, 2009
Replies: 1
Views: 211
Posted By forzadraco
please tell me the algorithm serveruptime.com and how ping and get ping result in php

http://www.kampanye-damai-pemilu-indonesia2009.comyr.com
Forum: PHP Feb 16th, 2009
Replies: 1
Views: 466
Posted By forzadraco
how algorithm of server uptime in php ?
Forum: PHP Feb 12th, 2009
Replies: 6
Views: 363
Posted By forzadraco
not like that.. iwant to remove all from <script> tag till </script> if match with the pattern..

the pattern from
<script .....>
... targetword1..
... targetword2..
... targetword3..
...
Forum: PHP Feb 12th, 2009
Replies: 6
Views: 363
Posted By forzadraco
yes remove all if get same pattern.. the problem is how to make regex pattern...
Forum: PHP Feb 12th, 2009
Replies: 6
Views: 363
Posted By forzadraco
anyone can help me to make regular expression

[code ]

$string="
xxxxx
xxxxx
<body border='0'>
<script language=javascript>
...
Forum: PHP Feb 12th, 2009
Replies: 2
Views: 531
Posted By forzadraco
[code] target.php:

xas xjahs dajdh ajdhjas da d xxxx na dh ada hd

[code] main.php:
<?php
// removal malicious script by forzadraco

$filename="target.php";
Forum: PHP Feb 9th, 2009
Replies: 1
Views: 394
Posted By forzadraco
<?php
$items = array("red","yellow",
"pink","green",
"purple","blue",
"orange","opal",
"ruby","brown",
...
Forum: PHP Feb 9th, 2009
Replies: 2
Views: 351
Posted By forzadraco
anyone can help mo to tell the algorithm how to make server uptime application like serveruptime.com?

http://www.duniaislam.site50.net
Forum: PHP Sep 11th, 2008
Replies: 4
Views: 432
Posted By forzadraco
in logout code.. unregister and destroy your session and put shanti's code in top of your page admin code
Forum: PHP Sep 11th, 2008
Replies: 9
Views: 569
Posted By forzadraco
just use open source web forum like phpbb or smf forum
Forum: PHP Aug 8th, 2008
Replies: 5
Views: 523
Posted By forzadraco
Forum: PHP Aug 8th, 2008
Replies: 1
Views: 1,033
Posted By forzadraco
i have a problem how to make a lock feature with ajax-php where a user view some file in the list file, another user will view lock message without refresh it page.
Forum: PHP Jul 23rd, 2008
Replies: 1
Views: 603
Posted By forzadraco
i have a problem: i want redirect everything page in url: ex: http://dracotech.biz to http://www.dracotech.biz . want to add www. in everything request from user.. maybe with mode rewrite in apache...
Forum: HTML and CSS Jun 11th, 2008
Replies: 2
Views: 1,269
Posted By forzadraco
how to make a submit button with rollover image n that image use .png file that can't be render with IE6..?
Forum: MySQL May 27th, 2008
Replies: 6
Solved: datetime query
Views: 5,597
Posted By forzadraco
range of datetime data type (show all records in between 2 dates. example: form
2008/10/01 to 2008./12/12). thanks
Forum: JavaScript / DHTML / AJAX May 26th, 2008
Replies: 1
Views: 746
Posted By forzadraco
<script language="JavaScript">
<!--
function cek(){
counter=0;
for(i=1;i<10;i++){
// i=1;
if(document.getElementById('a'+i).checked==true){
//alert('aaddd');
counter++;
}
Forum: JavaScript / DHTML / AJAX May 23rd, 2008
Replies: 4
Views: 1,048
Posted By forzadraco
i have some checkbox:
i.e:
<input type="checkbox" name="a" value="a" onclick="check(this)" />a
<input type="checkbox" name="b" value="b" onclick="check(this)" />b
<input type="checkbox" name="c"...
Forum: MySQL May 13th, 2008
Replies: 1
Views: 668
Posted By forzadraco
how to copyng data from another database postgre to mySQL database without cronjob with realtime... thanks
Forum: PHP May 13th, 2008
Replies: 1
Views: 453
Posted By forzadraco
how to copyng data from another database postgre to mySQL database without cronjob with realtime... php can do it..? thanks
Forum: JavaScript / DHTML / AJAX May 6th, 2008
Replies: 1
Views: 861
Posted By forzadraco
how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that?
Forum: Domain Names for Sale May 2nd, 2008
Replies: 0
Views: 504
Posted By forzadraco
please contact me: forzadraco@gmail.com or my YM: forzadraco@yahoo.com
Forum: JavaScript / DHTML / AJAX May 2nd, 2008
Replies: 1
Views: 716
Posted By forzadraco
sorry i'm beginner in javascript.
I've problem.. i have a listbox with some value. if i selected a value i.e:'success' so another listbox become visible.
anyone can help me..? thanks all
Forum: PHP Apr 29th, 2008
Replies: 1
Views: 384
Posted By forzadraco
not spesifik... please with ur source code
Forum: PHP Apr 29th, 2008
Replies: 0
Views: 414
Posted By forzadraco
can anybody help me to show how to make multiple search with some listbox and ot's value have multiple calue and one of them have value 'any' which search all with PHP n MYSQL. Thanks...
Forum: PHP Apr 28th, 2008
Replies: 0
Views: 503
Posted By forzadraco
anyone can help me to show me how to make multiple search with multuple parameter?

thanks,

Ardy SH
Forum: PHP Apr 25th, 2008
Replies: 1
Views: 480
Posted By forzadraco
hyy... i hv aproblem.. iwant to make aplication thabt need some field database from other database(pg-sql) and want to copy it to other database(mysql). can that skrip make this happen auto...
Forum: MySQL Apr 23rd, 2008
Replies: 1
Views: 710
Posted By forzadraco
Hello all, i get a problem: 1 have 1 database and want to move some field in tabel to other database automaticly, how to make this happen to auto copyning data everyday or every hour..? anyone can...
Forum: PHP Apr 10th, 2008
Replies: 4
Views: 570
Posted By forzadraco
http://www.hotscripts.com/PHP/index.html
Forum: PHP Apr 10th, 2008
Replies: 4
Views: 570
Posted By forzadraco
Forum: HTML and CSS Mar 25th, 2008
Replies: 2
Views: 1,464
Posted By forzadraco
no its not that i mean csshacker...

i mean
http://www.cssjuice.com/25-rounded-corners-techniques-with-css/
Forum: JavaScript / DHTML / AJAX Mar 25th, 2008
Replies: 1
Views: 1,334
Posted By forzadraco
i hv problem which: i have 2 radio button with value 'yes' and 'no' and one textbox, my question is : default the texbox is disabled and when user choose radio button "yes" the texbox become...
Forum: HTML and CSS Mar 24th, 2008
Replies: 2
Views: 1,464
Posted By forzadraco
i have a code like :

<table width="242" cellpadding="0" cellspacing="0" class="Form">
<tr>
<td width="11" class="leftTopForm small">&nbsp;</td>
<td width="174"...
Forum: PHP Mar 24th, 2008
Replies: 1
Views: 532
Posted By forzadraco
any software can make a report like crystal report for php ?? or convert it to pdf,word n excel...?

Thanks all,

Ardy Satria H
Forum: PHP Mar 23rd, 2008
Replies: 1
Views: 536
Posted By forzadraco
Forum: PHP Mar 19th, 2008
Replies: 3
Views: 2,231
Posted By forzadraco
Try to remove .htaccess or htaccess.txt file, or rename it.
Showing results 1 to 40 of 70

 


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

©2003 - 2009 DaniWeb® LLC