Errore WP: “Unable to create directory /wp-content/uploads/”
Solution for WP upload error
U8380 LG MMS && WAP VOD4F0N3
AckxXx
HOW TO: skype multiple session(z) over 1 pc !!!
jobaid
wWw/Linkz around PoweRizer-FlyJumper-...
random image

Archive for the '1- source' Category

SEO: aggiungere ‘www’ all’url @ del vostro dominio da .htaccess   by AckxXx @ Thursday, October 8th, 2009



as requested…:
1) Make (if need..) this file: “.htaccess”  in the apache public foler root
2) add this line:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.DOMAIN.NAME\.it$ [NC]
RewriteRule ^(.*)$ http://www.DOMAIN.NAME/$1 [R=301,L]
3) take a coffe && also 1 for me
best regardz
AckxXx

HOW TO: skype multiple session(z) over 1 pc !!!   by AckxXx @ Saturday, January 24th, 2009



U need:
- 2 user account on this pc ready to work (user+psw)
- 2 skype user ready to work (user+psw)
- windowz OS
ok :
1) go to path: C:\Program Files\Skype\Phone
2) rigth click on Skype.exe
3) select “Run as…”
THAT’S ALL!!!

vnc / real vnc how to: exit from full screen (from client viewer)   by AckxXx @ Friday, October 24th, 2008



as title said slot74 ask this
ok:
from VNC / RealVNC doc U need “F8″ key - try && post 2me Ur feedback

sorgente funzione ricorsiva php : anagramma   by AckxXx @ Tuesday, October 14th, 2008



<?php
 global $count;
 $count = 0;
 Function fact($n)
 { $ris=1;
  for ($i=1; $i<=$n; $i++)
   $ris *= $i;
  return $ris;
 }
 
 Function Ana($prefix,$testo)
 { global $count;  
  $l=strlen($testo);
  if ($l>1)
    {  $i =1;
     while ($i<=$l)
      { $prefix1 = $prefix.substr($testo,$i-1,1);
       $testo1 = substr($testo,0,$i-1).substr($testo,$i,$l-$i);
       Ana($prefix1,$testo1);
       $i = $i +1;
       }
    }
   else
    {  $count = $count +1;
     echo ‘['.$count.'] <strong>’.$prefix.$testo.’</strong><br/>’;
    }
 }   
 
 Function Anagramma($testo)
 { echo ‘<b>Testo: </b> ‘.$testo.’&nbsp;&nbsp;&nbsp;’;
  $l=strlen($testo);
  echo ‘<b>Lunghezza: </b>’.$l.’&nbsp;&nbsp;&nbsp;’;
  echo ‘<b>Anagrammi: </b>’.fact(strlen($testo)).’</b><br/><br/><br/>’; 
  Ana(”,$testo);
  echo ‘<br/><br/><br/>’; 
 }
echo ‘<br/><br/>’;
if (isset($_POST['w']))
  { $testo=$_POST['w'];
   Anagramma($testo);
  }
?>
 <form method=”POST” action=”<?php echo $_SERVER['PHP_SELF']?>”>
  <input type=”text” name=”w” size=”20″><input type=”submit” value=”Anagramma” name=”s”>
 </form>

wp caratteri strani nei post - host win2unix or unix2win ?   by AckxXx @ Thursday, September 25th, 2008



send this querys:

UPDATE wp_posts SET post_content = REPLACE(post_content,’é’,’é’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’è’,’è’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ì’,’ì’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ò’,’ò’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’ù’,’ù’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’°’,’°’);
UPDATE wp_posts SET post_content = REPLACE(post_content,’Ã’,’à’);

Worpress: personalizzare il template se il post appartiene alla categoria   by AckxXx @ Wednesday, September 24th, 2008



$value=0;
foreach((get_the_category()) as $category)
{ if ($category->cat_ID == 122) $value=1; }
if ($value)echo ‘Yes! is in category!!!!!’;

Errore WP: “Unable to create directory /wp-content/uploads/”   by AckxXx @ Sunday, September 14th, 2008



Il sevizio non puo essere avviato perke’ un altro servizio usa la stessa porta   by AckxXx @ Tuesday, September 9th, 2008



EASYPHP error with windows VISTA (Skype’s problem)

If U have this error (port busy @127.0.0.1:80 in Windoz VISTA with app. EASYPHP)
try to open EASYPHP before SKYPE
bR
AckxXx

my Xmas gift: qualcomm crc/flash/efs/nv + ufs   by AckxXx @ Saturday, April 5th, 2008



bugged bugged source
not for public
but good for development
-crc qualcomm
-flash qualcomm amss
-nv qualcomm r/w
-efs qualcomm r/w
-ufs interface boot+support r/w
in delphi
http://www.vodafogne.it/download/Public/QualcomZer0.rar
bR

ps. psw = ackxxx
& merry Xmas
 
 
UPDATED on 090407:
try this:
www.ackxxx.altervista.org/d0wnl04d/source/UFS_Try_Zer0 v.001.080127_Public.rar

Includere autoindex in una pagina di wordpress   by AckxXx @ Sunday, March 23rd, 2008



1) make autoindex template with empty global_footer/header
2) edit autoindex config file without login && that use this template
3) make worpdress template + page && include autoindex
enjoy for any problem reply by email: ackxxxATgmailDOTcom
best regardz

new ACKCREW service url   by AckxXx @ Wednesday, March 12th, 2008



new ACKCREW service url : http://vodafogne.x10hosting.com/
best regardz

Localization over GSM network with AT Command   by AckxXx @ Tuesday, February 12th, 2008



AT+CREG=2 // set the ME to “Enables unexpected network registration and location information messages”
AT+CREG? // ask current state
should give you a result like:
+CREG: 2,1,”56C2″,”639E”
[2] =the current “+CREG” setting (2 means: “Enables unexpected…as before)
[1] phone is registered with the network
[56C2] hex : Location Area Code (LAC) (22210 dec),
[639E] hex : here is Ur CellID
If the cell [...]

free php source: double reverse DNS lookup   by AckxXx @ Saturday, February 2nd, 2008



>> DEMO <<
&& here source in php ready:

<?
 $agent = $_SERVER['HTTP_USER_AGENT'];
 $ip = $_SERVER['REMOTE_ADDR'];
 $port = $_SERVER['REMOTE_PORT'];
 $d = date (’dS \of F Y h:1:s A’);
 echo ‘<address> ‘;
  echo ‘CLIENT IP: <strong><a title=”click to open” href=”http://’.$ip.’/”>’.$ip.’</a></strong> Port <strong>’.$port.’</strong></address>’;
?><form method=”post”>
  <div class=”border”>
  <table>
  <tbody>
  <tr>
  <td class=”label” class=”label”>Host Name: </td>
  <td class=”data” class=”data”><input size=”50″ name=”host_name”></td>
  <td><small> (required)</small></td>
  </tr>
  <tr>
  <td></td>
  <td><input type=”submit” value=”Submit” name=”submit”></td>
  [...]

UFS2COM Full Delphi source example   by AckxXx @ Sunday, January 27th, 2008



Demo full source in Delphi                

Q0 USER CODE edit   by AckxXx @ Saturday, January 5th, 2008



USER CODE read/write tested with:

LG 250 (thx CyberGSM)
LG U300 (thx davidsnake)
LG U310 (thx Sberla) 
LG U880
LG U890
LG U900
Amoi Momo Design MD-1 (thx Sberla)

« Previous Entries
-->