6630 Insert SIM solution
random image
new bet4 released
QualC0M_Zer0_v.00.0502beta7_070217
HOW TO: skype multiple session(z) over 1 pc !!!
jobaid
TRIP 2007 : Italy / United Kingdom / Thailand / Australia
random image

Archive for the '5- OffTopicz' Category

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



FastWeb e sevizio clienti fantasma ?   by AckxXx @ Wednesday, April 2nd, 2008



qualke gg addietro mi arriva una kiamata sul telefono fastweb alquanto insolita… un operatore si presenta come “servizio credito fastweb” e mi kiede in maniera nemmeno tanto a modo gli estremi della nuova carta di credito asserendo ke ci sn problemi con i pagamenti.
Io cerco di verificare kiedendo a quale contratto/fattura/pagamento si riferisce ma questo [...]

Padova: 2caffe’ in piedi 7€ ?   by AckxXx @ Sunday, March 30th, 2008



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

Vodafogne NO PROBLEM 914   by AckxXx @ Thursday, March 6th, 2008



The Code of the Geeks v3.12   by AckxXx @ Thursday, February 14th, 2008



The Code of the Geeks v3.12
By: Robert A. Hayden
<rhayden@geek.net>
The HTML version of the The Geek Code v3.12 has been
formatted by Dylan Northrup.
Last updated: March 5, 1996

So you think you are a geek, eh? The first step is to admit to yourself
your geekiness. No matter what anyone says, geeks are people too; [...]

THAI_AUS Resume   by AckxXx @ Thursday, December 20th, 2007



[email client] indirizzo per le risposte   by AckxXx @ Wednesday, December 12th, 2007



Il gg 30 settembre 2007 alle 22.50 hai ripetuto * l’ ennesima volta:
” xxx@xxxxx.xx nn lo uso, nn ho la psw “

TRIP 2007 : Italy / United Kingdom / Thailand / Australia   by AckxXx @ Thursday, October 25th, 2007



Sono in ferie fino ai primi di dicembre 

Saro’ raggiungibile solo via  email

e-mule utilz ^_^   by AckxXx @ Monday, October 8th, 2007



Link per il download lista server eMule:
http://elboiler.p2pforum.it/server.met
http://elboiler.p2pforum.it/server.met.gz (stessa lista in formato compresso gz)

« Previous Entries
-->