41
indream
Re: xoops 2.10 stable big mail problem.
  • 2005/7/7 18:13

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


i'm changed my XOOPS version to XOOPS 2.0.13 but this mass mail function not work...



42
indream
Re: google sitemap and my sitemap.php file
  • 2005/7/7 13:08

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


@herko:
i think this a small file and working perfect :)



43
indream
google sitemap and my sitemap.php file
  • 2005/7/6 14:13

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


hi

i'am using this code for google sitemap list my news.

filename: sitemap.php

<?  header("Content-type: text/xml"); 
include 
"mainfile.php"
$resultb mysql_query("SELECT storyid  FROM kuku_stories ORDER BY storyid DESC LIMIT 0,1000"); 

?> 
<?php echo '<?xml version="1.0" encoding="ISO-8859-9"?>'?> 
<?php echo '<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">'?> 
<? $i=1
while (
$resultat mysql_fetch_array($resultb)) { 
$storyid =$resultat[storyid]; 
$date=date('Y-m-d'); 
echo 

<url> 
<loc>http://www.mysite.net/modules/news/article.php?storyid=
$storyid</loc> 
<lastmod>
$date</lastmod> 
<changefreq>weekly</changefreq> 
<priority>0.5</priority> 
</url> "

$i++; 
?> 
</urlset>


http://www.google.com/webmasters/sitemaps/login

if this codes wrong or bad ?



44
indream
Re: News 1.1 (standart) module hacks
  • 2005/6/27 17:05

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


any ideas ?



45
indream
News 1.1 (standart) module hacks
  • 2005/6/22 10:17

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


hi
i hate news 1.3 blabla :)

maybe size, maybe beta

but i need small hack for "prev. article - next article" links for "news 1.1"



46
indream
Re: memory exhausted on mail setup
  • 2005/6/18 17:39

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


of i have a same problem in XOOPS 2.10 stable
and i have a 11000 over users...
and i think this functions for the XOOPS time out problems...

when i delete for testing 5000 over users my website this function is work.

i can't send newsletter or any mail my user :(

any ideas for solution



47
indream
Re: 2.0.10 avatar bug !
  • 2005/6/18 17:30

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


Quote:

zoro_tong wrote:
I just found one typo in edituser.php file.
You have to change this line
Quote:

if (0 === strpos($user_avatarpath, XOOPS_UPLOAD_PATH) && is_file($user_avatarpath))

in edituser.php into
Quote:

if (0 == strpos($user_avatarpath, XOOPS_UPLOAD_PATH) && is_file($user_avatarpath))


yeah it = a bug
thanks my friend



48
indream
Re: Search User
  • 2005/6/4 12:52

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


can you search or see xoopsmembers module ?

https://xoops.org/search.php?query=xoopsmembers&action=results



49
indream
Re: xoops 2.10 stable big mail problem.
  • 2005/5/31 12:12

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


i'm contact my webhoster but he say a not problem and nothing changed 1-2 week
and i try this code
<?php
$to 
"xxxx@domain.tld";
$subj "mytest";
$mess "This is foo";
$headers "pseudo@otherdomain.tld";
$mailsend mail($to,$subj,$mess,$headers);
?>

for send mail and test
this work.

i think this problem a xoops' problem...

of i'm eating XOOPS 2.10 stable but i cant see phpmail problem...

i need a help but i dunno where is problem.



50
indream
xoops 2.10 stable big mail problem.
  • 2005/5/31 11:36

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


i'm use a XOOPS 2.10 stable.
my website is not send mail for 3 - 4 days and show this error

Could not instantiate mail()


i'm not change anything and i'm searching xoops.org forums this subject... not solution...

any ideas ?




TopTop
« 1 2 3 4 (5) 6 7 8 ... 14 »



Login

Who's Online

204 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits