61
Kainaij
Re: Need assistance inserting flash header into theme...
  • 2007/8/18 21:44

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


Thank you both. You both helped me solve my issue. It came down to a capitalization in my address to the script that pod spoke of.

Whew.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



62
Kainaij
Need assistance inserting flash header into theme...
  • 2007/8/17 19:58

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


The site in question:
http://kainaistudies.com

The header that I want to display:
http://kainaistudies.com/themes/blueK/images/kainai.swf

The code I have from theme.html:

<body>
<
table width=100% class="toptable" cellpadding=0 cellspacing=0>
 <
tr id="header">
      <
td align="center"><p><a href="<{$xoops_url}>/">
        <
script type="text/javascript">
AC_FL_RunContent'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','766','height','263','src','<{$xoops_imageurl}>images/kainai','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','<{$xoops_imageurl}>images/kainai' ); //end AC code
        
</script>
        <
noscript>
        <
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="766" height="263">
          <
param name="movie" value="<{$xoops_imageurl}>images/kainai.swf" />
          <
param name="quality" value="high" />
          <
embed src="<{$xoops_imageurl}>images/kainai.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="766" height="263"></embed>
        </
object>
        </
noscript>
          </
a></p></td>
  </
tr>
</
table>


I'm an idiot I know but it's been awhile and this is perplexing me.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



63
Kainaij
Re: Module Repository - When is it going to open???
  • 2007/7/29 20:17

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


This is great news. I've been literally waiting for this for years now.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



64
Kainaij
Re: My site takes 40 seconds to START loading, help...
  • 2007/7/19 23:43

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


The second tech they sent my way told me to do a trace route. So I did.

-----

Tracing route to 64.234.227.9 over a maximum of 30 hops

1 3 ms 1 ms 1 ms 192.168.1.1
2 * * * Request timed out.
3 14 ms 10 ms 10 ms rd2lb-ge4-0-1.lb.shawcable.net [64.59.140.225]
4 19 ms 15 ms 15 ms rc1so-atm0-2-1.cg.shawcable.net [66.163.77.26]
5 31 ms 29 ms 31 ms rc1wh-pos3-0-0.vc.shawcable.net [66.163.77.197]

6 35 ms 33 ms 41 ms rc1wt-pos1-0-0.wa.shawcable.net [66.163.76.2]
7 34 ms 30 ms 32 ms sl-gw12-sea-10-0-0.sprintlink.net [144.224.113.6
5]
8 36 ms 31 ms 31 ms sl-bb21-sea-4-0-0.sprintlink.net [144.232.6.123]

9 35 ms 31 ms 31 ms sprint-gw.st6wa.ip.att.net [192.205.32.173]
10 89 ms 150 ms 86 ms 12.127.6.62
11 86 ms 85 ms 123 ms tbr2.cgcil.ip.att.net [12.122.10.61]
12 90 ms 85 ms 87 ms tbr2.sl9mo.ip.att.net [12.122.10.46]
13 87 ms 85 ms 87 ms tbr2.attga.ip.att.net [12.122.10.137]
14 90 ms 85 ms 85 ms 12.122.96.73
15 101 ms 89 ms 87 ms 12.86.87.30
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 97 ms 155 ms 94 ms 64.234.227.9

Trace complete.

-----

Her reply? That it was a problem with my ISP (Shaw). I may bee looking at this wrong but isn't the majority of the timeouts at their end? She even closed my ticket without asking me anything further.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



65
Kainaij
Re: My forum software is giving me this error...
  • 2007/7/18 21:40

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


PHP Debug returns this:


An Error Occured
SELECT t.*, u.name, u.uname, u2.uid, u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id, p.post_karma, p.require_reply, pt.post_text FROM bc_bb_topics t LEFT JOIN bc_users u ON u.uid = t.topic_poster LEFT JOIN bc_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN bc_bb_posts_text pt ON pt.post_id = t.topic_last_post_id LEFT JOIN bc_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1176157587 OR t.topic_sticky=1) AND t.forum_id = 1 AND t.approved = 1 AND p.approved = 1 ORDER BY t.topic_sticky DESC, p.post_time DESC

If the page does not automatically reload, please click here
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 100
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 97
Notice [PHP]: Only variable references should be returned by reference in file kernel/configitem.php line 100
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 547
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file kernel/member.php line 281
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase.php line 242
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 547
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 547
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 547
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variable references should be returned by reference in file include/functions.php line 517
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variables should be assigned by reference in file modules/newbb/class/forum.php line 100
Notice [PHP]: Only variable references should be returned by reference in file class/module.textsanitizer.php line 257
Notice [PHP]: Only variables should be assigned by reference in file modules/newbb/viewforum.php line 159
Notice [PHP]: Only variables should be assigned by reference in file class/database/mysqldatabase.php line 236
Notice [PHP]: Only variable references should be returned by reference in file class/database/mysqldatabase

=====

Help
Current Projects:
http://kainaistudies.com
http://mikaisto.com



66
Kainaij
My forum software is giving me this error...
  • 2007/7/18 3:26

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


I'm using NewBB (CBB) ver. 1.12 and I just started getting this error when attempting to access a specific forum:

-----

An Error Occured

SELECT t.*, u.name, u.uname, u2.uid, u2.name as last_post_name, u2.uname as last_poster, p.post_time as last_post_time, p.poster_name as last_poster_name, p.icon, p.post_id, p.post_karma, p.require_reply, pt.post_text FROM bc_bb_topics t LEFT JOIN bc_users u ON u.uid = t.topic_poster LEFT JOIN bc_bb_posts p ON p.post_id = t.topic_last_post_id LEFT JOIN bc_bb_posts_text pt ON pt.post_id = t.topic_last_post_id LEFT JOIN bc_users u2 ON u2.uid = p.uid WHERE (p.post_time > 1176091686 OR t.topic_sticky=1) AND t.forum_id = 3 AND t.approved = 1 AND p.approved = 1 ORDER BY t.topic_sticky DESC, p.post_time DESC

If the page does not automatically reload, please click here

-----

What up with that? Can someone give me some leads? My poor 2.0.9.2 site.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



67
Kainaij
Re: My site takes 40 seconds to START loading, help...
  • 2007/7/18 2:47

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


Thanks for all your testing, it'll give me a basis for a dialogue with my host who says it takes them like .6 seconds or something.

script_fu, thanks for the words.

I'll consider another host depending on if they can get it corrected or not. I'll post back with my next course of action once it all shakes down.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



68
Kainaij
My site takes 40 seconds to START loading, help...
  • 2007/7/11 21:46

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


Can someone give me a solid lead on why this is? My site (Globalhosting shared acct.) was suspended for a bit and when it came back up it went from taking 3-4 second to load to now where it takes 40 seconds (if at all). Can it be:

- My hosts SQL server?
- A faulty module? ( I haven't installed anything new for awhile)
- A table in my SQL server?
- Something else?

The site is:
http://blackfootcountry.com

Thanks for any leads.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



69
Kainaij
My site went down recently...
  • 2006/11/1 9:38

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


I checked it this evening and I got this page. Can someone give me a lead on what I can do?

http://blackfootcountry.com/

Thanks.
Current Projects:
http://kainaistudies.com
http://mikaisto.com



70
Kainaij
Need info on .htaccess file...
  • 2006/6/19 20:10

  • Kainaij

  • Quite a regular

  • Posts: 256

  • Since: 2004/10/5


This topic is a follow up on a recent topic here. My question is what effect on XOOPS will not having an .htaccess file do to my site? What am I missing out on? What will happen if I rename the file php.ini as this link suggests?

*EDIT*
Scratch that last question.

Thanks for any feedback.
Current Projects:
http://kainaistudies.com
http://mikaisto.com




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 23 »



Login

Who's Online

284 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 284


more...

Donat-O-Meter

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

Latest GitHub Commits