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
3
Posts with Downvotes
2
Downvoting Members
3
3 Commented Posts
0 Endorsements

21 Posted Topics

Member Avatar for CasTex

Hi everyone, I am successfully creating an image with php, but I want to make it hyperlinked. But I cant do it. Here is my script: [url]http://www.forumistan.net/7tepe/olus.php?site=www.bodrumlife.com[/url] PHP Code: [code=php]<?php header("Content-type: image/png"); $yaziyaz = "Alexa: 3,493,231"; $yaziyaz1 = "Pagerank: 3"; $string = $yaziyaz; $string1 = $yaziyaz1; $im = imagecreatefrompng("resim.png"); $orange …

Member Avatar for onlymani
0
195
Member Avatar for Dragonbaki

http://rapidshare.com/files/79166790/GORA.part02.rar http://rapidshare.com/files/79168140/GORA.part03.rar http://rapidshare.com/files/79172739/GORA.part04.rar http://rapidshare.com/files/79179725/GORA.part05.rar http://rapidshare.com/files/79420419/GORA.part06.rar http://rapidshare.com/files/79421120/GORA.part07.rar http://rapidshare.com/files/79421694/GORA.part08.rar http://rapidshare.com/files/79422478/GORA.part09.rar http://rapidshare.com/files/79423169/GORA.part10.rar http://rapidshare.com/files/79423817/GORA.part11.rar http://rapidshare.com/files/79424517/GORA.part12.rar http://rapidshare.com/files/79427381/GORA.part13.rar http://rapidshare.com/files/79427881/GORA.part14.rar http://rapidshare.com/files/79430210/GORA.part15.rar http://rapidshare.com/files/79430875/GORA.part16.rar http://rapidshare.com/files/79431532/GORA.part17.rar http://rapidshare.com/files/79433204/GORA.part18.rar http://rapidshare.com/files/79433800/GORA.part19.rar http://rapidshare.com/files/79434535/GORA.part20.rar http://rapidshare.com/files/79435296/GORA.part21.rar http://rapidshare.com/files/79435938/GORA.part22.rar http://rapidshare.com/files/79436606/GORA.part23.rar http://rapidshare.com/files/79439245/GORA.part24.rar http://rapidshare.com/files/79440005/GORA.part25.rar http://rapidshare.com/files/79442372/GORA.part26.rar http://rapidshare.com/files/79442924/GORA.part27.rar http://rapidshare.com/files/79443570/GORA.part28.rar http://rapidshare.com/files/79449286/GORA.part29.rar http://rapidshare.com/files/79450021/GORA.part30.rar http://rapidshare.com/files/79451716/GORA.part31.rar http://rapidshare.com/files/79452152/GORA.part32.rar http://rapidshare.com/files/79452830/GORA.part33.rar http://rapidshare.com/files/79453600/GORA.part34.rar http://rapidshare.com/files/79454261/GORA.part35.rar http://rapidshare.com/files/79454813/GORA.part36.rar http://rapidshare.com/files/79455489/GORA.part37.rar http://rapidshare.com/files/79456090/GORA.part38.rar http://rapidshare.com/files/79456628/GORA.part39.rar http://rapidshare.com/files/79457343/GORA.part40.rar http://rapidshare.com/files/79457381/GORA.part41.rar

Member Avatar for Dragonbaki
0
160
Member Avatar for alboudoir
Member Avatar for CasTex

This script logins the facebook and gather some data (not important) from search, but however, its not working. Where is my mistake ? (Login is working, but gathering info from search results, isnt.) [CODE]<? $first_name = 'Eda'; $login_email = 'bodrumlukardes@hotmail.com'; $login_pass = 'mypassword'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://login.facebook.com/login.php?m&amp;next=http%3A%2F%2Fm.facebook.com%2Fhome.php'); curl_setopt($ch, …

0
64
Member Avatar for CasTex

I want to echo the variable when I use test(); fuction. I meanwhen I use the variable with this function like test(john) , how to use it in that php snippet. Anyone knows ? [CODE]<script type="text/javascript"> function test(){ document.getElementById("php_code").innerHTML=" <?php echo "hello"; ?> "; } </script>[/CODE]

Member Avatar for Taywin
0
109
Member Avatar for CasTex

Hello, When I try to mysql insert values with same names, it encourages this error. When I looked at the table column, I see that the row id is always "1" and it doesnt let to add same entry. [URL="http://img267.imageshack.us/img267/4123/sfff.jpg"]http://img267.imageshack.us/img267/4123/sfff.jpg[/URL] My question is, how can I add an auto increment …

Member Avatar for P0lT10n
0
163
Member Avatar for gandil

Reservation Date Arrival Date Departure Date RoomCategoryID Status TotalCost

Member Avatar for jram_0024
1
11K
Member Avatar for reddy5081

[QUOTE=jwenting;309077]it has nothing to do with JSP either (and anyone doing something like this in a JSP should be shot, preferably in the gut, and left for the vultures).[/QUOTE] You are totally right...

Member Avatar for javaAddict
0
170
Member Avatar for samaru
Member Avatar for Krispy84
Member Avatar for CasTex

Hello, I have a script that like; [code=JavaScript]<script language="JavaScript"> document.write('<input border=0 type=button value='' '); document.write(' onClick = "location.replace('); document.write(' document.stats.site.value + '/');"'); document.write(' value="Search">'); document.write('</input>'); </script>[/code] Works nice. It directs the user to the location that written in the text input. I mean user write a site and the script …

Member Avatar for CasTex
0
1K
Member Avatar for jaepi
Member Avatar for rodmastar
Member Avatar for CasTex

Hello, [code=php]function dwos($title,$body,$rpcurl,$username,$password,$categories=array(1)) { $categories = implode(",", $categories); function here. }[/code] My question is, how can I put value to categories ? [code]$category = "life, code, love"; // this not works ? dwos($title,$body,$rpcurl,$username,$password,$[B]categories=array(1)[/B])[/code]

Member Avatar for blocblue
0
107
Member Avatar for CasTex

Hello coders, I have a script that saves the values to database. I have this value [CODE]$uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For your safety, please have a decent antivirus installed, with updated …

Member Avatar for CasTex
0
107
Member Avatar for CasTex

Can someone tell me where is the problem ? [CODE]<script type="text/javascript" src="http://www.forumistan.net/analiz/analiz.php?site=http://www.forumistan.net"></script>[/CODE] analiz.php [CODE] <? Header("content-type: application/x-javascript"); ob_start(); include 'all.php'; ob_end_clean(); echo "document.write(\"<div class=\"txt\">Pagerank: $rank->pagerank <br>\")"; echo "document.write(\"Alexa: $rank->alexa_rank</div>\")"; ?>[/CODE]

Member Avatar for almostbob
0
574
Member Avatar for CasTex

I am getting error at the second line of the code, what is the problem :-/ [ICODE]$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>'; $content .= "<entry xmlns='http://purl.org/atom/ns#'>"; $content .= "<title mode='escaped' type='text/plain'>".$title."</title>"; $content .= "<issued>".$issued."</issued>" $content .= "<generator url='http://www.yoursitesurlhere.com'>client's name</generator>"; $content .= "<content type='application/xhtml+xml'>"; $content .= "<div …

Member Avatar for almostbob
0
2K
Member Avatar for CasTex

Hello, how can I do this ? [URL=http://imageshack.us][IMG]http://img528.imageshack.us/img528/1996/ggg1mh2.jpg[/IMG][/URL] The table is simple table, you can imagine that as a picture. But my point is, how to make the writing like that ?

Member Avatar for sasankasekhar
0
131
Member Avatar for CasTex

Hi everyone. Is there anybody who travelled to Bodrum ? I am planning to travel to Bodrum. But dont know how is there. I checked [URL="http://www.forumistan.net/travel/travel-to-bodrum.html"]Travel to bodrum[/URL] , and I decide to go there. What do you think ?

Member Avatar for majestic0110
0
70
Member Avatar for CasTex

[code=PHP]$dosya = "index.php"; $fh = fopen($dosya, 'r'); $gercegi = "<[B]? [/B][B]include("sfpg.php"); sfpg(); echo $data;[/B] [B]?>[/B]"; if ($dosya != $gercegi) { echo "olmaz"; }[/code] I want to do this but I cant. I do not want to run the bold text. I only want to use it in text. How can …

Member Avatar for ShawnCplus
0
43
Member Avatar for CasTex

Hi everyone. I know how to make image in php, but I want to make url like this [url]http://my2.statcounter.com/project/standard/graph_summary_barchart.php?rand=193244925&PHPSESSID=[/url][B]1eb9e464667493b2a1a7038ce4b9f69c[/B] Especially, the randed code. For example, I have this script uret.php [code=PHP]<form action="uret.php" method="post"> <input type="text" name="siteadi" value="http://" size="35" \> <input type="submit" name="submit" value="Kodu Al"> </form> <? $web = $_REQUEST['siteadi']; [B]$weble …

Member Avatar for CasTex
0
111

The End.